Pull request #41316 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e+aaf92f627622c230a00bb6a0b47580dffdec1a5d (4f56dceb724890c5f304ea0eee14a176683a2f65) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 using credential jps-reader 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-41316@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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > 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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" First time build. Skipping changelog. > git --version # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-05T23:57:52.761Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2020-08-05T23:57:52.765Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2020-08-05T23:57:52.949Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-080ee1dc387abde12) in /home/ubuntu/workspace/moby_PR-41316 [Pipeline] { [Pipeline] checkout [2020-08-05T23:57:52.994Z] using credential docker-jenkins-github-credentials [2020-08-05T23:57:53.004Z] Cloning the remote Git repository [2020-08-05T23:57:53.004Z] Cloning with configured refspecs honoured and without tags [2020-08-05T23:57:52.996Z] Cloning repository https://github.com/moby/moby.git [2020-08-05T23:57:52.997Z] > git init /home/ubuntu/workspace/moby_PR-41316 # timeout=10 [2020-08-05T23:57:53.023Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:57:53.023Z] > git --version # timeout=10 [2020-08-05T23:57:53.030Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:57:53.030Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:06.321Z] Fetching without tags [2020-08-05T23:58:06.587Z] Merging remotes/origin/master commit aaf92f627622c230a00bb6a0b47580dffdec1a5d into PR head commit a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:07.138Z] Merge succeeded, producing a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:07.138Z] Checking out Revision a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e (PR-41316) [2020-08-05T23:58:06.287Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:06.293Z] > git config --add remote.origin.fetch +refs/pull/41316/head:refs/remotes/origin/PR-41316 # timeout=10 [2020-08-05T23:58:06.298Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:06.305Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:06.313Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:58:06.313Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:58:06.314Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:06.579Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:06.588Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:58:07.107Z] > git merge aaf92f627622c230a00bb6a0b47580dffdec1a5d # timeout=10 [2020-08-05T23:58:07.115Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-05T23:58:07.130Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:07.140Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:58:07.335Z] Commit message: "Update authors and mailmap" [2020-08-05T23:58:07.335Z] First time build. Skipping changelog. [2020-08-05T23:58:07.348Z] > git --version # timeout=10 [2020-08-05T23:58:07.404Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-05T23:58:08.239Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41316:/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-08-05T23:58:08.239Z] Unable to find image 'alpine:latest' locally [2020-08-05T23:58:08.239Z] latest: Pulling from library/alpine [2020-08-05T23:58:08.239Z] df20fa9351a1: Pulling fs layer [2020-08-05T23:58:08.499Z] df20fa9351a1: Verifying Checksum [2020-08-05T23:58:08.499Z] df20fa9351a1: Download complete [2020-08-05T23:58:08.499Z] df20fa9351a1: Pull complete [2020-08-05T23:58:08.499Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-05T23:58:08.499Z] Status: Downloaded newer image for alpine:latest [2020-08-05T23:58:11.036Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2020-08-05T23:58:11.260Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05a039fb22730c4f5) in /home/ubuntu/workspace/moby_PR-41316 [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 [2020-08-05T23:58:11.271Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07c5d94b8e0fb0d31) in /home/ubuntu/workspace/moby_PR-41316 [Pipeline] } [2020-08-05T23:58:11.272Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0488c2a71bb526820) in /home/ubuntu/workspace/moby_PR-41316 Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [Pipeline] // stage [Pipeline] { [2020-08-05T23:58:11.323Z] using credential docker-jenkins-github-credentials [2020-08-05T23:58:11.329Z] Cloning the remote Git repository [2020-08-05T23:58:11.329Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] { [2020-08-05T23:58:11.336Z] Running on s390x-ubuntu-14 in /home/jenkins/workspace/moby_PR-41316 [Pipeline] // stage [2020-08-05T23:58:11.349Z] Running on ppc64le-ubuntu-23 in /home/docker/workspace/moby_PR-41316 [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] checkout [Pipeline] checkout Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2020-08-05T23:58:11.392Z] using credential docker-jenkins-github-credentials Stage "win-RS1" skipped due to when conditional [Pipeline] } [2020-08-05T23:58:11.397Z] using credential docker-jenkins-github-credentials [2020-08-05T23:58:11.399Z] Cloning the remote Git repository [2020-08-05T23:58:11.399Z] Cloning with configured refspecs honoured and without tags [2020-08-05T23:58:11.402Z] Cloning the remote Git repository [2020-08-05T23:58:11.402Z] Cloning with configured refspecs honoured and without tags [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [Pipeline] // stage [2020-08-05T23:58:11.486Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2020-08-05T23:58:11.500Z] Cloning the remote Git repository [2020-08-05T23:58:11.500Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2020-08-05T23:58:11.510Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2020-08-05T23:58:11.525Z] Cloning the remote Git repository [2020-08-05T23:58:11.525Z] Cloning with configured refspecs honoured and without tags Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2020-08-05T23:58:11.531Z] Cloning repository https://github.com/moby/moby.git [2020-08-05T23:58:11.531Z] > git init /home/docker/workspace/moby_PR-41316 # timeout=10 [2020-08-05T23:58:11.537Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:58:11.537Z] > git --version # timeout=10 [2020-08-05T23:58:11.541Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:58:11.542Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:11.395Z] Cloning repository https://github.com/moby/moby.git [2020-08-05T23:58:11.395Z] > git init /home/ubuntu/workspace/moby_PR-41316 # timeout=10 [2020-08-05T23:58:11.414Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:58:11.414Z] > git --version # timeout=10 [2020-08-05T23:58:11.420Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:58:11.420Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:11.377Z] Cloning repository https://github.com/moby/moby.git [2020-08-05T23:58:11.378Z] > git init /home/ubuntu/workspace/moby_PR-41316 # timeout=10 [2020-08-05T23:58:11.397Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:58:11.398Z] > git --version # timeout=10 [2020-08-05T23:58:11.407Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:58:11.408Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:11.390Z] Cloning repository https://github.com/moby/moby.git [2020-08-05T23:58:11.390Z] > git init /home/ubuntu/workspace/moby_PR-41316 # timeout=10 [2020-08-05T23:58:11.412Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:58:11.412Z] > git --version # timeout=10 [2020-08-05T23:58:11.423Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:58:11.424Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:11.505Z] Cloning repository https://github.com/moby/moby.git [2020-08-05T23:58:11.505Z] > git init /home/jenkins/workspace/moby_PR-41316 # timeout=10 [2020-08-05T23:58:11.511Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:58:11.512Z] > git --version # timeout=10 [2020-08-05T23:58:11.516Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:58:11.516Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:20.630Z] Fetching without tags [2020-08-05T23:58:20.904Z] Merging remotes/origin/master commit aaf92f627622c230a00bb6a0b47580dffdec1a5d into PR head commit a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:20.598Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:20.602Z] > git config --add remote.origin.fetch +refs/pull/41316/head:refs/remotes/origin/PR-41316 # timeout=10 [2020-08-05T23:58:20.605Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:20.623Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:20.635Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:58:20.635Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:58:20.635Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:20.909Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:20.910Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:58:21.408Z] Merge succeeded, producing a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:21.408Z] Checking out Revision a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e (PR-41316) [2020-08-05T23:58:21.772Z] Commit message: "Update authors and mailmap" [2020-08-05T23:58:21.818Z] > git --version # timeout=10 [2020-08-05T23:58:21.821Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-08-05T23:58:21.387Z] > git merge aaf92f627622c230a00bb6a0b47580dffdec1a5d # timeout=10 [2020-08-05T23:58:21.401Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-05T23:58:21.413Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:21.416Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-08-05T23:58:24.133Z] + docker version [2020-08-05T23:58:24.134Z] Client: Docker Engine - Community [2020-08-05T23:58:24.134Z] Version: 19.03.7 [2020-08-05T23:58:24.134Z] API version: 1.40 [2020-08-05T23:58:24.134Z] Go version: go1.12.17 [2020-08-05T23:58:24.134Z] Git commit: 7141c199a2 [2020-08-05T23:58:24.134Z] Built: Sat Mar 7 16:48:47 2020 [2020-08-05T23:58:24.134Z] OS/Arch: linux/s390x [2020-08-05T23:58:24.134Z] Experimental: false [2020-08-05T23:58:24.134Z] [2020-08-05T23:58:24.134Z] Server: Docker Engine - Community [2020-08-05T23:58:24.134Z] Engine: [2020-08-05T23:58:24.134Z] Version: 19.03.7 [2020-08-05T23:58:24.134Z] API version: 1.40 (minimum version 1.12) [2020-08-05T23:58:24.134Z] Go version: go1.12.17 [2020-08-05T23:58:24.134Z] Git commit: 7141c199a2 [2020-08-05T23:58:24.134Z] Built: Sat Mar 7 16:47:46 2020 [2020-08-05T23:58:24.134Z] OS/Arch: linux/s390x [2020-08-05T23:58:24.134Z] Experimental: true [2020-08-05T23:58:24.134Z] containerd: [2020-08-05T23:58:24.134Z] Version: 1.2.13 [2020-08-05T23:58:24.134Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-08-05T23:58:24.134Z] runc: [2020-08-05T23:58:24.134Z] Version: 1.0.0-rc10 [2020-08-05T23:58:24.134Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-08-05T23:58:24.134Z] docker-init: [2020-08-05T23:58:24.134Z] Version: 0.18.0 [2020-08-05T23:58:24.134Z] GitCommit: fec3683 [Pipeline] sh [2020-08-05T23:58:24.512Z] + docker info [2020-08-05T23:58:24.636Z] Fetching without tags [2020-08-05T23:58:24.642Z] Fetching without tags [2020-08-05T23:58:24.662Z] Fetching without tags [2020-08-05T23:58:24.803Z] Client: [2020-08-05T23:58:24.803Z] Debug Mode: false [2020-08-05T23:58:24.803Z] [2020-08-05T23:58:24.803Z] Server: [2020-08-05T23:58:24.803Z] Containers: 0 [2020-08-05T23:58:24.803Z] Running: 0 [2020-08-05T23:58:24.803Z] Paused: 0 [2020-08-05T23:58:24.803Z] Stopped: 0 [2020-08-05T23:58:24.803Z] Images: 0 [2020-08-05T23:58:24.803Z] Server Version: 19.03.7 [2020-08-05T23:58:24.803Z] Storage Driver: overlay2 [2020-08-05T23:58:24.803Z] Backing Filesystem: [2020-08-05T23:58:24.803Z] Supports d_type: true [2020-08-05T23:58:24.803Z] Native Overlay Diff: true [2020-08-05T23:58:24.803Z] Logging Driver: json-file [2020-08-05T23:58:24.803Z] Cgroup Driver: cgroupfs [2020-08-05T23:58:24.803Z] Plugins: [2020-08-05T23:58:24.803Z] Volume: local [2020-08-05T23:58:24.803Z] Network: bridge host ipvlan macvlan null overlay [2020-08-05T23:58:24.803Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-08-05T23:58:24.803Z] Swarm: inactive [2020-08-05T23:58:24.803Z] Runtimes: runc [2020-08-05T23:58:24.803Z] Default Runtime: runc [2020-08-05T23:58:24.803Z] Init Binary: docker-init [2020-08-05T23:58:24.803Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-08-05T23:58:24.803Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-08-05T23:58:24.803Z] init version: fec3683 [2020-08-05T23:58:24.803Z] Security Options: [2020-08-05T23:58:24.803Z] apparmor [2020-08-05T23:58:24.803Z] seccomp [2020-08-05T23:58:24.803Z] Profile: default [2020-08-05T23:58:24.803Z] Kernel Version: 4.15.0-91-generic [2020-08-05T23:58:24.803Z] Operating System: Ubuntu 18.04.4 LTS [2020-08-05T23:58:24.803Z] OSType: linux [2020-08-05T23:58:24.803Z] Architecture: s390x [2020-08-05T23:58:24.803Z] CPUs: 2 [2020-08-05T23:58:24.803Z] Total Memory: 7.861GiB [2020-08-05T23:58:24.803Z] Name: s390x-ubuntu-14 [2020-08-05T23:58:24.803Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2020-08-05T23:58:24.803Z] Docker Root Dir: /var/lib/docker [2020-08-05T23:58:24.803Z] Debug Mode: false [2020-08-05T23:58:24.803Z] Username: dockerbuildbot [2020-08-05T23:58:24.803Z] Registry: https://index.docker.io/v1/ [2020-08-05T23:58:24.803Z] Labels: [2020-08-05T23:58:24.803Z] Experimental: true [2020-08-05T23:58:24.803Z] Insecure Registries: [2020-08-05T23:58:24.803Z] 127.0.0.0/8 [2020-08-05T23:58:24.803Z] Live Restore Enabled: false [2020-08-05T23:58:24.803Z] [2020-08-05T23:58:24.803Z] WARNING: No swap limit support [Pipeline] sh [2020-08-05T23:58:24.891Z] Merging remotes/origin/master commit aaf92f627622c230a00bb6a0b47580dffdec1a5d into PR head commit a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:24.896Z] Merging remotes/origin/master commit aaf92f627622c230a00bb6a0b47580dffdec1a5d into PR head commit a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:24.908Z] Merging remotes/origin/master commit aaf92f627622c230a00bb6a0b47580dffdec1a5d into PR head commit a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:25.179Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:58:25.179Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:58:25.179Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41316/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-08-05T23:58:25.179Z] + bash /home/jenkins/workspace/moby_PR-41316/check-config.sh [2020-08-05T23:58:25.179Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-08-05T23:58:25.179Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2020-08-05T23:58:25.179Z] [2020-08-05T23:58:25.179Z] Generally Necessary: [2020-08-05T23:58:25.179Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-08-05T23:58:25.179Z] - apparmor: enabled and tools installed [2020-08-05T23:58:25.179Z] - CONFIG_NAMESPACES: enabled [2020-08-05T23:58:25.179Z] - CONFIG_NET_NS: enabled [2020-08-05T23:58:25.179Z] - CONFIG_PID_NS: enabled [2020-08-05T23:58:25.179Z] - CONFIG_IPC_NS: enabled [2020-08-05T23:58:25.179Z] - CONFIG_UTS_NS: enabled [2020-08-05T23:58:25.431Z] Merge succeeded, producing a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:25.432Z] Checking out Revision a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e (PR-41316) [2020-08-05T23:58:25.458Z] Merge succeeded, producing a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:25.458Z] Checking out Revision a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e (PR-41316) [2020-08-05T23:58:25.469Z] - CONFIG_CGROUPS: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CGROUP_DEVICE: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CGROUP_FREEZER: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CGROUP_SCHED: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CPUSETS: enabled [2020-08-05T23:58:25.469Z] - CONFIG_MEMCG: enabled [2020-08-05T23:58:25.469Z] - CONFIG_KEYS: enabled [2020-08-05T23:58:25.469Z] - CONFIG_VETH: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_BRIDGE: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_NF_NAT: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-08-05T23:58:25.469Z] - CONFIG_POSIX_MQUEUE: enabled [2020-08-05T23:58:25.469Z] [2020-08-05T23:58:25.469Z] Optional Features: [2020-08-05T23:58:25.469Z] - CONFIG_USER_NS: enabled [2020-08-05T23:58:25.469Z] - CONFIG_SECCOMP: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CGROUP_PIDS: enabled [2020-08-05T23:58:25.469Z] - CONFIG_MEMCG_SWAP: enabled [2020-08-05T23:58:25.469Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-08-05T23:58:25.469Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-08-05T23:58:25.469Z] - CONFIG_BLK_CGROUP: enabled [2020-08-05T23:58:25.469Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-08-05T23:58:25.469Z] - CONFIG_IOSCHED_CFQ: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CGROUP_PERF: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-08-05T23:58:25.469Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-08-05T23:58:25.469Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-08-05T23:58:25.469Z] - CONFIG_RT_GROUP_SCHED: missing [2020-08-05T23:58:25.469Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_IP_VS: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_IP_VS_NFCT: enabled [2020-08-05T23:58:25.469Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-08-05T23:58:25.469Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-08-05T23:58:25.469Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_EXT4_FS: enabled [2020-08-05T23:58:25.469Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-08-05T23:58:25.469Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-08-05T23:58:25.469Z] - Network Drivers: [2020-08-05T23:58:25.469Z] - "overlay": [2020-08-05T23:58:25.469Z] - CONFIG_VXLAN: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-08-05T23:58:25.469Z] Optional (for encrypted networks): [2020-08-05T23:58:25.469Z] - CONFIG_CRYPTO: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CRYPTO_AEAD: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CRYPTO_GCM: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-08-05T23:58:25.469Z] - CONFIG_CRYPTO_GHASH: enabled [2020-08-05T23:58:25.469Z] - CONFIG_XFRM: enabled [2020-08-05T23:58:25.469Z] - CONFIG_XFRM_USER: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_INET_ESP: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-08-05T23:58:25.469Z] - "ipvlan": [2020-08-05T23:58:25.469Z] - CONFIG_IPVLAN: enabled (as module) [2020-08-05T23:58:25.469Z] - "macvlan": [2020-08-05T23:58:25.469Z] - CONFIG_MACVLAN: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_DUMMY: enabled (as module) [2020-08-05T23:58:25.469Z] - "ftp,tftp client in container": [2020-08-05T23:58:25.469Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-08-05T23:58:25.469Z] - Storage Drivers: [2020-08-05T23:58:25.469Z] - "aufs": [2020-08-05T23:58:25.469Z] - CONFIG_AUFS_FS: enabled (as module) [2020-08-05T23:58:25.469Z] - "btrfs": [2020-08-05T23:58:25.469Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-08-05T23:58:25.469Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-08-05T23:58:25.469Z] - "devicemapper": [2020-08-05T23:58:25.469Z] - CONFIG_BLK_DEV_DM: enabled [2020-08-05T23:58:25.469Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-08-05T23:58:25.469Z] - "overlay": [2020-08-05T23:58:25.469Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-08-05T23:58:25.469Z] - "zfs": [2020-08-05T23:58:25.469Z] - /dev/zfs: missing [2020-08-05T23:58:25.469Z] - zfs command: missing [2020-08-05T23:58:25.469Z] - zpool command: missing [2020-08-05T23:58:25.469Z] [2020-08-05T23:58:25.469Z] Limits: [2020-08-05T23:58:25.469Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-08-05T23:58:25.469Z] [2020-08-05T23:58:25.469Z] + true [2020-08-05T23:58:24.681Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:24.686Z] > git config --add remote.origin.fetch +refs/pull/41316/head:refs/remotes/origin/PR-41316 # timeout=10 [2020-08-05T23:58:24.691Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:24.700Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:24.709Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:58:24.710Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:58:24.710Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:24.956Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:24.961Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:58:25.477Z] > git merge aaf92f627622c230a00bb6a0b47580dffdec1a5d # timeout=10 [2020-08-05T23:58:25.484Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-05T23:58:25.506Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:25.513Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-08-05T23:58:24.579Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:24.594Z] > git config --add remote.origin.fetch +refs/pull/41316/head:refs/remotes/origin/PR-41316 # timeout=10 [2020-08-05T23:58:24.609Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:24.620Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:24.634Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:58:24.635Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:58:24.635Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:24.886Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:24.893Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:58:25.412Z] > git merge aaf92f627622c230a00bb6a0b47580dffdec1a5d # timeout=10 [2020-08-05T23:58:25.420Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-05T23:58:25.427Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:25.436Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:58:24.598Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:24.606Z] > git config --add remote.origin.fetch +refs/pull/41316/head:refs/remotes/origin/PR-41316 # timeout=10 [2020-08-05T23:58:24.612Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:24.621Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:24.628Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:58:24.628Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:58:24.629Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:24.882Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:24.887Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:58:25.781Z] Merge succeeded, producing a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:25.782Z] Checking out Revision a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e (PR-41316) [2020-08-05T23:58:25.844Z] Commit message: "Update authors and mailmap" [2020-08-05T23:58:25.856Z] > git --version # timeout=10 [2020-08-05T23:58:25.874Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-08-05T23:58:25.891Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e . [2020-08-05T23:58:25.891Z] #1 [internal] load .dockerignore [2020-08-05T23:58:25.891Z] #1 transferring context: 87B done [2020-08-05T23:58:25.891Z] #1 DONE 0.0s [2020-08-05T23:58:25.891Z] [2020-08-05T23:58:25.891Z] #2 [internal] load build definition from Dockerfile [2020-08-05T23:58:25.891Z] #2 transferring dockerfile: 16.37kB done [2020-08-05T23:58:25.891Z] #2 DONE 0.0s [2020-08-05T23:58:25.891Z] [2020-08-05T23:58:25.891Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-08-05T23:58:25.921Z] Commit message: "Update authors and mailmap" [2020-08-05T23:58:25.983Z] > git --version # timeout=10 [2020-08-05T23:58:25.994Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-08-05T23:58:26.181Z] #3 DONE 0.2s [2020-08-05T23:58:26.181Z] [2020-08-05T23:58:26.181Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-08-05T23:58:26.181Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-08-05T23:58:26.260Z] Still waiting to schedule task [2020-08-05T23:58:26.260Z] ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-062911a9a124c7daa)’ is offline [2020-08-05T23:58:26.261Z] Still waiting to schedule task [2020-08-05T23:58:26.261Z] All nodes of label ‘windows-2019’ are offline [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2020-08-05T23:58:26.354Z] Commit message: "Update authors and mailmap" [Pipeline] sh [2020-08-05T23:58:26.357Z] > git --version # timeout=10 [2020-08-05T23:58:26.388Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-08-05T23:58:26.474Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-08-05T23:58:26.474Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2020-08-05T23:58:26.474Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2020-08-05T23:58:26.474Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 236.50kB / 8.88MB 0.1s [2020-08-05T23:58:26.474Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 6.55MB / 8.88MB 0.2s [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-05T23:58:26.639Z] + docker version [2020-08-05T23:58:26.639Z] Client: Docker Engine - Community [2020-08-05T23:58:26.639Z] Version: 19.03.12 [2020-08-05T23:58:26.639Z] API version: 1.40 [2020-08-05T23:58:26.639Z] Go version: go1.13.10 [2020-08-05T23:58:26.639Z] Git commit: 48a66213fe [2020-08-05T23:58:26.639Z] Built: Mon Jun 22 15:45:36 2020 [2020-08-05T23:58:26.639Z] OS/Arch: linux/amd64 [2020-08-05T23:58:26.639Z] Experimental: false [2020-08-05T23:58:26.639Z] [2020-08-05T23:58:26.639Z] Server: Docker Engine - Community [2020-08-05T23:58:26.639Z] Engine: [2020-08-05T23:58:26.639Z] Version: 19.03.12 [2020-08-05T23:58:26.639Z] API version: 1.40 (minimum version 1.12) [2020-08-05T23:58:26.639Z] Go version: go1.13.10 [2020-08-05T23:58:26.639Z] Git commit: 48a66213fe [2020-08-05T23:58:26.639Z] Built: Mon Jun 22 15:44:07 2020 [2020-08-05T23:58:26.639Z] OS/Arch: linux/amd64 [2020-08-05T23:58:26.639Z] Experimental: true [2020-08-05T23:58:26.639Z] containerd: [2020-08-05T23:58:26.639Z] Version: 1.2.13 [2020-08-05T23:58:26.639Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-08-05T23:58:26.639Z] runc: [2020-08-05T23:58:26.639Z] Version: 1.0.0-rc10 [2020-08-05T23:58:26.639Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-08-05T23:58:26.639Z] docker-init: [2020-08-05T23:58:26.639Z] Version: 0.18.0 [2020-08-05T23:58:26.639Z] GitCommit: fec3683 [Pipeline] sh [2020-08-05T23:58:26.764Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.3s done [2020-08-05T23:58:26.764Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.1s [2020-08-05T23:58:26.764Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2020-08-05T23:58:26.786Z] + [ PR != PR ] [2020-08-05T23:58:26.786Z] + [ master != master ] [2020-08-05T23:58:26.786Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-08-05T23:58:26.939Z] + docker info [2020-08-05T23:58:26.939Z] Client: [2020-08-05T23:58:26.939Z] Debug Mode: false [2020-08-05T23:58:26.939Z] [2020-08-05T23:58:26.939Z] Server: [2020-08-05T23:58:26.939Z] Containers: 0 [2020-08-05T23:58:26.939Z] Running: 0 [2020-08-05T23:58:26.939Z] Paused: 0 [2020-08-05T23:58:26.939Z] Stopped: 0 [2020-08-05T23:58:26.939Z] Images: 2 [2020-08-05T23:58:26.939Z] Server Version: 19.03.12 [2020-08-05T23:58:26.939Z] Storage Driver: overlay2 [2020-08-05T23:58:26.939Z] Backing Filesystem: extfs [2020-08-05T23:58:26.939Z] Supports d_type: true [2020-08-05T23:58:26.939Z] Native Overlay Diff: true [2020-08-05T23:58:26.939Z] Logging Driver: json-file [2020-08-05T23:58:26.939Z] Cgroup Driver: cgroupfs [2020-08-05T23:58:26.939Z] Plugins: [2020-08-05T23:58:26.939Z] Volume: local [2020-08-05T23:58:26.939Z] Network: bridge host ipvlan macvlan null overlay [2020-08-05T23:58:26.939Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-08-05T23:58:26.939Z] Swarm: inactive [2020-08-05T23:58:26.939Z] Runtimes: runc [2020-08-05T23:58:26.939Z] Default Runtime: runc [2020-08-05T23:58:26.939Z] Init Binary: docker-init [2020-08-05T23:58:26.939Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-08-05T23:58:26.939Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-08-05T23:58:26.939Z] init version: fec3683 [2020-08-05T23:58:26.939Z] Security Options: [2020-08-05T23:58:26.939Z] apparmor [2020-08-05T23:58:26.939Z] seccomp [2020-08-05T23:58:26.939Z] Profile: default [2020-08-05T23:58:26.939Z] Kernel Version: 5.3.0-1030-aws [2020-08-05T23:58:26.939Z] Operating System: Ubuntu 18.04.4 LTS [2020-08-05T23:58:26.939Z] OSType: linux [2020-08-05T23:58:26.939Z] Architecture: x86_64 [2020-08-05T23:58:26.939Z] CPUs: 2 [2020-08-05T23:58:26.939Z] Total Memory: 7.487GiB [2020-08-05T23:58:26.939Z] Name: ip-10-100-35-158 [2020-08-05T23:58:26.939Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO [2020-08-05T23:58:26.939Z] Docker Root Dir: /var/lib/docker [2020-08-05T23:58:26.939Z] Debug Mode: false [2020-08-05T23:58:26.939Z] Registry: https://index.docker.io/v1/ [2020-08-05T23:58:26.939Z] Labels: [2020-08-05T23:58:26.939Z] Experimental: true [2020-08-05T23:58:26.939Z] Insecure Registries: [2020-08-05T23:58:26.939Z] 127.0.0.0/8 [2020-08-05T23:58:26.939Z] Live Restore Enabled: true [2020-08-05T23:58:26.939Z] [2020-08-05T23:58:26.939Z] WARNING: No swap limit support [Pipeline] sh [2020-08-05T23:58:27.055Z] #4 DONE 0.7s [2020-08-05T23:58:27.104Z] + docker version [2020-08-05T23:58:27.104Z] Client: Docker Engine - Community [2020-08-05T23:58:27.104Z] Version: 19.03.12 [2020-08-05T23:58:27.104Z] API version: 1.40 [2020-08-05T23:58:27.104Z] Go version: go1.13.10 [2020-08-05T23:58:27.104Z] Git commit: 48a66213fe [2020-08-05T23:58:27.104Z] Built: Mon Jun 22 15:45:36 2020 [2020-08-05T23:58:27.104Z] OS/Arch: linux/amd64 [2020-08-05T23:58:27.104Z] Experimental: false [2020-08-05T23:58:27.104Z] [2020-08-05T23:58:27.104Z] Server: Docker Engine - Community [2020-08-05T23:58:27.104Z] Engine: [2020-08-05T23:58:27.104Z] Version: 19.03.12 [2020-08-05T23:58:27.104Z] API version: 1.40 (minimum version 1.12) [2020-08-05T23:58:27.104Z] Go version: go1.13.10 [2020-08-05T23:58:27.104Z] Git commit: 48a66213fe [2020-08-05T23:58:27.104Z] Built: Mon Jun 22 15:44:07 2020 [2020-08-05T23:58:27.104Z] OS/Arch: linux/amd64 [2020-08-05T23:58:27.104Z] Experimental: true [2020-08-05T23:58:27.104Z] containerd: [2020-08-05T23:58:27.104Z] Version: 1.2.13 [2020-08-05T23:58:27.104Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-08-05T23:58:27.104Z] runc: [2020-08-05T23:58:27.104Z] Version: 1.0.0-rc10 [2020-08-05T23:58:27.104Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-08-05T23:58:27.104Z] docker-init: [2020-08-05T23:58:27.104Z] Version: 0.18.0 [2020-08-05T23:58:27.104Z] GitCommit: fec3683 [Pipeline] sh [2020-08-05T23:58:27.185Z] + docker version [2020-08-05T23:58:27.185Z] Client: Docker Engine - Community [2020-08-05T23:58:27.185Z] Version: 19.03.12 [2020-08-05T23:58:27.185Z] API version: 1.40 [2020-08-05T23:58:27.185Z] Go version: go1.13.10 [2020-08-05T23:58:27.185Z] Git commit: 48a66213fe [2020-08-05T23:58:27.185Z] Built: Mon Jun 22 15:45:36 2020 [2020-08-05T23:58:27.185Z] OS/Arch: linux/amd64 [2020-08-05T23:58:27.185Z] Experimental: false [2020-08-05T23:58:27.185Z] [2020-08-05T23:58:27.185Z] Server: Docker Engine - Community [2020-08-05T23:58:27.185Z] Engine: [2020-08-05T23:58:27.185Z] Version: 19.03.12 [2020-08-05T23:58:27.185Z] API version: 1.40 (minimum version 1.12) [2020-08-05T23:58:27.185Z] Go version: go1.13.10 [2020-08-05T23:58:27.185Z] Git commit: 48a66213fe [2020-08-05T23:58:27.185Z] Built: Mon Jun 22 15:44:07 2020 [2020-08-05T23:58:27.185Z] OS/Arch: linux/amd64 [2020-08-05T23:58:27.185Z] Experimental: true [2020-08-05T23:58:27.185Z] containerd: [2020-08-05T23:58:27.185Z] Version: 1.2.13 [2020-08-05T23:58:27.185Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-08-05T23:58:27.185Z] runc: [2020-08-05T23:58:27.185Z] Version: 1.0.0-rc10 [2020-08-05T23:58:27.185Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-08-05T23:58:27.185Z] docker-init: [2020-08-05T23:58:27.185Z] Version: 0.18.0 [2020-08-05T23:58:27.185Z] GitCommit: fec3683 [Pipeline] sh [2020-08-05T23:58:27.225Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:58:27.225Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:58:27.225Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41316/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-08-05T23:58:27.225Z] + bash /home/ubuntu/workspace/moby_PR-41316/check-config.sh [2020-08-05T23:58:27.225Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-08-05T23:58:27.225Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... [2020-08-05T23:58:27.225Z] [2020-08-05T23:58:27.225Z] Generally Necessary: [2020-08-05T23:58:27.225Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-08-05T23:58:27.225Z] - apparmor: enabled and tools installed [2020-08-05T23:58:27.225Z] - CONFIG_NAMESPACES: enabled [2020-08-05T23:58:27.225Z] - CONFIG_NET_NS: enabled [2020-08-05T23:58:27.225Z] - CONFIG_PID_NS: enabled [2020-08-05T23:58:27.225Z] - CONFIG_IPC_NS: enabled [2020-08-05T23:58:27.225Z] - CONFIG_UTS_NS: enabled [2020-08-05T23:58:27.225Z] - CONFIG_CGROUPS: enabled [2020-08-05T23:58:27.225Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-08-05T23:58:27.225Z] - CONFIG_CGROUP_DEVICE: enabled [2020-08-05T23:58:27.225Z] - CONFIG_CGROUP_FREEZER: enabled [2020-08-05T23:58:27.225Z] - CONFIG_CGROUP_SCHED: enabled [2020-08-05T23:58:27.225Z] - CONFIG_CPUSETS: enabled [2020-08-05T23:58:27.225Z] - CONFIG_MEMCG: enabled [2020-08-05T23:58:25.705Z] > git merge aaf92f627622c230a00bb6a0b47580dffdec1a5d # timeout=10 [2020-08-05T23:58:25.738Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-05T23:58:25.769Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:25.795Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:58:27.364Z] [2020-08-05T23:58:27.364Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-08-05T23:58:27.364Z] #6 DONE 0.2s [2020-08-05T23:58:27.364Z] [2020-08-05T23:58:27.364Z] #5 [internal] load metadata for docker.io/library/golang:1.13.14-buster [2020-08-05T23:58:27.364Z] #5 DONE 0.2s [2020-08-05T23:58:27.364Z] [2020-08-05T23:58:27.364Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-08-05T23:58:27.364Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-08-05T23:58:27.364Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-08-05T23:58:27.364Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-08-05T23:58:27.384Z] + docker info [2020-08-05T23:58:27.384Z] Client: [2020-08-05T23:58:27.384Z] Debug Mode: false [2020-08-05T23:58:27.384Z] [2020-08-05T23:58:27.384Z] Server: [2020-08-05T23:58:27.384Z] Containers: 0 [2020-08-05T23:58:27.384Z] Running: 0 [2020-08-05T23:58:27.384Z] Paused: 0 [2020-08-05T23:58:27.384Z] Stopped: 0 [2020-08-05T23:58:27.384Z] Images: 46 [2020-08-05T23:58:27.384Z] Server Version: 19.03.12 [2020-08-05T23:58:27.384Z] Storage Driver: overlay2 [2020-08-05T23:58:27.384Z] Backing Filesystem: extfs [2020-08-05T23:58:27.384Z] Supports d_type: true [2020-08-05T23:58:27.384Z] Native Overlay Diff: true [2020-08-05T23:58:27.384Z] Logging Driver: json-file [2020-08-05T23:58:27.384Z] Cgroup Driver: cgroupfs [2020-08-05T23:58:27.384Z] Plugins: [2020-08-05T23:58:27.384Z] Volume: local [2020-08-05T23:58:27.384Z] Network: bridge host ipvlan macvlan null overlay [2020-08-05T23:58:27.384Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-08-05T23:58:27.384Z] Swarm: inactive [2020-08-05T23:58:27.384Z] Runtimes: runc [2020-08-05T23:58:27.384Z] Default Runtime: runc [2020-08-05T23:58:27.384Z] Init Binary: docker-init [2020-08-05T23:58:27.384Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-08-05T23:58:27.384Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-08-05T23:58:27.384Z] init version: fec3683 [2020-08-05T23:58:27.384Z] Security Options: [2020-08-05T23:58:27.384Z] apparmor [2020-08-05T23:58:27.384Z] seccomp [2020-08-05T23:58:27.384Z] Profile: default [2020-08-05T23:58:27.384Z] Kernel Version: 5.3.0-1030-aws [2020-08-05T23:58:27.384Z] Operating System: Ubuntu 18.04.4 LTS [2020-08-05T23:58:27.384Z] OSType: linux [2020-08-05T23:58:27.384Z] Architecture: x86_64 [2020-08-05T23:58:27.384Z] CPUs: 2 [2020-08-05T23:58:27.384Z] Total Memory: 7.487GiB [2020-08-05T23:58:27.384Z] Name: ip-10-100-79-24 [2020-08-05T23:58:27.384Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO [2020-08-05T23:58:27.384Z] Docker Root Dir: /var/lib/docker [2020-08-05T23:58:27.384Z] Debug Mode: false [2020-08-05T23:58:27.384Z] Registry: https://index.docker.io/v1/ [2020-08-05T23:58:27.384Z] Labels: [2020-08-05T23:58:27.384Z] Experimental: true [2020-08-05T23:58:27.384Z] Insecure Registries: [2020-08-05T23:58:27.384Z] 127.0.0.0/8 [2020-08-05T23:58:27.384Z] Live Restore Enabled: true [2020-08-05T23:58:27.384Z] [2020-08-05T23:58:27.384Z] WARNING: No swap limit support [Pipeline] sh [2020-08-05T23:58:27.468Z] + docker info [2020-08-05T23:58:27.468Z] Client: [2020-08-05T23:58:27.468Z] Debug Mode: false [2020-08-05T23:58:27.468Z] [2020-08-05T23:58:27.468Z] Server: [2020-08-05T23:58:27.468Z] Containers: 0 [2020-08-05T23:58:27.468Z] Running: 0 [2020-08-05T23:58:27.468Z] Paused: 0 [2020-08-05T23:58:27.468Z] Stopped: 0 [2020-08-05T23:58:27.468Z] Images: 27 [2020-08-05T23:58:27.468Z] Server Version: 19.03.12 [2020-08-05T23:58:27.468Z] Storage Driver: overlay2 [2020-08-05T23:58:27.468Z] Backing Filesystem: extfs [2020-08-05T23:58:27.468Z] Supports d_type: true [2020-08-05T23:58:27.468Z] Native Overlay Diff: true [2020-08-05T23:58:27.468Z] Logging Driver: json-file [2020-08-05T23:58:27.468Z] Cgroup Driver: cgroupfs [2020-08-05T23:58:27.468Z] Plugins: [2020-08-05T23:58:27.468Z] Volume: local [2020-08-05T23:58:27.468Z] Network: bridge host ipvlan macvlan null overlay [2020-08-05T23:58:27.468Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-08-05T23:58:27.468Z] Swarm: inactive [2020-08-05T23:58:27.468Z] Runtimes: runc [2020-08-05T23:58:27.468Z] Default Runtime: runc [2020-08-05T23:58:27.468Z] Init Binary: docker-init [2020-08-05T23:58:27.468Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-08-05T23:58:27.468Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-08-05T23:58:27.468Z] init version: fec3683 [2020-08-05T23:58:27.468Z] Security Options: [2020-08-05T23:58:27.468Z] apparmor [2020-08-05T23:58:27.468Z] seccomp [2020-08-05T23:58:27.468Z] Profile: default [2020-08-05T23:58:27.468Z] Kernel Version: 5.3.0-1030-aws [2020-08-05T23:58:27.468Z] Operating System: Ubuntu 18.04.4 LTS [2020-08-05T23:58:27.468Z] OSType: linux [2020-08-05T23:58:27.468Z] Architecture: x86_64 [2020-08-05T23:58:27.468Z] CPUs: 2 [2020-08-05T23:58:27.468Z] Total Memory: 7.487GiB [2020-08-05T23:58:27.468Z] Name: ip-10-100-112-3 [2020-08-05T23:58:27.468Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO [2020-08-05T23:58:27.468Z] Docker Root Dir: /var/lib/docker [2020-08-05T23:58:27.468Z] Debug Mode: false [2020-08-05T23:58:27.468Z] Registry: https://index.docker.io/v1/ [2020-08-05T23:58:27.468Z] Labels: [2020-08-05T23:58:27.468Z] Experimental: true [2020-08-05T23:58:27.468Z] Insecure Registries: [2020-08-05T23:58:27.468Z] 127.0.0.0/8 [2020-08-05T23:58:27.468Z] Live Restore Enabled: true [2020-08-05T23:58:27.468Z] [2020-08-05T23:58:27.468Z] WARNING: No swap limit support [Pipeline] sh [2020-08-05T23:58:27.484Z] - CONFIG_KEYS: enabled [2020-08-05T23:58:27.484Z] - CONFIG_VETH: enabled (as module) [2020-08-05T23:58:27.484Z] - CONFIG_BRIDGE: enabled (as module) [2020-08-05T23:58:27.484Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-08-05T23:58:27.484Z] - CONFIG_NF_NAT_IPV4: missing [2020-08-05T23:58:27.485Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_NF_NAT: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_NF_NAT_NEEDED: missing [2020-08-05T23:58:27.485Z] - CONFIG_POSIX_MQUEUE: enabled [2020-08-05T23:58:27.485Z] [2020-08-05T23:58:27.485Z] Optional Features: [2020-08-05T23:58:27.485Z] - CONFIG_USER_NS: enabled [2020-08-05T23:58:27.485Z] - CONFIG_SECCOMP: enabled [2020-08-05T23:58:27.485Z] - CONFIG_CGROUP_PIDS: enabled [2020-08-05T23:58:27.485Z] - CONFIG_MEMCG_SWAP: enabled [2020-08-05T23:58:27.485Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-08-05T23:58:27.485Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-08-05T23:58:27.485Z] - CONFIG_BLK_CGROUP: enabled [2020-08-05T23:58:27.485Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-08-05T23:58:27.485Z] - CONFIG_IOSCHED_CFQ: missing [2020-08-05T23:58:27.485Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-08-05T23:58:27.485Z] - CONFIG_CGROUP_PERF: enabled [2020-08-05T23:58:27.485Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-08-05T23:58:27.485Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-08-05T23:58:27.485Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-08-05T23:58:27.485Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-08-05T23:58:27.485Z] - CONFIG_RT_GROUP_SCHED: missing [2020-08-05T23:58:27.485Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_IP_VS: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_IP_VS_NFCT: enabled [2020-08-05T23:58:27.485Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-08-05T23:58:27.485Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-08-05T23:58:27.485Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_EXT4_FS: enabled [2020-08-05T23:58:27.485Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-08-05T23:58:27.485Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-08-05T23:58:27.485Z] - Network Drivers: [2020-08-05T23:58:27.485Z] - "overlay": [2020-08-05T23:58:27.485Z] - CONFIG_VXLAN: enabled (as module) [2020-08-05T23:58:27.485Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-08-05T23:58:27.485Z] Optional (for encrypted networks): [2020-08-05T23:58:27.660Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:58:27.660Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:58:27.660Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41316/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-08-05T23:58:27.660Z] + bash /home/ubuntu/workspace/moby_PR-41316/check-config.sh [2020-08-05T23:58:27.660Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-08-05T23:58:27.660Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... [2020-08-05T23:58:27.660Z] [2020-08-05T23:58:27.660Z] Generally Necessary: [2020-08-05T23:58:27.660Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-08-05T23:58:27.660Z] - apparmor: enabled and tools installed [2020-08-05T23:58:27.660Z] - CONFIG_NAMESPACES: enabled [2020-08-05T23:58:27.660Z] - CONFIG_NET_NS: enabled [2020-08-05T23:58:27.660Z] - CONFIG_PID_NS: enabled [2020-08-05T23:58:27.660Z] - CONFIG_IPC_NS: enabled [2020-08-05T23:58:27.660Z] - CONFIG_UTS_NS: enabled [2020-08-05T23:58:27.660Z] - CONFIG_CGROUPS: enabled [2020-08-05T23:58:27.660Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-08-05T23:58:27.660Z] - CONFIG_CGROUP_DEVICE: enabled [2020-08-05T23:58:27.660Z] - CONFIG_CGROUP_FREEZER: enabled [2020-08-05T23:58:27.660Z] - CONFIG_CGROUP_SCHED: enabled [2020-08-05T23:58:27.660Z] - CONFIG_CPUSETS: enabled [2020-08-05T23:58:27.660Z] - CONFIG_MEMCG: enabled [2020-08-05T23:58:27.660Z] - CONFIG_KEYS: enabled [2020-08-05T23:58:27.660Z] - CONFIG_VETH: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_BRIDGE: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_NF_NAT_IPV4: missing [2020-08-05T23:58:27.660Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_NF_NAT: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_NF_NAT_NEEDED: missing [2020-08-05T23:58:27.660Z] - CONFIG_POSIX_MQUEUE: enabled [2020-08-05T23:58:27.660Z] [2020-08-05T23:58:27.660Z] Optional Features: [2020-08-05T23:58:27.660Z] - CONFIG_USER_NS: enabled [2020-08-05T23:58:27.660Z] - CONFIG_SECCOMP: enabled [2020-08-05T23:58:27.660Z] - CONFIG_CGROUP_PIDS: enabled [2020-08-05T23:58:27.660Z] - CONFIG_MEMCG_SWAP: enabled [2020-08-05T23:58:27.660Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-08-05T23:58:27.660Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-08-05T23:58:27.660Z] - CONFIG_BLK_CGROUP: enabled [2020-08-05T23:58:27.660Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-08-05T23:58:27.660Z] - CONFIG_IOSCHED_CFQ: missing [2020-08-05T23:58:27.660Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-08-05T23:58:27.660Z] - CONFIG_CGROUP_PERF: enabled [2020-08-05T23:58:27.660Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-08-05T23:58:27.660Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-08-05T23:58:27.660Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-08-05T23:58:27.660Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-08-05T23:58:27.660Z] - CONFIG_RT_GROUP_SCHED: missing [2020-08-05T23:58:27.660Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-08-05T23:58:27.660Z] - CONFIG_IP_VS: enabled (as module) [2020-08-05T23:58:27.744Z] - CONFIG_CRYPTO: enabled [2020-08-05T23:58:27.744Z] - CONFIG_CRYPTO_AEAD: enabled [2020-08-05T23:58:27.744Z] - CONFIG_CRYPTO_GCM: enabled [2020-08-05T23:58:27.744Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-08-05T23:58:27.744Z] - CONFIG_CRYPTO_GHASH: enabled [2020-08-05T23:58:27.744Z] - CONFIG_XFRM: enabled [2020-08-05T23:58:27.744Z] - CONFIG_XFRM_USER: enabled (as module) [2020-08-05T23:58:27.744Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-08-05T23:58:27.744Z] - CONFIG_INET_ESP: enabled (as module) [2020-08-05T23:58:27.744Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-08-05T23:58:27.744Z] - "ipvlan": [2020-08-05T23:58:27.744Z] - CONFIG_IPVLAN: enabled (as module) [2020-08-05T23:58:27.744Z] - "macvlan": [2020-08-05T23:58:27.744Z] - CONFIG_MACVLAN: enabled (as module) [2020-08-05T23:58:27.744Z] - CONFIG_DUMMY: enabled (as module) [2020-08-05T23:58:27.744Z] - "ftp,tftp client in container": [2020-08-05T23:58:27.744Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-08-05T23:58:27.744Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-08-05T23:58:27.744Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-08-05T23:58:27.744Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-08-05T23:58:27.744Z] - Storage Drivers: [2020-08-05T23:58:27.744Z] - "aufs": [2020-08-05T23:58:27.744Z] - CONFIG_AUFS_FS: enabled (as module) [2020-08-05T23:58:27.744Z] - "btrfs": [2020-08-05T23:58:27.744Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-08-05T23:58:27.744Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-08-05T23:58:27.744Z] - "devicemapper": [2020-08-05T23:58:27.744Z] - CONFIG_BLK_DEV_DM: enabled [2020-08-05T23:58:27.744Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-08-05T23:58:27.744Z] - "overlay": [2020-08-05T23:58:27.744Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-08-05T23:58:27.744Z] - "zfs": [2020-08-05T23:58:27.744Z] - /dev/zfs: present [2020-08-05T23:58:27.744Z] - zfs command: missing [2020-08-05T23:58:27.744Z] - zpool command: missing [2020-08-05T23:58:27.744Z] [2020-08-05T23:58:27.744Z] Limits: [2020-08-05T23:58:27.744Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-08-05T23:58:27.744Z] [2020-08-05T23:58:27.744Z] + true [2020-08-05T23:58:27.749Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:58:27.749Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:58:27.749Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41316/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-08-05T23:58:27.749Z] + bash /home/ubuntu/workspace/moby_PR-41316/check-config.sh [2020-08-05T23:58:27.749Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-08-05T23:58:27.749Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... [2020-08-05T23:58:27.749Z] [2020-08-05T23:58:27.749Z] Generally Necessary: [2020-08-05T23:58:27.749Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-08-05T23:58:27.749Z] - apparmor: enabled and tools installed [2020-08-05T23:58:27.749Z] - CONFIG_NAMESPACES: enabled [2020-08-05T23:58:27.749Z] - CONFIG_NET_NS: enabled [2020-08-05T23:58:27.749Z] - CONFIG_PID_NS: enabled [2020-08-05T23:58:27.749Z] - CONFIG_IPC_NS: enabled [2020-08-05T23:58:27.749Z] - CONFIG_UTS_NS: enabled [2020-08-05T23:58:27.749Z] - CONFIG_CGROUPS: enabled [2020-08-05T23:58:27.749Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-08-05T23:58:27.749Z] - CONFIG_CGROUP_DEVICE: enabled [2020-08-05T23:58:27.749Z] - CONFIG_CGROUP_FREEZER: enabled [2020-08-05T23:58:27.749Z] - CONFIG_CGROUP_SCHED: enabled [2020-08-05T23:58:27.749Z] - CONFIG_CPUSETS: enabled [2020-08-05T23:58:27.749Z] - CONFIG_MEMCG: enabled [2020-08-05T23:58:27.749Z] - CONFIG_KEYS: enabled [2020-08-05T23:58:27.749Z] - CONFIG_VETH: enabled (as module) [2020-08-05T23:58:27.749Z] - CONFIG_BRIDGE: enabled (as module) [2020-08-05T23:58:27.749Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-08-05T23:58:27.749Z] - CONFIG_NF_NAT_IPV4: missing [2020-08-05T23:58:27.749Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-08-05T23:58:27.749Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-08-05T23:58:27.749Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-08-05T23:58:27.749Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-08-05T23:58:27.749Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-08-05T23:58:27.749Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-08-05T23:58:27.749Z] - CONFIG_NF_NAT: enabled (as module) [2020-08-05T23:58:27.749Z] - CONFIG_NF_NAT_NEEDED: missing [2020-08-05T23:58:27.749Z] - CONFIG_POSIX_MQUEUE: enabled [2020-08-05T23:58:27.749Z] [2020-08-05T23:58:27.749Z] Optional Features: [2020-08-05T23:58:27.749Z] - CONFIG_USER_NS: enabled [2020-08-05T23:58:27.749Z] - CONFIG_SECCOMP: enabled [2020-08-05T23:58:27.749Z] - CONFIG_CGROUP_PIDS: enabled [2020-08-05T23:58:27.749Z] - CONFIG_MEMCG_SWAP: enabled [2020-08-05T23:58:27.749Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-08-05T23:58:27.917Z] - CONFIG_IP_VS_NFCT: enabled [2020-08-05T23:58:27.917Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-08-05T23:58:27.917Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-08-05T23:58:27.917Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-08-05T23:58:27.917Z] - CONFIG_EXT4_FS: enabled [2020-08-05T23:58:27.917Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-08-05T23:58:27.917Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-08-05T23:58:27.917Z] - Network Drivers: [2020-08-05T23:58:27.917Z] - "overlay": [2020-08-05T23:58:27.917Z] - CONFIG_VXLAN: enabled (as module) [2020-08-05T23:58:27.917Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-08-05T23:58:27.917Z] Optional (for encrypted networks): [2020-08-05T23:58:27.917Z] - CONFIG_CRYPTO: enabled [2020-08-05T23:58:27.917Z] - CONFIG_CRYPTO_AEAD: enabled [2020-08-05T23:58:27.917Z] - CONFIG_CRYPTO_GCM: enabled [2020-08-05T23:58:27.917Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-08-05T23:58:27.917Z] - CONFIG_CRYPTO_GHASH: enabled [2020-08-05T23:58:27.917Z] - CONFIG_XFRM: enabled [2020-08-05T23:58:27.917Z] - CONFIG_XFRM_USER: enabled (as module) [2020-08-05T23:58:27.917Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-08-05T23:58:27.917Z] - CONFIG_INET_ESP: enabled (as module) [2020-08-05T23:58:27.917Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-08-05T23:58:27.917Z] - "ipvlan": [2020-08-05T23:58:27.917Z] - CONFIG_IPVLAN: enabled (as module) [2020-08-05T23:58:27.917Z] - "macvlan": [2020-08-05T23:58:27.917Z] - CONFIG_MACVLAN: enabled (as module) [2020-08-05T23:58:27.917Z] - CONFIG_DUMMY: enabled (as module) [2020-08-05T23:58:27.917Z] - "ftp,tftp client in container": [2020-08-05T23:58:27.917Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-08-05T23:58:27.917Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-08-05T23:58:27.917Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-08-05T23:58:27.917Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-08-05T23:58:27.917Z] - Storage Drivers: [2020-08-05T23:58:27.917Z] - "aufs": [2020-08-05T23:58:27.917Z] - CONFIG_AUFS_FS: enabled (as module) [2020-08-05T23:58:27.917Z] - "btrfs": [2020-08-05T23:58:27.917Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-08-05T23:58:27.917Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-08-05T23:58:27.917Z] - "devicemapper": [2020-08-05T23:58:27.917Z] - CONFIG_BLK_DEV_DM: enabled [2020-08-05T23:58:27.917Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-08-05T23:58:27.917Z] - "overlay": [2020-08-05T23:58:27.917Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-08-05T23:58:27.917Z] - "zfs": [2020-08-05T23:58:27.917Z] - /dev/zfs: present [2020-08-05T23:58:27.917Z] - zfs command: missing [2020-08-05T23:58:27.917Z] - zpool command: missing [2020-08-05T23:58:27.917Z] [2020-08-05T23:58:27.917Z] Limits: [2020-08-05T23:58:27.917Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-08-05T23:58:27.917Z] [2020-08-05T23:58:27.917Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-08-05T23:58:28.008Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-08-05T23:58:28.008Z] - CONFIG_BLK_CGROUP: enabled [2020-08-05T23:58:28.008Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-08-05T23:58:28.008Z] - CONFIG_IOSCHED_CFQ: missing [2020-08-05T23:58:28.008Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2020-08-05T23:58:28.008Z] - CONFIG_CGROUP_PERF: enabled [2020-08-05T23:58:28.008Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-08-05T23:58:28.008Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-08-05T23:58:28.008Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-08-05T23:58:28.008Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-08-05T23:58:28.008Z] - CONFIG_RT_GROUP_SCHED: missing [2020-08-05T23:58:28.008Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_IP_VS: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_IP_VS_NFCT: enabled [2020-08-05T23:58:28.008Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-08-05T23:58:28.008Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-08-05T23:58:28.008Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_EXT4_FS: enabled [2020-08-05T23:58:28.008Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-08-05T23:58:28.008Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-08-05T23:58:28.008Z] - Network Drivers: [2020-08-05T23:58:28.008Z] - "overlay": [2020-08-05T23:58:28.008Z] - CONFIG_VXLAN: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-08-05T23:58:28.008Z] Optional (for encrypted networks): [2020-08-05T23:58:28.008Z] - CONFIG_CRYPTO: enabled [2020-08-05T23:58:28.008Z] - CONFIG_CRYPTO_AEAD: enabled [2020-08-05T23:58:28.008Z] - CONFIG_CRYPTO_GCM: enabled [2020-08-05T23:58:28.008Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-08-05T23:58:28.008Z] - CONFIG_CRYPTO_GHASH: enabled [2020-08-05T23:58:28.008Z] - CONFIG_XFRM: enabled [2020-08-05T23:58:28.008Z] - CONFIG_XFRM_USER: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_INET_ESP: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2020-08-05T23:58:28.008Z] - "ipvlan": [2020-08-05T23:58:28.008Z] - CONFIG_IPVLAN: enabled (as module) [2020-08-05T23:58:28.008Z] - "macvlan": [2020-08-05T23:58:28.008Z] - CONFIG_MACVLAN: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_DUMMY: enabled (as module) [2020-08-05T23:58:28.008Z] - "ftp,tftp client in container": [2020-08-05T23:58:28.008Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-08-05T23:58:28.008Z] - Storage Drivers: [2020-08-05T23:58:28.008Z] - "aufs": [2020-08-05T23:58:28.008Z] - CONFIG_AUFS_FS: enabled (as module) [2020-08-05T23:58:28.008Z] - "btrfs": [2020-08-05T23:58:28.008Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-08-05T23:58:28.008Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-08-05T23:58:28.008Z] - "devicemapper": [2020-08-05T23:58:28.008Z] - CONFIG_BLK_DEV_DM: enabled [2020-08-05T23:58:28.008Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-08-05T23:58:28.008Z] - "overlay": [2020-08-05T23:58:28.008Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-08-05T23:58:28.008Z] - "zfs": [2020-08-05T23:58:28.082Z] + sudo modprobe ip_vs [2020-08-05T23:58:28.242Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e . [2020-08-05T23:58:28.243Z] #2 [internal] load .dockerignore [2020-08-05T23:58:28.243Z] #2 transferring context: 87B done [2020-08-05T23:58:28.243Z] #2 DONE 0.0s [2020-08-05T23:58:28.243Z] [2020-08-05T23:58:28.243Z] #1 [internal] load build definition from Dockerfile [2020-08-05T23:58:28.243Z] #1 transferring dockerfile: 16.37kB done [2020-08-05T23:58:28.243Z] #1 DONE 0.0s [2020-08-05T23:58:28.243Z] [2020-08-05T23:58:28.243Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-08-05T23:58:28.266Z] - /dev/zfs: present [2020-08-05T23:58:28.266Z] - zfs command: missing [2020-08-05T23:58:28.266Z] - zpool command: missing [2020-08-05T23:58:28.266Z] [2020-08-05T23:58:28.266Z] Limits: [2020-08-05T23:58:28.266Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-08-05T23:58:28.266Z] [2020-08-05T23:58:28.266Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-08-05T23:58:28.341Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e . [2020-08-05T23:58:28.341Z] #2 [internal] load .dockerignore [2020-08-05T23:58:28.341Z] #2 transferring context: 87B done [2020-08-05T23:58:28.341Z] #2 DONE 0.0s [2020-08-05T23:58:28.341Z] [2020-08-05T23:58:28.341Z] #1 [internal] load build definition from Dockerfile [2020-08-05T23:58:28.341Z] #1 transferring dockerfile: 16.37kB done [2020-08-05T23:58:28.341Z] #1 DONE 0.0s [2020-08-05T23:58:28.341Z] [2020-08-05T23:58:28.341Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-08-05T23:58:28.499Z] #3 DONE 0.3s [2020-08-05T23:58:28.499Z] [2020-08-05T23:58:28.499Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-08-05T23:58:28.499Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-08-05T23:58:28.499Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-08-05T23:58:28.499Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-08-05T23:58:28.499Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-08-05T23:58:28.499Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 438.88kB / 8.88MB 0.1s [2020-08-05T23:58:28.501Z] #58 ... [2020-08-05T23:58:28.501Z] [2020-08-05T23:58:28.501Z] #20 [internal] load build context [2020-08-05T23:58:28.501Z] #20 transferring context: 51.48MB 0.8s done [2020-08-05T23:58:28.501Z] #20 DONE 0.8s [2020-08-05T23:58:28.501Z] [2020-08-05T23:58:28.501Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-05T23:58:28.501Z] #7 resolve docker.io/library/golang:1.13.14-buster@sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 done [2020-08-05T23:58:28.501Z] #7 sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 1.86kB / 1.86kB done [2020-08-05T23:58:28.501Z] #7 sha256:d2a4bc25ce2a6a1f4ba156c384f6651a22a1bb3c09858f16eee8082d74f215dd 1.79kB / 1.79kB done [2020-08-05T23:58:28.501Z] #7 sha256:2e42156bedac290657ae872b45e29b8341fc415b5ff0af67fca09c9df94f0d83 6.19kB / 6.19kB done [2020-08-05T23:58:28.501Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 39.14MB / 48.97MB 1.0s [2020-08-05T23:58:28.501Z] #7 sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 7.39MB / 7.39MB 0.3s done [2020-08-05T23:58:28.501Z] #7 sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 9.88MB / 9.88MB 0.3s done [2020-08-05T23:58:28.501Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 29.49MB / 51.38MB 1.0s [2020-08-05T23:58:28.501Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 14.71MB / 56.74MB 0.9s [2020-08-05T23:58:28.501Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 43.00MB / 48.97MB 1.1s [2020-08-05T23:58:28.502Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 33.78MB / 51.38MB 1.1s [2020-08-05T23:58:28.502Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 21.73MB / 56.74MB 1.1s [2020-08-05T23:58:28.502Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.3s [2020-08-05T23:58:28.502Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 45.02MB / 51.38MB 1.3s [2020-08-05T23:58:28.502Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 28.15MB / 56.74MB 1.3s [2020-08-05T23:58:28.601Z] #3 DONE 0.2s [2020-08-05T23:58:28.601Z] [2020-08-05T23:58:28.601Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-08-05T23:58:28.601Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-08-05T23:58:28.601Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-08-05T23:58:28.601Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-08-05T23:58:28.601Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-08-05T23:58:28.601Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 852.52kB / 8.88MB 0.1s [2020-08-05T23:58:28.606Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e . [2020-08-05T23:58:28.606Z] #2 [internal] load .dockerignore [2020-08-05T23:58:28.606Z] #2 transferring context: 87B done [2020-08-05T23:58:28.606Z] #2 DONE 0.0s [2020-08-05T23:58:28.606Z] [2020-08-05T23:58:28.606Z] #1 [internal] load build definition from Dockerfile [2020-08-05T23:58:28.606Z] #1 transferring dockerfile: 16.37kB done [2020-08-05T23:58:28.606Z] #1 DONE 0.0s [2020-08-05T23:58:28.606Z] [2020-08-05T23:58:28.606Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-08-05T23:58:28.757Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.1s done [2020-08-05T23:58:28.757Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-08-05T23:58:28.811Z] Fetching without tags [2020-08-05T23:58:28.826Z] #7 sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 48.97MB / 48.97MB 1.3s done [2020-08-05T23:58:28.826Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.4s [2020-08-05T23:58:28.826Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 31.51MB / 56.74MB 1.4s [2020-08-05T23:58:28.826Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 0B / 102.23MB 1.4s [2020-08-05T23:58:28.826Z] #7 sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 51.38MB / 51.38MB 1.4s done [2020-08-05T23:58:28.826Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 38.35MB / 56.74MB 1.5s [2020-08-05T23:58:28.826Z] #7 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 [2020-08-05T23:58:28.826Z] #7 sha256:0d74b729ef8e0049961bd7bc6dcb79403c8947a3bb25529905d8868e1652c244 0B / 156B 1.5s [2020-08-05T23:58:28.861Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.1s done [2020-08-05T23:58:28.861Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-08-05T23:58:28.865Z] #3 DONE 0.4s [2020-08-05T23:58:28.865Z] [2020-08-05T23:58:28.865Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-08-05T23:58:28.865Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-08-05T23:58:29.014Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2020-08-05T23:58:29.014Z] #4 DONE 0.4s [2020-08-05T23:58:29.014Z] [2020-08-05T23:58:29.014Z] #5 [internal] load metadata for docker.io/library/golang:1.13.14-buster [2020-08-05T23:58:29.124Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-08-05T23:58:29.124Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2020-08-05T23:58:29.124Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2020-08-05T23:58:29.124Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 222.30kB / 8.88MB 0.1s [2020-08-05T23:58:29.124Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2020-08-05T23:58:29.124Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.1s done [2020-08-05T23:58:29.125Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2020-08-05T23:58:29.125Z] #4 DONE 0.4s [2020-08-05T23:58:29.125Z] [2020-08-05T23:58:29.125Z] #6 [internal] load metadata for docker.io/library/golang:1.13.14-buster [2020-08-05T23:58:29.156Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 44.26MB / 56.74MB 1.6s [2020-08-05T23:58:29.156Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 10.55MB / 102.23MB 1.6s [2020-08-05T23:58:29.156Z] #7 sha256:0d74b729ef8e0049961bd7bc6dcb79403c8947a3bb25529905d8868e1652c244 156B / 156B 1.5s done [2020-08-05T23:58:29.156Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 47.13MB / 56.74MB 1.7s [2020-08-05T23:58:29.156Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 50.62MB / 56.74MB 1.8s [2020-08-05T23:58:29.156Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 18.64MB / 102.23MB 1.8s [2020-08-05T23:58:28.782Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:28.785Z] > git config --add remote.origin.fetch +refs/pull/41316/head:refs/remotes/origin/PR-41316 # timeout=10 [2020-08-05T23:58:28.788Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:28.802Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:58:28.816Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:58:28.816Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:58:28.817Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:58:29.226Z] Merging remotes/origin/master commit aaf92f627622c230a00bb6a0b47580dffdec1a5d into PR head commit a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:29.273Z] #5 DONE 0.3s [2020-08-05T23:58:29.273Z] [2020-08-05T23:58:29.273Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-08-05T23:58:29.273Z] #6 DONE 0.2s [2020-08-05T23:58:29.273Z] [2020-08-05T23:58:29.273Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-08-05T23:58:29.273Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-08-05T23:58:29.273Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-08-05T23:58:29.273Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-08-05T23:58:29.382Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done [2020-08-05T23:58:29.382Z] #4 DONE 0.4s [2020-08-05T23:58:29.386Z] #6 DONE 0.2s [2020-08-05T23:58:29.386Z] [2020-08-05T23:58:29.386Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-08-05T23:58:29.386Z] #5 DONE 0.2s [2020-08-05T23:58:29.386Z] [2020-08-05T23:58:29.386Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-05T23:58:29.386Z] #7 resolve docker.io/library/golang:1.13.14-buster@sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 done [2020-08-05T23:58:29.386Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 69.16kB / 10.00MB 0.1s [2020-08-05T23:58:29.386Z] #7 sha256:bd7875c6cd465351857e18c75e8841346ec3bba4e07750ca32239fd6a8f41058 6.19kB / 6.19kB done [2020-08-05T23:58:29.386Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.94MB / 50.40MB 0.1s [2020-08-05T23:58:29.386Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.1s [2020-08-05T23:58:29.386Z] #7 sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 1.86kB / 1.86kB done [2020-08-05T23:58:29.386Z] #7 sha256:e97eae18b0aa1ae34e6bce322e3dd5d00e923e57ae28fa4d6ec4beb6d6ed5094 1.79kB / 1.79kB done [2020-08-05T23:58:29.455Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.0s [2020-08-05T23:58:29.455Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 34.40MB / 102.23MB 2.0s [2020-08-05T23:58:29.455Z] #7 sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 56.74MB / 56.74MB 2.0s done [2020-08-05T23:58:29.455Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 41.51MB / 102.23MB 2.1s [2020-08-05T23:58:29.455Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 49.70MB / 102.23MB 2.2s [2020-08-05T23:58:29.643Z] [2020-08-05T23:58:29.643Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-08-05T23:58:29.643Z] #6 DONE 0.2s [2020-08-05T23:58:29.643Z] [2020-08-05T23:58:29.643Z] #5 [internal] load metadata for docker.io/library/golang:1.13.14-buster [2020-08-05T23:58:29.643Z] #5 DONE 0.2s [2020-08-05T23:58:29.646Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 2.09MB / 10.00MB 0.3s [2020-08-05T23:58:29.646Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 17.37MB / 50.40MB 0.3s [2020-08-05T23:58:29.646Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.69MB / 7.81MB 0.3s [2020-08-05T23:58:29.646Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 9.21MB / 10.00MB 0.4s [2020-08-05T23:58:29.646Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 24.98MB / 50.40MB 0.4s [2020-08-05T23:58:29.646Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 6.84MB / 7.81MB 0.4s [2020-08-05T23:58:29.750Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 56.96MB / 102.23MB 2.3s [2020-08-05T23:58:29.750Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 67.36MB / 102.23MB 2.4s [2020-08-05T23:58:29.750Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 77.58MB / 102.23MB 2.5s [2020-08-05T23:58:29.904Z] [2020-08-05T23:58:29.904Z] #20 [internal] load build context [2020-08-05T23:58:29.906Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.4s done [2020-08-05T23:58:29.906Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 28.28MB / 50.40MB 0.5s [2020-08-05T23:58:29.906Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done [2020-08-05T23:58:29.906Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.5s [2020-08-05T23:58:29.906Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 0.5s [2020-08-05T23:58:29.906Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 33.65MB / 50.40MB 0.6s [2020-08-05T23:58:29.906Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.06MB / 51.83MB 0.6s [2020-08-05T23:58:29.906Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 8.52MB / 68.67MB 0.6s [2020-08-05T23:58:30.042Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 83.83MB / 102.23MB 2.6s [2020-08-05T23:58:30.042Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 94.90MB / 102.23MB 2.7s [2020-08-05T23:58:30.065Z] Merge succeeded, producing a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:58:30.065Z] Checking out Revision a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e (PR-41316) [2020-08-05T23:58:30.176Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 45.39MB / 50.40MB 0.8s [2020-08-05T23:58:30.176Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 16.65MB / 51.83MB 0.8s [2020-08-05T23:58:30.176Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 17.29MB / 68.67MB 0.8s [2020-08-05T23:58:30.332Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 102.23MB / 102.23MB 2.8s [2020-08-05T23:58:30.332Z] #7 ... [2020-08-05T23:58:30.332Z] [2020-08-05T23:58:30.332Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-08-05T23:58:30.332Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.8s done [2020-08-05T23:58:30.332Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.9s done [2020-08-05T23:58:30.332Z] #58 DONE 3.0s [2020-08-05T23:58:30.332Z] [2020-08-05T23:58:30.332Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-05T23:58:30.332Z] #7 sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 102.23MB / 102.23MB 2.9s done [2020-08-05T23:58:30.443Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 48.77MB / 50.40MB 0.9s [2020-08-05T23:58:30.443Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 24.79MB / 51.83MB 0.9s [2020-08-05T23:58:30.443Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 21.44MB / 68.67MB 0.9s [2020-08-05T23:58:30.443Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.0s done [2020-08-05T23:58:30.443Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.64MB / 51.83MB 1.1s [2020-08-05T23:58:30.443Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 32.48MB / 68.67MB 1.1s [2020-08-05T23:58:30.443Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 0B / 120.18MB 1.1s [2020-08-05T23:58:30.623Z] #7 extracting sha256:f2b199a6d9adcfa5f879ec8042306ab2f919623f8018d0d7a6f4e9dade5e1a71 1.7s done [2020-08-05T23:58:30.623Z] #7 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.1s [2020-08-05T23:58:30.698Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 1.5s [2020-08-05T23:58:30.703Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 44.67MB / 51.83MB 1.2s [2020-08-05T23:58:30.703Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 36.69MB / 68.67MB 1.2s [2020-08-05T23:58:30.703Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.4s [2020-08-05T23:58:30.703Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 47.28MB / 68.67MB 1.4s [2020-08-05T23:58:30.703Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 12.26MB / 120.18MB 1.4s [2020-08-05T23:58:30.703Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2020-08-05T23:58:30.913Z] #7 extracting sha256:5615f13ce6c82698ac5df02b39113e3a8949db1a7a7f7f5d07c9265ee15b79d0 0.2s done [2020-08-05T23:58:30.956Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 6.02MB / 9.86MB 1.6s [2020-08-05T23:58:30.956Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.7s [2020-08-05T23:58:30.962Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.5s done [2020-08-05T23:58:30.962Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 54.04MB / 68.67MB 1.5s [2020-08-05T23:58:30.962Z] #7 sha256:d5323669af91aeb72c29ecf41caa93a92d1ee1d228baca4d017005cebd17122b 126B / 126B 1.5s [2020-08-05T23:58:30.962Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.78MB / 68.67MB 1.7s [2020-08-05T23:58:30.962Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 25.73MB / 120.18MB 1.7s [2020-08-05T23:58:30.962Z] #7 sha256:d5323669af91aeb72c29ecf41caa93a92d1ee1d228baca4d017005cebd17122b 126B / 126B 1.5s done [2020-08-05T23:58:29.232Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:29.234Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:58:30.034Z] > git merge aaf92f627622c230a00bb6a0b47580dffdec1a5d # timeout=10 [2020-08-05T23:58:30.056Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-05T23:58:30.070Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:58:30.073Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:58:31.091Z] Commit message: "Update authors and mailmap" [2020-08-05T23:58:31.143Z] > git --version # timeout=10 [2020-08-05T23:58:31.155Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-08-05T23:58:31.203Z] #7 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc [2020-08-05T23:58:31.204Z] #7 extracting sha256:23ffecb808bd421be3db88ff08f67b19f28c1ffe0d4c157be3fcff3360f527bc 0.2s done [2020-08-05T23:58:31.213Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.7s done [2020-08-05T23:58:31.213Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2020-08-05T23:58:31.222Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 66.56MB / 68.67MB 1.8s [2020-08-05T23:58:31.222Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 34.62MB / 120.18MB 1.9s [2020-08-05T23:58:31.484Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.0s done [2020-08-05T23:58:31.484Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 42.76MB / 120.18MB 2.1s [2020-08-05T23:58:31.484Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 50.19MB / 120.18MB 2.2s [2020-08-05T23:58:31.494Z] #7 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-08-05T23:58:31.747Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 58.02MB / 120.18MB 2.3s [2020-08-05T23:58:31.747Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 64.38MB / 120.18MB 2.4s [2020-08-05T23:58:32.010Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 77.33MB / 120.18MB 2.6s [2020-08-05T23:58:32.010Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 84.31MB / 120.18MB 2.7s [2020-08-05T23:58:32.086Z] + docker version [2020-08-05T23:58:32.086Z] Client: [2020-08-05T23:58:32.086Z] Version: 18.06.1-ce [2020-08-05T23:58:32.086Z] API version: 1.38 [2020-08-05T23:58:32.086Z] Go version: go1.10.3 [2020-08-05T23:58:32.086Z] Git commit: e68fc7a [2020-08-05T23:58:32.086Z] Built: Tue Aug 21 17:26:10 2018 [2020-08-05T23:58:32.086Z] OS/Arch: linux/ppc64le [2020-08-05T23:58:32.086Z] Experimental: false [2020-08-05T23:58:32.086Z] [2020-08-05T23:58:32.086Z] Server: [2020-08-05T23:58:32.086Z] Engine: [2020-08-05T23:58:32.086Z] Version: 18.06.1-ce [2020-08-05T23:58:32.086Z] API version: 1.38 (minimum version 1.12) [2020-08-05T23:58:32.086Z] Go version: go1.10.3 [2020-08-05T23:58:32.086Z] Git commit: e68fc7a [2020-08-05T23:58:32.086Z] Built: Tue Aug 21 17:24:20 2018 [2020-08-05T23:58:32.086Z] OS/Arch: linux/ppc64le [2020-08-05T23:58:32.086Z] Experimental: true [Pipeline] sh [2020-08-05T23:58:32.277Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 96.82MB / 120.18MB 2.9s [2020-08-05T23:58:32.475Z] + docker info [2020-08-05T23:58:32.475Z] Containers: 0 [2020-08-05T23:58:32.475Z] Running: 0 [2020-08-05T23:58:32.475Z] Paused: 0 [2020-08-05T23:58:32.475Z] Stopped: 0 [2020-08-05T23:58:32.475Z] Images: 0 [2020-08-05T23:58:32.475Z] Server Version: 18.06.1-ce [2020-08-05T23:58:32.475Z] Storage Driver: overlay2 [2020-08-05T23:58:32.475Z] Backing Filesystem: extfs [2020-08-05T23:58:32.475Z] Supports d_type: true [2020-08-05T23:58:32.475Z] Native Overlay Diff: true [2020-08-05T23:58:32.475Z] Logging Driver: json-file [2020-08-05T23:58:32.475Z] Cgroup Driver: cgroupfs [2020-08-05T23:58:32.475Z] Plugins: [2020-08-05T23:58:32.475Z] Volume: local [2020-08-05T23:58:32.475Z] Network: bridge host ipvlan macvlan null overlay [2020-08-05T23:58:32.475Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2020-08-05T23:58:32.475Z] Swarm: inactive [2020-08-05T23:58:32.475Z] Runtimes: runc [2020-08-05T23:58:32.475Z] Default Runtime: runc [2020-08-05T23:58:32.475Z] Init Binary: docker-init [2020-08-05T23:58:32.475Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2020-08-05T23:58:32.475Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2020-08-05T23:58:32.475Z] init version: fec3683 [2020-08-05T23:58:32.475Z] Security Options: [2020-08-05T23:58:32.475Z] apparmor [2020-08-05T23:58:32.475Z] seccomp [2020-08-05T23:58:32.475Z] Profile: default [2020-08-05T23:58:32.475Z] Kernel Version: 4.4.0-139-generic [2020-08-05T23:58:32.475Z] Operating System: Ubuntu 16.04.3 LTS [2020-08-05T23:58:32.475Z] OSType: linux [2020-08-05T23:58:32.475Z] Architecture: ppc64le [2020-08-05T23:58:32.475Z] CPUs: 4 [2020-08-05T23:58:32.475Z] Total Memory: 7.972GiB [2020-08-05T23:58:32.475Z] Name: ppc64le-ubuntu-23 [2020-08-05T23:58:32.475Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2020-08-05T23:58:32.475Z] Docker Root Dir: /var/lib/docker [2020-08-05T23:58:32.475Z] Debug Mode (client): false [2020-08-05T23:58:32.475Z] Debug Mode (server): false [2020-08-05T23:58:32.475Z] Username: dockerbuildbot [2020-08-05T23:58:32.475Z] Registry: https://index.docker.io/v1/ [2020-08-05T23:58:32.475Z] Labels: [2020-08-05T23:58:32.475Z] Experimental: true [2020-08-05T23:58:32.475Z] Insecure Registries: [2020-08-05T23:58:32.475Z] 127.0.0.0/8 [2020-08-05T23:58:32.475Z] Live Restore Enabled: false [2020-08-05T23:58:32.475Z] [Pipeline] sh [2020-08-05T23:58:32.538Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 106.94MB / 120.18MB 3.1s [2020-08-05T23:58:32.538Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 114.59MB / 120.18MB 3.2s [2020-08-05T23:58:32.864Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:58:32.864Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:58:32.864Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41316/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-08-05T23:58:32.864Z] + bash /home/docker/workspace/moby_PR-41316/check-config.sh [2020-08-05T23:58:32.864Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-08-05T23:58:32.864Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2020-08-05T23:58:32.864Z] [2020-08-05T23:58:32.864Z] Generally Necessary: [2020-08-05T23:58:32.864Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-08-05T23:58:32.864Z] - apparmor: enabled and tools installed [2020-08-05T23:58:32.864Z] - CONFIG_NAMESPACES: enabled [2020-08-05T23:58:32.864Z] - CONFIG_NET_NS: enabled [2020-08-05T23:58:32.864Z] - CONFIG_PID_NS: enabled [2020-08-05T23:58:32.864Z] - CONFIG_IPC_NS: enabled [2020-08-05T23:58:32.864Z] - CONFIG_UTS_NS: enabled [2020-08-05T23:58:32.864Z] - CONFIG_CGROUPS: enabled [2020-08-05T23:58:32.864Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-08-05T23:58:32.864Z] - CONFIG_CGROUP_DEVICE: enabled [2020-08-05T23:58:32.864Z] - CONFIG_CGROUP_FREEZER: enabled [2020-08-05T23:58:32.864Z] - CONFIG_CGROUP_SCHED: enabled [2020-08-05T23:58:32.864Z] - CONFIG_CPUSETS: enabled [2020-08-05T23:58:32.864Z] - CONFIG_MEMCG: enabled [2020-08-05T23:58:32.864Z] - CONFIG_KEYS: enabled [2020-08-05T23:58:32.864Z] - CONFIG_VETH: enabled (as module) [2020-08-05T23:58:32.864Z] - CONFIG_BRIDGE: enabled (as module) [2020-08-05T23:58:32.864Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-08-05T23:58:32.997Z] #7 extracting sha256:44e2ce491a55134d5e4118405670fcc19b140898dc8ac62156e47a49f52e9f2d 1.5s done [2020-08-05T23:58:33.113Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 120.18MB / 120.18MB 3.5s done [2020-08-05T23:58:33.113Z] #7 ... [2020-08-05T23:58:33.113Z] [2020-08-05T23:58:33.113Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-08-05T23:58:33.113Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-08-05T23:58:33.113Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-08-05T23:58:33.113Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-08-05T23:58:33.113Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.8s done [2020-08-05T23:58:33.113Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.8s done [2020-08-05T23:58:33.113Z] #58 DONE 3.8s [2020-08-05T23:58:33.113Z] [2020-08-05T23:58:33.113Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-05T23:58:33.114Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.8s done [2020-08-05T23:58:33.114Z] #58 DONE 3.6s [2020-08-05T23:58:33.114Z] [2020-08-05T23:58:33.114Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-05T23:58:33.114Z] #7 resolve docker.io/library/golang:1.13.14-buster@sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 done [2020-08-05T23:58:33.114Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.4s done [2020-08-05T23:58:33.114Z] #7 sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 1.86kB / 1.86kB done [2020-08-05T23:58:33.114Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.0s done [2020-08-05T23:58:33.114Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.2s done [2020-08-05T23:58:33.114Z] #7 sha256:e97eae18b0aa1ae34e6bce322e3dd5d00e923e57ae28fa4d6ec4beb6d6ed5094 1.79kB / 1.79kB done [2020-08-05T23:58:33.114Z] #7 sha256:bd7875c6cd465351857e18c75e8841346ec3bba4e07750ca32239fd6a8f41058 6.19kB / 6.19kB done [2020-08-05T23:58:33.114Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.2s done [2020-08-05T23:58:33.114Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 1.7s done [2020-08-05T23:58:33.114Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 120.18MB / 120.18MB 3.4s done [2020-08-05T23:58:33.114Z] #7 sha256:d5323669af91aeb72c29ecf41caa93a92d1ee1d228baca4d017005cebd17122b 126B / 126B 1.3s done [2020-08-05T23:58:33.114Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.2s [2020-08-05T23:58:33.159Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_NF_NAT: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-08-05T23:58:33.160Z] - CONFIG_POSIX_MQUEUE: enabled [2020-08-05T23:58:33.160Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2020-08-05T23:58:33.160Z] [2020-08-05T23:58:33.160Z] Optional Features: [2020-08-05T23:58:33.160Z] - CONFIG_USER_NS: enabled [2020-08-05T23:58:33.160Z] - CONFIG_SECCOMP: enabled [2020-08-05T23:58:33.160Z] - CONFIG_CGROUP_PIDS: enabled [2020-08-05T23:58:33.160Z] - CONFIG_MEMCG_SWAP: enabled [2020-08-05T23:58:33.160Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-08-05T23:58:33.160Z] (cgroup swap accounting is currently enabled) [2020-08-05T23:58:33.160Z] - CONFIG_MEMCG_KMEM: enabled [2020-08-05T23:58:33.160Z] - CONFIG_BLK_CGROUP: enabled [2020-08-05T23:58:33.160Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-08-05T23:58:33.160Z] - CONFIG_IOSCHED_CFQ: enabled [2020-08-05T23:58:33.160Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-08-05T23:58:33.160Z] - CONFIG_CGROUP_PERF: enabled [2020-08-05T23:58:33.160Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-08-05T23:58:33.160Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-08-05T23:58:33.160Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-08-05T23:58:33.160Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-08-05T23:58:33.160Z] - CONFIG_RT_GROUP_SCHED: missing [2020-08-05T23:58:33.160Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_IP_VS: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_IP_VS_NFCT: enabled [2020-08-05T23:58:33.160Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-08-05T23:58:33.160Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-08-05T23:58:33.160Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_EXT4_FS: enabled [2020-08-05T23:58:33.160Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-08-05T23:58:33.160Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-08-05T23:58:33.160Z] - Network Drivers: [2020-08-05T23:58:33.160Z] - "overlay": [2020-08-05T23:58:33.160Z] - CONFIG_VXLAN: enabled (as module) [2020-08-05T23:58:33.160Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-08-05T23:58:33.160Z] Optional (for encrypted networks): [2020-08-05T23:58:33.205Z] #20 ... [2020-08-05T23:58:33.205Z] [2020-08-05T23:58:33.205Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-08-05T23:58:33.205Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-08-05T23:58:33.205Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-08-05T23:58:33.205Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-08-05T23:58:33.205Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2020-08-05T23:58:33.205Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.7s done [2020-08-05T23:58:33.205Z] #58 DONE 3.2s [2020-08-05T23:58:33.205Z] [2020-08-05T23:58:33.205Z] #20 [internal] load build context [2020-08-05T23:58:33.288Z] #7 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 0.1s [2020-08-05T23:58:33.371Z] #7 ... [2020-08-05T23:58:33.371Z] [2020-08-05T23:58:33.371Z] #20 [internal] load build context [2020-08-05T23:58:33.371Z] #20 transferring context: 51.48MB 4.1s done [2020-08-05T23:58:33.371Z] #20 DONE 4.1s [2020-08-05T23:58:33.371Z] [2020-08-05T23:58:33.371Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-05T23:58:33.373Z] #7 ... [2020-08-05T23:58:33.373Z] [2020-08-05T23:58:33.373Z] #20 [internal] load build context [2020-08-05T23:58:33.373Z] #20 transferring context: 51.48MB 4.0s done [2020-08-05T23:58:33.373Z] #20 DONE 4.1s [2020-08-05T23:58:33.373Z] [2020-08-05T23:58:33.373Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-05T23:58:33.453Z] - CONFIG_CRYPTO: enabled [2020-08-05T23:58:33.453Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_XFRM: enabled [2020-08-05T23:58:33.453Z] - CONFIG_XFRM_USER: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_INET_ESP: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-08-05T23:58:33.453Z] - "ipvlan": [2020-08-05T23:58:33.453Z] - CONFIG_IPVLAN: enabled (as module) [2020-08-05T23:58:33.453Z] - "macvlan": [2020-08-05T23:58:33.453Z] - CONFIG_MACVLAN: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_DUMMY: enabled (as module) [2020-08-05T23:58:33.453Z] - "ftp,tftp client in container": [2020-08-05T23:58:33.453Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-08-05T23:58:33.453Z] - Storage Drivers: [2020-08-05T23:58:33.453Z] - "aufs": [2020-08-05T23:58:33.453Z] - CONFIG_AUFS_FS: enabled (as module) [2020-08-05T23:58:33.453Z] - "btrfs": [2020-08-05T23:58:33.453Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-08-05T23:58:33.453Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-08-05T23:58:33.453Z] - "devicemapper": [2020-08-05T23:58:33.453Z] - CONFIG_BLK_DEV_DM: enabled [2020-08-05T23:58:33.453Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-08-05T23:58:33.453Z] - "overlay": [2020-08-05T23:58:33.453Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-08-05T23:58:33.453Z] - "zfs": [2020-08-05T23:58:33.453Z] - /dev/zfs: missing [2020-08-05T23:58:33.453Z] - zfs command: missing [2020-08-05T23:58:33.453Z] - zpool command: missing [2020-08-05T23:58:33.453Z] [2020-08-05T23:58:33.453Z] Limits: [2020-08-05T23:58:33.453Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-08-05T23:58:33.453Z] [2020-08-05T23:58:33.453Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2020-08-05T23:58:33.775Z] #20 transferring context: 51.48MB 3.9s done [2020-08-05T23:58:33.775Z] #20 DONE 4.0s [2020-08-05T23:58:33.775Z] [2020-08-05T23:58:33.775Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-05T23:58:33.775Z] #7 resolve docker.io/library/golang:1.13.14-buster@sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 done [2020-08-05T23:58:33.775Z] #7 sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 1.86kB / 1.86kB done [2020-08-05T23:58:33.775Z] #7 sha256:bd7875c6cd465351857e18c75e8841346ec3bba4e07750ca32239fd6a8f41058 6.19kB / 6.19kB done [2020-08-05T23:58:33.775Z] #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done [2020-08-05T23:58:33.775Z] #7 sha256:e97eae18b0aa1ae34e6bce322e3dd5d00e923e57ae28fa4d6ec4beb6d6ed5094 1.79kB / 1.79kB done [2020-08-05T23:58:33.775Z] #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s done [2020-08-05T23:58:33.775Z] #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done [2020-08-05T23:58:33.776Z] #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.6s done [2020-08-05T23:58:33.776Z] #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.4s done [2020-08-05T23:58:33.776Z] #7 sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 120.18MB / 120.18MB 3.9s done [2020-08-05T23:58:33.776Z] #7 sha256:d5323669af91aeb72c29ecf41caa93a92d1ee1d228baca4d017005cebd17122b 126B / 126B 1.7s done [2020-08-05T23:58:33.776Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.3s [2020-08-05T23:58:33.892Z] + make bundles/buildx [2020-08-05T23:58:34.188Z] make: command: Command not found [2020-08-05T23:58:34.188Z] make: command: Command not found [2020-08-05T23:58:34.188Z] mkdir bundles [2020-08-05T23:58:34.188Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2020-08-05T23:58:34.188Z] --build-arg BUILDX_COMMIT \ [2020-08-05T23:58:34.188Z] --build-arg BUILDX_REPO \ [2020-08-05T23:58:34.188Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2020-08-05T23:58:34.188Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2020-08-05T23:58:34.188Z] . [2020-08-05T23:58:34.188Z] /bin/sh: 4: go: not found [2020-08-05T23:58:34.188Z] /bin/sh: 5: go: not found [2020-08-05T23:58:34.318Z] #7 extracting sha256:e060fbdc544cffa8f72ebc5c629d0fd77e9f0ea787a2eec80f4a77dd0833d747 1.1s done [2020-08-05T23:58:34.609Z] #7 extracting sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 0.1s [2020-08-05T23:58:34.740Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.0s done [2020-08-05T23:58:34.998Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s [2020-08-05T23:58:34.998Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done [2020-08-05T23:58:34.998Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-08-05T23:58:35.286Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.2s done [2020-08-05T23:58:35.286Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-08-05T23:58:35.546Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.4s done [2020-08-05T23:58:35.546Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-08-05T23:58:35.561Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done [2020-08-05T23:58:35.561Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s [2020-08-05T23:58:35.682Z] #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.7s done [2020-08-05T23:58:35.682Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2020-08-05T23:58:35.682Z] #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done [2020-08-05T23:58:35.682Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2020-08-05T23:58:35.806Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done [2020-08-05T23:58:35.806Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s [2020-08-05T23:58:35.941Z] #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done [2020-08-05T23:58:35.941Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2020-08-05T23:58:36.299Z] Sending build context to Docker daemon 56.24MB [2020-08-05T23:58:36.299Z] Step 1/15 : ARG GO_VERSION=1.13.14 [2020-08-05T23:58:36.299Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 [2020-08-05T23:58:36.299Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2020-08-05T23:58:36.299Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2020-08-05T23:58:36.299Z] 1.13.14-buster: Pulling from library/golang [2020-08-05T23:58:36.595Z] db4e2d8d5901: Pulling fs layer [2020-08-05T23:58:36.595Z] dfe2d012519c: Pulling fs layer [2020-08-05T23:58:36.595Z] 5d8f1d1f9197: Pulling fs layer [2020-08-05T23:58:36.595Z] 1301750ffb48: Pulling fs layer [2020-08-05T23:58:36.595Z] dc5c6edc9cff: Pulling fs layer [2020-08-05T23:58:36.595Z] 8551927d9554: Pulling fs layer [2020-08-05T23:58:36.595Z] 4e7db4b3b5f6: Pulling fs layer [2020-08-05T23:58:36.595Z] 1301750ffb48: Waiting [2020-08-05T23:58:36.595Z] 8551927d9554: Waiting [2020-08-05T23:58:36.595Z] 4e7db4b3b5f6: Waiting [2020-08-05T23:58:36.894Z] dfe2d012519c: Verifying Checksum [2020-08-05T23:58:36.894Z] dfe2d012519c: Download complete [2020-08-05T23:58:36.894Z] 5d8f1d1f9197: Verifying Checksum [2020-08-05T23:58:36.894Z] 5d8f1d1f9197: Download complete [2020-08-05T23:58:37.333Z] #7 extracting sha256:09f99ac0cf142d9cb750eba1fb080fd48181804e1bc73b794597416b0e4bc708 2.5s done [2020-08-05T23:58:37.333Z] #7 extracting sha256:0d74b729ef8e0049961bd7bc6dcb79403c8947a3bb25529905d8868e1652c244 0.0s done [2020-08-05T23:58:37.333Z] #7 DONE 10.1s [2020-08-05T23:58:37.456Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.0s done [2020-08-05T23:58:37.623Z] [2020-08-05T23:58:37.623Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-08-05T23:58:37.713Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-08-05T23:58:38.347Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.0s done [2020-08-05T23:58:38.347Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s [2020-08-05T23:58:38.476Z] #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.0s done [2020-08-05T23:58:38.476Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2020-08-05T23:58:38.989Z] db4e2d8d5901: Verifying Checksum [2020-08-05T23:58:38.989Z] db4e2d8d5901: Download complete [2020-08-05T23:58:39.131Z] #8 DONE 1.4s [2020-08-05T23:58:39.131Z] [2020-08-05T23:58:39.131Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-08-05T23:58:39.635Z] 1301750ffb48: Verifying Checksum [2020-08-05T23:58:39.636Z] 1301750ffb48: Download complete [2020-08-05T23:58:39.761Z] #9 DONE 0.9s [2020-08-05T23:58:39.761Z] [2020-08-05T23:58:39.761Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-08-05T23:58:39.932Z] 4e7db4b3b5f6: Verifying Checksum [2020-08-05T23:58:39.932Z] 4e7db4b3b5f6: Download complete [2020-08-05T23:58:40.059Z] #27 ... [2020-08-05T23:58:40.059Z] [2020-08-05T23:58:40.059Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-08-05T23:58:40.059Z] #35 DONE 0.1s [2020-08-05T23:58:40.059Z] [2020-08-05T23:58:40.059Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-08-05T23:58:40.059Z] #27 DONE 0.1s [2020-08-05T23:58:40.059Z] [2020-08-05T23:58:40.059Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-05T23:58:40.236Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.1s done [2020-08-05T23:58:40.236Z] #7 extracting sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 [2020-08-05T23:58:40.257Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.0s done [2020-08-05T23:58:40.257Z] #7 extracting sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 [2020-08-05T23:58:40.380Z] #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.0s done [2020-08-05T23:58:40.380Z] #7 extracting sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 [2020-08-05T23:58:40.585Z] dc5c6edc9cff: Verifying Checksum [2020-08-05T23:58:40.585Z] dc5c6edc9cff: Download complete [2020-08-05T23:58:42.679Z] db4e2d8d5901: Pull complete [2020-08-05T23:58:42.679Z] dfe2d012519c: Pull complete [2020-08-05T23:58:42.973Z] 8551927d9554: Verifying Checksum [2020-08-05T23:58:42.973Z] 8551927d9554: Download complete [2020-08-05T23:58:42.973Z] 5d8f1d1f9197: Pull complete [2020-08-05T23:58:43.715Z] #28 3.075 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-08-05T23:58:43.715Z] #28 3.075 Cloning into '.'... [2020-08-05T23:58:44.416Z] #7 extracting sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 4.2s done [2020-08-05T23:58:44.416Z] #7 extracting sha256:d5323669af91aeb72c29ecf41caa93a92d1ee1d228baca4d017005cebd17122b [2020-08-05T23:58:44.416Z] #7 extracting sha256:d5323669af91aeb72c29ecf41caa93a92d1ee1d228baca4d017005cebd17122b done [2020-08-05T23:58:44.416Z] #7 DONE 15.1s [2020-08-05T23:58:44.416Z] [2020-08-05T23:58:44.416Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-08-05T23:58:44.459Z] #7 extracting sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 4.1s done [2020-08-05T23:58:44.459Z] #7 extracting sha256:d5323669af91aeb72c29ecf41caa93a92d1ee1d228baca4d017005cebd17122b [2020-08-05T23:58:44.459Z] #7 extracting sha256:d5323669af91aeb72c29ecf41caa93a92d1ee1d228baca4d017005cebd17122b done [2020-08-05T23:58:44.459Z] #7 DONE 15.1s [2020-08-05T23:58:44.459Z] [2020-08-05T23:58:44.459Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-08-05T23:58:45.220Z] #28 ... [2020-08-05T23:58:45.221Z] [2020-08-05T23:58:45.221Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:45.221Z] #43 2.022 + RM_GOPATH=0 [2020-08-05T23:58:45.221Z] #43 2.022 + TMP_GOPATH= [2020-08-05T23:58:45.221Z] #43 2.022 + : /build [2020-08-05T23:58:45.221Z] #43 2.022 + '[' -z '' ']' [2020-08-05T23:58:45.221Z] #43 2.027 ++ mktemp -d [2020-08-05T23:58:45.221Z] #43 2.027 + export GOPATH=/tmp/tmp.lK9GsQPVc0 [2020-08-05T23:58:45.221Z] #43 2.027 + GOPATH=/tmp/tmp.lK9GsQPVc0 [2020-08-05T23:58:45.221Z] #43 2.027 + RM_GOPATH=1 [2020-08-05T23:58:45.221Z] #43 2.027 + case "$(go env GOARCH)" in [2020-08-05T23:58:45.221Z] #43 2.027 ++ go env GOARCH [2020-08-05T23:58:45.221Z] #43 2.034 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:45.221Z] #43 2.034 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:45.221Z] #43 2.065 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:45.221Z] #43 2.065 + dir=/tmp/install [2020-08-05T23:58:45.221Z] #43 2.065 + bin=gotestsum [2020-08-05T23:58:45.221Z] #43 2.065 + shift [2020-08-05T23:58:45.221Z] #43 2.065 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-08-05T23:58:45.221Z] #43 2.065 + . /tmp/install/gotestsum.installer [2020-08-05T23:58:45.221Z] #43 2.065 ++ : v0.3.5 [2020-08-05T23:58:45.221Z] #43 2.065 + install_gotestsum [2020-08-05T23:58:45.221Z] #43 2.073 + set -e [2020-08-05T23:58:45.221Z] #43 2.073 + export GO111MODULE=on [2020-08-05T23:58:45.221Z] #43 2.073 + GO111MODULE=on [2020-08-05T23:58:45.221Z] #43 2.073 + GOBIN=/build [2020-08-05T23:58:45.221Z] #43 2.073 + go get gotest.tools/gotestsum@v0.3.5 [2020-08-05T23:58:45.221Z] #43 2.163 go: finding gotest.tools v0.3.5 [2020-08-05T23:58:45.221Z] #43 2.164 go: finding gotest.tools/gotestsum v0.3.5 [2020-08-05T23:58:45.221Z] #43 2.855 go: downloading gotest.tools/gotestsum v0.3.5 [2020-08-05T23:58:45.221Z] #43 3.001 go: extracting gotest.tools/gotestsum v0.3.5 [2020-08-05T23:58:45.221Z] #43 4.629 go: downloading gotest.tools v2.1.0+incompatible [2020-08-05T23:58:45.221Z] #43 4.697 go: extracting gotest.tools v2.1.0+incompatible [2020-08-05T23:58:45.221Z] #43 4.759 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:58:45.221Z] #43 4.779 go: downloading github.com/spf13/pflag v1.0.1 [2020-08-05T23:58:45.221Z] #43 4.782 go: downloading github.com/pkg/errors v0.8.0 [2020-08-05T23:58:45.221Z] #43 4.848 go: downloading github.com/fatih/color v1.6.0 [2020-08-05T23:58:45.221Z] #43 4.848 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:58:45.221Z] #43 4.884 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:58:45.221Z] #43 5.011 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:58:45.221Z] #43 5.072 go: extracting github.com/fatih/color v1.6.0 [2020-08-05T23:58:45.221Z] #43 5.117 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:58:45.221Z] #43 5.150 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:58:45.221Z] #43 5.152 go: extracting github.com/spf13/pflag v1.0.1 [2020-08-05T23:58:45.221Z] #43 5.154 go: extracting github.com/pkg/errors v0.8.0 [2020-08-05T23:58:45.221Z] #43 5.165 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:58:45.221Z] #43 5.165 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:58:45.221Z] #43 5.179 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:58:45.221Z] #43 5.179 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:58:45.221Z] #43 5.240 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:58:45.221Z] #43 5.271 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:58:45.221Z] #43 5.302 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:58:45.658Z] #7 extracting sha256:74c98a328644d0ee4f75a3a143b5de5fcb8a9c1dac214875a1a111e3eff945f0 4.2s done [2020-08-05T23:58:45.658Z] #7 extracting sha256:d5323669af91aeb72c29ecf41caa93a92d1ee1d228baca4d017005cebd17122b done [2020-08-05T23:58:45.658Z] #7 DONE 15.3s [2020-08-05T23:58:45.658Z] [2020-08-05T23:58:45.658Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-08-05T23:58:45.733Z] 1301750ffb48: Pull complete [2020-08-05T23:58:46.227Z] #8 DONE 1.0s [2020-08-05T23:58:46.227Z] [2020-08-05T23:58:46.227Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-08-05T23:58:46.312Z] #8 DONE 1.5s [2020-08-05T23:58:46.312Z] [2020-08-05T23:58:46.312Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-08-05T23:58:46.312Z] #9 DONE 0.5s [2020-08-05T23:58:46.312Z] [2020-08-05T23:58:46.312Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-08-05T23:58:46.312Z] #27 DONE 0.0s [2020-08-05T23:58:46.312Z] [2020-08-05T23:58:46.312Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-08-05T23:58:46.312Z] #35 DONE 0.1s [2020-08-05T23:58:46.312Z] [2020-08-05T23:58:46.312Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-05T23:58:46.375Z] #8 DONE 2.0s [2020-08-05T23:58:46.375Z] [2020-08-05T23:58:46.375Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-08-05T23:58:46.489Z] #9 DONE 0.4s [2020-08-05T23:58:46.489Z] [2020-08-05T23:58:46.489Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:58:46.726Z] #43 6.622 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:58:46.748Z] #10 ... [2020-08-05T23:58:46.748Z] [2020-08-05T23:58:46.748Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-08-05T23:58:46.748Z] #35 DONE 0.1s [2020-08-05T23:58:46.748Z] [2020-08-05T23:58:46.748Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-08-05T23:58:46.748Z] #27 DONE 0.1s [2020-08-05T23:58:46.748Z] [2020-08-05T23:58:46.748Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-05T23:58:46.951Z] #9 DONE 0.5s [2020-08-05T23:58:46.951Z] [2020-08-05T23:58:46.951Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-08-05T23:58:46.951Z] #27 DONE 0.1s [2020-08-05T23:58:46.951Z] [2020-08-05T23:58:46.951Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-08-05T23:58:46.951Z] #35 DONE 0.1s [2020-08-05T23:58:46.951Z] [2020-08-05T23:58:46.951Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-05T23:58:47.017Z] #43 7.112 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:58:47.017Z] #43 7.298 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:58:47.829Z] dc5c6edc9cff: Pull complete [2020-08-05T23:58:49.085Z] #43 9.007 go: finding github.com/fatih/color v1.6.0 [2020-08-05T23:58:49.085Z] #43 9.048 go: finding github.com/pkg/errors v0.8.0 [2020-08-05T23:58:49.085Z] #43 ... [2020-08-05T23:58:49.085Z] [2020-08-05T23:58:49.085Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:49.085Z] #21 3.027 + RM_GOPATH=0 [2020-08-05T23:58:49.085Z] #21 3.027 + TMP_GOPATH= [2020-08-05T23:58:49.085Z] #21 3.027 + : /build [2020-08-05T23:58:49.085Z] #21 3.027 + '[' -z '' ']' [2020-08-05T23:58:49.085Z] #21 3.027 ++ mktemp -d [2020-08-05T23:58:49.085Z] #21 3.027 + export GOPATH=/tmp/tmp.uB9nbuVoap [2020-08-05T23:58:49.085Z] #21 3.027 + GOPATH=/tmp/tmp.uB9nbuVoap [2020-08-05T23:58:49.085Z] #21 3.027 + RM_GOPATH=1 [2020-08-05T23:58:49.085Z] #21 3.027 + case "$(go env GOARCH)" in [2020-08-05T23:58:49.085Z] #21 3.027 ++ go env GOARCH [2020-08-05T23:58:49.085Z] #21 3.027 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:49.085Z] #21 3.027 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:49.085Z] #21 3.027 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:49.085Z] #21 3.057 Install docker/cli version 17.06.2-ce from stable [2020-08-05T23:58:49.085Z] #21 3.057 + dir=/tmp/install [2020-08-05T23:58:49.085Z] #21 3.057 + bin=dockercli [2020-08-05T23:58:49.085Z] #21 3.057 + shift [2020-08-05T23:58:49.085Z] #21 3.057 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-08-05T23:58:49.085Z] #21 3.057 + . /tmp/install/dockercli.installer [2020-08-05T23:58:49.085Z] #21 3.057 ++ : stable [2020-08-05T23:58:49.085Z] #21 3.057 ++ : 17.06.2-ce [2020-08-05T23:58:49.085Z] #21 3.057 + install_dockercli [2020-08-05T23:58:49.085Z] #21 3.057 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-08-05T23:58:49.085Z] #21 3.057 ++ uname -m [2020-08-05T23:58:49.085Z] #21 3.067 + arch=s390x [2020-08-05T23:58:49.085Z] #21 3.067 + '[' s390x '!=' x86_64 ']' [2020-08-05T23:58:49.085Z] #21 3.067 + '[' s390x '!=' s390x ']' [2020-08-05T23:58:49.085Z] #21 3.067 + url=https://download.docker.com/linux/static [2020-08-05T23:58:49.085Z] #21 3.067 + tar -xz docker/docker [2020-08-05T23:58:49.085Z] #21 3.075 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2020-08-05T23:58:49.085Z] #21 8.870 + mkdir -p /build [2020-08-05T23:58:49.085Z] #21 8.873 + mv docker/docker /build/ [2020-08-05T23:58:49.085Z] #21 8.885 + rmdir docker [2020-08-05T23:58:49.085Z] #21 DONE 9.3s [2020-08-05T23:58:49.085Z] [2020-08-05T23:58:49.085Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:49.085Z] #43 9.195 go: finding github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:58:49.085Z] #43 9.247 go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:58:49.085Z] #43 9.249 go: finding github.com/spf13/pflag v1.0.1 [2020-08-05T23:58:49.085Z] #43 ... [2020-08-05T23:58:49.085Z] [2020-08-05T23:58:49.085Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:49.085Z] #30 2.891 + RM_GOPATH=0 [2020-08-05T23:58:49.085Z] #30 2.891 + TMP_GOPATH= [2020-08-05T23:58:49.085Z] #30 2.891 + : /build [2020-08-05T23:58:49.085Z] #30 2.891 + '[' -z '' ']' [2020-08-05T23:58:49.085Z] #30 2.891 ++ mktemp -d [2020-08-05T23:58:49.085Z] #30 2.891 + export GOPATH=/tmp/tmp.jwKbFWfYrl [2020-08-05T23:58:49.085Z] #30 2.891 + GOPATH=/tmp/tmp.jwKbFWfYrl [2020-08-05T23:58:49.085Z] #30 2.891 + RM_GOPATH=1 [2020-08-05T23:58:49.085Z] #30 2.891 + case "$(go env GOARCH)" in [2020-08-05T23:58:49.085Z] #30 2.891 ++ go env GOARCH [2020-08-05T23:58:49.085Z] #30 2.894 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:49.085Z] #30 2.894 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:49.085Z] #30 2.894 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:49.085Z] #30 2.898 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:49.085Z] #30 2.898 + dir=/tmp/install [2020-08-05T23:58:49.085Z] #30 2.898 + bin=tomlv [2020-08-05T23:58:49.085Z] #30 2.898 + shift [2020-08-05T23:58:49.085Z] #30 2.898 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-08-05T23:58:49.085Z] #30 2.898 + . /tmp/install/tomlv.installer [2020-08-05T23:58:49.085Z] #30 2.898 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:49.085Z] #30 2.898 + install_tomlv [2020-08-05T23:58:49.085Z] #30 2.898 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-08-05T23:58:49.085Z] #30 2.898 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.jwKbFWfYrl/src/github.com/BurntSushi/toml [2020-08-05T23:58:49.085Z] #30 2.908 Cloning into '/tmp/tmp.jwKbFWfYrl/src/github.com/BurntSushi/toml'... [2020-08-05T23:58:49.085Z] #30 3.732 + cd /tmp/tmp.jwKbFWfYrl/src/github.com/BurntSushi/toml [2020-08-05T23:58:49.085Z] #30 3.733 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:49.085Z] #30 3.735 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-08-05T23:58:49.085Z] #30 4.153 internal/cpu [2020-08-05T23:58:49.085Z] #30 4.153 runtime/internal/atomic [2020-08-05T23:58:49.085Z] #30 4.317 runtime/internal/sys [2020-08-05T23:58:49.085Z] #30 4.487 runtime/internal/math [2020-08-05T23:58:49.085Z] #30 4.563 math/bits [2020-08-05T23:58:49.085Z] #30 4.574 internal/bytealg [2020-08-05T23:58:49.085Z] #30 4.988 math [2020-08-05T23:58:49.085Z] #30 5.007 runtime [2020-08-05T23:58:49.389Z] #30 9.403 internal/testlog [2020-08-05T23:58:49.389Z] #30 ... [2020-08-05T23:58:49.389Z] [2020-08-05T23:58:49.389Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:49.389Z] #43 9.272 go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:58:49.389Z] #43 9.557 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:58:49.389Z] #43 9.567 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:58:49.693Z] #43 9.710 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:58:49.693Z] #43 9.847 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:58:49.693Z] #43 9.851 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:58:49.999Z] #43 ... [2020-08-05T23:58:49.999Z] [2020-08-05T23:58:49.999Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:49.999Z] #54 1.260 + RM_GOPATH=0 [2020-08-05T23:58:49.999Z] #54 1.260 + TMP_GOPATH= [2020-08-05T23:58:49.999Z] #54 1.260 + : /build [2020-08-05T23:58:49.999Z] #54 1.260 + '[' -z '' ']' [2020-08-05T23:58:49.999Z] #54 1.260 ++ mktemp -d [2020-08-05T23:58:49.999Z] #54 1.260 + export GOPATH=/tmp/tmp.xgG6S26D8p [2020-08-05T23:58:49.999Z] #54 1.260 + GOPATH=/tmp/tmp.xgG6S26D8p [2020-08-05T23:58:49.999Z] #54 1.260 + RM_GOPATH=1 [2020-08-05T23:58:49.999Z] #54 1.260 + case "$(go env GOARCH)" in [2020-08-05T23:58:49.999Z] #54 1.260 ++ go env GOARCH [2020-08-05T23:58:49.999Z] #54 1.272 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:49.999Z] #54 1.272 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:49.999Z] #54 1.272 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:49.999Z] #54 1.272 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:49.999Z] #54 1.272 + dir=/tmp/install [2020-08-05T23:58:49.999Z] #54 1.272 + bin=rootlesskit [2020-08-05T23:58:49.999Z] #54 1.272 + shift [2020-08-05T23:58:49.999Z] #54 1.272 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-08-05T23:58:49.999Z] #54 1.272 + . /tmp/install/rootlesskit.installer [2020-08-05T23:58:49.999Z] #54 1.272 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:49.999Z] #54 1.272 + install_rootlesskit [2020-08-05T23:58:49.999Z] #54 1.272 + case "$1" in [2020-08-05T23:58:49.999Z] #54 1.272 + export CGO_ENABLED=0 [2020-08-05T23:58:49.999Z] #54 1.272 + CGO_ENABLED=0 [2020-08-05T23:58:49.999Z] #54 1.272 + _install_rootlesskit [2020-08-05T23:58:49.999Z] #54 1.272 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-08-05T23:58:49.999Z] #54 1.272 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.xgG6S26D8p/src/github.com/rootless-containers/rootlesskit [2020-08-05T23:58:49.999Z] #54 1.272 Cloning into '/tmp/tmp.xgG6S26D8p/src/github.com/rootless-containers/rootlesskit'... [2020-08-05T23:58:49.999Z] #54 4.338 + cd /tmp/tmp.xgG6S26D8p/src/github.com/rootless-containers/rootlesskit [2020-08-05T23:58:49.999Z] #54 4.338 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:49.999Z] #54 4.751 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-05T23:58:49.999Z] #54 4.751 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-08-05T23:58:49.999Z] #54 ... [2020-08-05T23:58:49.999Z] [2020-08-05T23:58:49.999Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:58:49.999Z] #10 3.366 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:49.999Z] #10 3.408 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:49.999Z] #10 3.453 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:49.999Z] #10 4.097 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-08-05T23:58:49.999Z] #10 5.886 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [192 kB] [2020-08-05T23:58:49.999Z] #10 7.758 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-08-05T23:58:50.299Z] #10 ... [2020-08-05T23:58:50.299Z] [2020-08-05T23:58:50.299Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:50.299Z] #45 3.027 + RM_GOPATH=0 [2020-08-05T23:58:50.299Z] #45 3.027 + TMP_GOPATH= [2020-08-05T23:58:50.299Z] #45 3.027 + : /build [2020-08-05T23:58:50.299Z] #45 3.027 + '[' -z '' ']' [2020-08-05T23:58:50.299Z] #45 3.027 ++ mktemp -d [2020-08-05T23:58:50.299Z] #45 3.027 + export GOPATH=/tmp/tmp.sPZIBLsP9D [2020-08-05T23:58:50.299Z] #45 3.027 + GOPATH=/tmp/tmp.sPZIBLsP9D [2020-08-05T23:58:50.299Z] #45 3.027 + RM_GOPATH=1 [2020-08-05T23:58:50.299Z] #45 3.027 + case "$(go env GOARCH)" in [2020-08-05T23:58:50.299Z] #45 3.027 ++ go env GOARCH [2020-08-05T23:58:50.299Z] #45 3.034 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:50.299Z] #45 3.034 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:50.299Z] #45 3.057 Installing golangci-lint version v1.23.8 [2020-08-05T23:58:50.299Z] #45 3.057 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:50.299Z] #45 3.057 + dir=/tmp/install [2020-08-05T23:58:50.299Z] #45 3.057 + bin=golangci_lint [2020-08-05T23:58:50.299Z] #45 3.057 + shift [2020-08-05T23:58:50.299Z] #45 3.057 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-08-05T23:58:50.299Z] #45 3.057 + . /tmp/install/golangci_lint.installer [2020-08-05T23:58:50.299Z] #45 3.057 ++ : v1.23.8 [2020-08-05T23:58:50.299Z] #45 3.057 + install_golangci_lint [2020-08-05T23:58:50.299Z] #45 3.057 + echo 'Installing golangci-lint version v1.23.8' [2020-08-05T23:58:50.299Z] #45 3.057 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-05T23:58:50.590Z] #45 ... [2020-08-05T23:58:50.590Z] [2020-08-05T23:58:50.590Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:50.590Z] #60 0.921 + RM_GOPATH=0 [2020-08-05T23:58:50.590Z] #60 0.921 + TMP_GOPATH= [2020-08-05T23:58:50.590Z] #60 0.921 + : /build [2020-08-05T23:58:50.590Z] #60 0.921 + '[' -z '' ']' [2020-08-05T23:58:50.590Z] #60 0.921 ++ mktemp -d [2020-08-05T23:58:50.590Z] #60 0.921 + export GOPATH=/tmp/tmp.yUrb07JnHP [2020-08-05T23:58:50.590Z] #60 0.921 + GOPATH=/tmp/tmp.yUrb07JnHP [2020-08-05T23:58:50.590Z] #60 0.921 + RM_GOPATH=1 [2020-08-05T23:58:50.590Z] #60 0.921 + case "$(go env GOARCH)" in [2020-08-05T23:58:50.590Z] #60 0.921 ++ go env GOARCH [2020-08-05T23:58:50.590Z] #60 0.925 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:50.590Z] #60 0.925 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:50.590Z] #60 0.927 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:50.590Z] #60 0.927 + dir=/tmp/install [2020-08-05T23:58:50.590Z] #60 0.927 + bin=proxy [2020-08-05T23:58:50.590Z] #60 0.927 + shift [2020-08-05T23:58:50.590Z] #60 0.927 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-08-05T23:58:50.590Z] #60 0.927 + . /tmp/install/proxy.installer [2020-08-05T23:58:50.590Z] #60 0.927 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:58:50.590Z] #60 0.927 + install_proxy [2020-08-05T23:58:50.590Z] #60 0.927 + case "$1" in [2020-08-05T23:58:50.590Z] #60 0.927 + export CGO_ENABLED=0 [2020-08-05T23:58:50.590Z] #60 0.927 + CGO_ENABLED=0 [2020-08-05T23:58:50.590Z] #60 0.927 + _install_proxy [2020-08-05T23:58:50.590Z] #60 0.927 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-08-05T23:58:50.590Z] #60 0.927 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.yUrb07JnHP/src/github.com/docker/libnetwork [2020-08-05T23:58:50.590Z] #60 0.927 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:58:50.590Z] #60 0.928 Cloning into '/tmp/tmp.yUrb07JnHP/src/github.com/docker/libnetwork'... [2020-08-05T23:58:50.590Z] #60 ... [2020-08-05T23:58:50.590Z] [2020-08-05T23:58:50.590Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:58:50.590Z] #38 0.802 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:50.590Z] #38 0.935 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:50.590Z] #38 1.059 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:50.590Z] #38 1.125 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-08-05T23:58:50.590Z] #38 2.068 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [192 kB] [2020-08-05T23:58:50.590Z] #38 3.560 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-08-05T23:58:50.590Z] #38 10.77 Fetched 8063 kB in 10s (799 kB/s) [2020-08-05T23:58:50.881Z] #38 10.77 Reading package lists... [2020-08-05T23:58:50.881Z] #38 ... [2020-08-05T23:58:50.881Z] [2020-08-05T23:58:50.881Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:58:50.881Z] #51 3.321 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:50.881Z] #51 3.365 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:50.881Z] #51 3.375 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:50.881Z] #51 3.908 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-08-05T23:58:50.881Z] #51 5.495 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [192 kB] [2020-08-05T23:58:50.881Z] #51 7.334 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-08-05T23:58:50.881Z] #51 ... [2020-08-05T23:58:50.881Z] [2020-08-05T23:58:50.881Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-05T23:58:50.881Z] #36 3.301 + git clone https://github.com/docker/distribution.git . [2020-08-05T23:58:50.881Z] #36 3.302 Cloning into '.'... [2020-08-05T23:58:50.956Z] #28 4.008 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-08-05T23:58:50.957Z] #28 4.014 Cloning into '.'... [2020-08-05T23:58:51.171Z] #36 ... [2020-08-05T23:58:51.172Z] [2020-08-05T23:58:51.172Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:58:51.172Z] #41 3.057 + RM_GOPATH=0 [2020-08-05T23:58:51.172Z] #41 3.057 + TMP_GOPATH= [2020-08-05T23:58:51.172Z] #41 3.057 + : /build [2020-08-05T23:58:51.172Z] #41 3.057 + '[' -z '' ']' [2020-08-05T23:58:51.172Z] #41 3.057 ++ mktemp -d [2020-08-05T23:58:51.172Z] #41 3.057 + export GOPATH=/tmp/tmp.xdZ0r0pyzD [2020-08-05T23:58:51.172Z] #41 3.057 + GOPATH=/tmp/tmp.xdZ0r0pyzD [2020-08-05T23:58:51.172Z] #41 3.057 + RM_GOPATH=1 [2020-08-05T23:58:51.172Z] #41 3.057 + case "$(go env GOARCH)" in [2020-08-05T23:58:51.172Z] #41 3.057 ++ go env GOARCH [2020-08-05T23:58:51.172Z] #41 3.067 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:51.172Z] #41 3.067 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:51.172Z] #41 3.067 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:51.172Z] #41 3.075 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:51.172Z] #41 3.075 + dir=/tmp/install [2020-08-05T23:58:51.172Z] #41 3.075 + bin=vndr [2020-08-05T23:58:51.172Z] #41 3.075 + shift [2020-08-05T23:58:51.172Z] #41 3.075 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-08-05T23:58:51.172Z] #41 3.075 + . /tmp/install/vndr.installer [2020-08-05T23:58:51.172Z] #41 3.075 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:51.172Z] #41 3.075 + install_vndr [2020-08-05T23:58:51.172Z] #41 3.075 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-08-05T23:58:51.172Z] #41 3.075 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.xdZ0r0pyzD/src/github.com/LK4D4/vndr [2020-08-05T23:58:51.172Z] #41 3.075 Cloning into '/tmp/tmp.xdZ0r0pyzD/src/github.com/LK4D4/vndr'... [2020-08-05T23:58:51.172Z] #41 3.527 + cd /tmp/tmp.xdZ0r0pyzD/src/github.com/LK4D4/vndr [2020-08-05T23:58:51.172Z] #41 3.528 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:51.172Z] #41 3.535 + go build -buildmode=pie -v -o /build/vndr . [2020-08-05T23:58:51.172Z] #41 4.515 internal/cpu [2020-08-05T23:58:51.172Z] #41 4.526 runtime/internal/math [2020-08-05T23:58:51.172Z] #41 4.571 internal/race [2020-08-05T23:58:51.172Z] #41 4.650 sync/atomic [2020-08-05T23:58:51.172Z] #41 4.900 unicode [2020-08-05T23:58:51.172Z] #41 5.146 runtime [2020-08-05T23:58:51.172Z] #41 7.741 unicode/utf8 [2020-08-05T23:58:51.172Z] #41 8.296 math [2020-08-05T23:58:51.172Z] #41 ... [2020-08-05T23:58:51.172Z] [2020-08-05T23:58:51.172Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:58:51.172Z] #32 3.487 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:51.172Z] #32 3.542 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:51.172Z] #32 3.552 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:51.172Z] #32 4.331 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-08-05T23:58:51.172Z] #32 6.122 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [192 kB] [2020-08-05T23:58:51.172Z] #32 8.264 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-08-05T23:58:51.377Z] 8551927d9554: Pull complete [2020-08-05T23:58:51.463Z] #32 ... [2020-08-05T23:58:51.463Z] [2020-08-05T23:58:51.463Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:51.463Z] #47 1.260 + RM_GOPATH=0 [2020-08-05T23:58:51.463Z] #47 1.260 + TMP_GOPATH= [2020-08-05T23:58:51.463Z] #47 1.260 + : /build [2020-08-05T23:58:51.463Z] #47 1.260 + '[' -z '' ']' [2020-08-05T23:58:51.463Z] #47 1.260 ++ mktemp -d [2020-08-05T23:58:51.463Z] #47 1.260 + export GOPATH=/tmp/tmp.UYy865Yi4F [2020-08-05T23:58:51.463Z] #47 1.260 + GOPATH=/tmp/tmp.UYy865Yi4F [2020-08-05T23:58:51.463Z] #47 1.260 + RM_GOPATH=1 [2020-08-05T23:58:51.463Z] #47 1.260 + case "$(go env GOARCH)" in [2020-08-05T23:58:51.463Z] #47 1.260 ++ go env GOARCH [2020-08-05T23:58:51.463Z] #47 1.268 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:51.463Z] #47 1.268 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:51.463Z] #47 1.272 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:51.463Z] #47 1.272 + dir=/tmp/install [2020-08-05T23:58:51.463Z] #47 1.272 + bin=shfmt [2020-08-05T23:58:51.463Z] #47 1.272 + shift [2020-08-05T23:58:51.463Z] #47 1.272 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-08-05T23:58:51.463Z] #47 1.272 + . /tmp/install/shfmt.installer [2020-08-05T23:58:51.463Z] #47 1.272 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:58:51.463Z] #47 1.272 + install_shfmt [2020-08-05T23:58:51.463Z] #47 1.272 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-08-05T23:58:51.463Z] #47 1.272 + git clone https://github.com/mvdan/sh.git /tmp/tmp.UYy865Yi4F/src/github.com/mvdan/sh [2020-08-05T23:58:51.463Z] #47 1.272 Cloning into '/tmp/tmp.UYy865Yi4F/src/github.com/mvdan/sh'... [2020-08-05T23:58:51.463Z] #47 1.272 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:58:51.463Z] #47 6.437 + cd /tmp/tmp.UYy865Yi4F/src/github.com/mvdan/sh [2020-08-05T23:58:51.463Z] #47 6.437 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:58:51.463Z] #47 6.500 + GO111MODULE=on [2020-08-05T23:58:51.463Z] #47 6.500 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-08-05T23:58:51.463Z] #47 7.354 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:58:51.463Z] #47 7.357 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:58:51.463Z] #47 7.358 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:58:51.463Z] #47 7.590 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:58:51.463Z] #47 7.717 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:58:51.463Z] #47 8.403 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:58:51.463Z] #47 8.938 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:58:51.463Z] #47 10.38 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:58:51.463Z] #47 11.38 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:58:51.463Z] #47 11.54 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:58:51.463Z] #47 11.64 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:58:51.463Z] #47 ... [2020-08-05T23:58:51.463Z] [2020-08-05T23:58:51.463Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:58:51.463Z] #23 1.156 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:51.463Z] #23 1.261 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:51.463Z] #23 1.261 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:51.463Z] #23 1.743 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-08-05T23:58:51.463Z] #23 3.341 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [192 kB] [2020-08-05T23:58:51.463Z] #23 5.230 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-08-05T23:58:51.463Z] #23 11.10 Fetched 8063 kB in 10s (808 kB/s) [2020-08-05T23:58:51.463Z] #23 11.10 Reading package lists... [2020-08-05T23:58:51.463Z] #23 ... [2020-08-05T23:58:51.463Z] [2020-08-05T23:58:51.463Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:51.463Z] #47 11.74 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:58:51.574Z] #28 4.383 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-08-05T23:58:51.574Z] #28 4.383 Cloning into '.'... [2020-08-05T23:58:51.574Z] #28 ... [2020-08-05T23:58:51.574Z] [2020-08-05T23:58:51.574Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:51.574Z] #30 4.719 + RM_GOPATH=0 [2020-08-05T23:58:51.574Z] #30 4.719 + TMP_GOPATH= [2020-08-05T23:58:51.574Z] #30 4.719 + : /build [2020-08-05T23:58:51.574Z] #30 4.719 + '[' -z '' ']' [2020-08-05T23:58:51.574Z] #30 4.729 ++ mktemp -d [2020-08-05T23:58:51.574Z] #30 4.729 + export GOPATH=/tmp/tmp.gOZfFeOu2U [2020-08-05T23:58:51.574Z] #30 4.729 + GOPATH=/tmp/tmp.gOZfFeOu2U [2020-08-05T23:58:51.574Z] #30 4.729 + RM_GOPATH=1 [2020-08-05T23:58:51.574Z] #30 4.729 + case "$(go env GOARCH)" in [2020-08-05T23:58:51.574Z] #30 4.729 ++ go env GOARCH [2020-08-05T23:58:51.574Z] #30 4.769 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:51.574Z] #30 4.771 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:51.574Z] #30 4.778 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:51.574Z] #30 4.817 + dir=/tmp/install [2020-08-05T23:58:51.574Z] #30 4.818 + bin=tomlv [2020-08-05T23:58:51.574Z] #30 4.819 + shift [2020-08-05T23:58:51.574Z] #30 4.819 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-08-05T23:58:51.574Z] #30 4.819 + . /tmp/install/tomlv.installer [2020-08-05T23:58:51.574Z] #30 4.819 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:51.574Z] #30 4.819 + install_tomlv [2020-08-05T23:58:51.574Z] #30 4.819 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-08-05T23:58:51.574Z] #30 4.819 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:51.574Z] #30 4.827 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.gOZfFeOu2U/src/github.com/BurntSushi/toml [2020-08-05T23:58:51.574Z] #30 4.841 Cloning into '/tmp/tmp.gOZfFeOu2U/src/github.com/BurntSushi/toml'... [2020-08-05T23:58:51.673Z] 4e7db4b3b5f6: Pull complete [2020-08-05T23:58:51.673Z] Digest: sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 [2020-08-05T23:58:51.673Z] Status: Downloaded newer image for golang:1.13.14-buster [2020-08-05T23:58:51.673Z] ---> 4bc81aa2240f [2020-08-05T23:58:51.673Z] Step 5/15 : ARG BUILDX_REPO [2020-08-05T23:58:51.673Z] ---> Running in 873f2545fad1 [2020-08-05T23:58:51.673Z] Removing intermediate container 873f2545fad1 [2020-08-05T23:58:51.673Z] ---> 369ccdde47a3 [2020-08-05T23:58:51.673Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2020-08-05T23:58:51.673Z] ---> Running in 8036257d9a92 [2020-08-05T23:58:51.897Z] #28 ... [2020-08-05T23:58:51.897Z] [2020-08-05T23:58:51.897Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:51.897Z] #43 5.028 + RM_GOPATH=0 [2020-08-05T23:58:51.897Z] #43 5.028 + TMP_GOPATH= [2020-08-05T23:58:51.897Z] #43 5.029 + : /build [2020-08-05T23:58:51.897Z] #43 5.029 + '[' -z '' ']' [2020-08-05T23:58:51.897Z] #43 5.030 ++ mktemp -d [2020-08-05T23:58:51.897Z] #43 5.040 + export GOPATH=/tmp/tmp.G1h32rmn7f [2020-08-05T23:58:51.897Z] #43 5.040 + GOPATH=/tmp/tmp.G1h32rmn7f [2020-08-05T23:58:51.897Z] #43 5.041 + RM_GOPATH=1 [2020-08-05T23:58:51.897Z] #43 5.041 + case "$(go env GOARCH)" in [2020-08-05T23:58:51.897Z] #43 5.041 ++ go env GOARCH [2020-08-05T23:58:51.897Z] #43 5.060 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:51.897Z] #43 5.062 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:51.897Z] #43 5.090 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:51.897Z] #43 5.103 + dir=/tmp/install [2020-08-05T23:58:51.897Z] #43 5.108 + bin=gotestsum [2020-08-05T23:58:51.897Z] #43 5.108 + shift [2020-08-05T23:58:51.897Z] #43 5.109 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-08-05T23:58:51.897Z] #43 5.109 + . /tmp/install/gotestsum.installer [2020-08-05T23:58:51.897Z] #43 5.109 ++ : v0.3.5 [2020-08-05T23:58:51.897Z] #43 5.110 + install_gotestsum [2020-08-05T23:58:51.897Z] #43 5.112 + set -e [2020-08-05T23:58:51.897Z] #43 5.115 + export GO111MODULE=on [2020-08-05T23:58:51.897Z] #43 5.115 + GO111MODULE=on [2020-08-05T23:58:51.897Z] #43 5.115 + GOBIN=/build [2020-08-05T23:58:51.897Z] #43 5.121 + go get gotest.tools/gotestsum@v0.3.5 [2020-08-05T23:58:51.897Z] #43 5.297 go: finding gotest.tools/gotestsum v0.3.5 [2020-08-05T23:58:51.897Z] #43 5.307 go: finding gotest.tools v0.3.5 [2020-08-05T23:58:51.968Z] Cloning into '/buildx'... [2020-08-05T23:58:52.095Z] #47 12.16 unicode/utf16 [2020-08-05T23:58:52.095Z] #47 12.25 runtime [2020-08-05T23:58:52.138Z] #30 ... [2020-08-05T23:58:52.138Z] [2020-08-05T23:58:52.138Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:52.138Z] #21 5.116 + RM_GOPATH=0 [2020-08-05T23:58:52.138Z] #21 5.116 + TMP_GOPATH= [2020-08-05T23:58:52.138Z] #21 5.116 + : /build [2020-08-05T23:58:52.138Z] #21 5.116 + '[' -z '' ']' [2020-08-05T23:58:52.138Z] #21 5.135 ++ mktemp -d [2020-08-05T23:58:52.138Z] #21 5.155 + export GOPATH=/tmp/tmp.zEIoY3rbHK [2020-08-05T23:58:52.138Z] #21 5.156 + GOPATH=/tmp/tmp.zEIoY3rbHK [2020-08-05T23:58:52.138Z] #21 5.156 + RM_GOPATH=1 [2020-08-05T23:58:52.138Z] #21 5.156 + case "$(go env GOARCH)" in [2020-08-05T23:58:52.138Z] #21 5.163 ++ go env GOARCH [2020-08-05T23:58:52.138Z] #21 5.196 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:52.138Z] #21 5.202 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:52.138Z] #21 5.206 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:52.138Z] #21 5.209 + dir=/tmp/install [2020-08-05T23:58:52.138Z] #21 5.211 + bin=dockercli [2020-08-05T23:58:52.138Z] #21 5.211 + shift [2020-08-05T23:58:52.138Z] #21 5.212 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-08-05T23:58:52.138Z] #21 5.212 + . /tmp/install/dockercli.installer [2020-08-05T23:58:52.138Z] #21 5.212 ++ : stable [2020-08-05T23:58:52.138Z] #21 5.212 ++ : 17.06.2-ce [2020-08-05T23:58:52.138Z] #21 5.213 + install_dockercli [2020-08-05T23:58:52.138Z] #21 5.214 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-08-05T23:58:52.138Z] #21 5.214 Install docker/cli version 17.06.2-ce from stable [2020-08-05T23:58:52.138Z] #21 5.214 ++ uname -m [2020-08-05T23:58:52.138Z] #21 5.220 + arch=x86_64 [2020-08-05T23:58:52.138Z] #21 5.220 + '[' x86_64 '!=' x86_64 ']' [2020-08-05T23:58:52.138Z] #21 5.221 + url=https://download.docker.com/linux/static [2020-08-05T23:58:52.138Z] #21 5.221 + tar -xz docker/docker [2020-08-05T23:58:52.138Z] #21 5.231 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-08-05T23:58:52.138Z] #21 ... [2020-08-05T23:58:52.138Z] [2020-08-05T23:58:52.138Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:52.138Z] #30 5.874 + cd /tmp/tmp.gOZfFeOu2U/src/github.com/BurntSushi/toml [2020-08-05T23:58:52.157Z] #43 ... [2020-08-05T23:58:52.157Z] [2020-08-05T23:58:52.157Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:58:52.157Z] #10 5.578 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:52.157Z] #10 5.631 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:52.157Z] #10 5.631 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:52.323Z] #28 5.067 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-08-05T23:58:52.323Z] #28 5.075 Cloning into '.'... [2020-08-05T23:58:52.323Z] #28 ... [2020-08-05T23:58:52.323Z] [2020-08-05T23:58:52.323Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:52.323Z] #45 5.198 + RM_GOPATH=0 [2020-08-05T23:58:52.323Z] #45 5.198 + TMP_GOPATH= [2020-08-05T23:58:52.323Z] #45 5.198 + : /build [2020-08-05T23:58:52.323Z] #45 5.199 + '[' -z '' ']' [2020-08-05T23:58:52.323Z] #45 5.200 ++ mktemp -d [2020-08-05T23:58:52.323Z] #45 5.205 + export GOPATH=/tmp/tmp.q1sk07HaJe [2020-08-05T23:58:52.323Z] #45 5.212 + GOPATH=/tmp/tmp.q1sk07HaJe [2020-08-05T23:58:52.323Z] #45 5.213 + RM_GOPATH=1 [2020-08-05T23:58:52.323Z] #45 5.213 + case "$(go env GOARCH)" in [2020-08-05T23:58:52.323Z] #45 5.213 ++ go env GOARCH [2020-08-05T23:58:52.323Z] #45 5.249 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:52.323Z] #45 5.251 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:52.323Z] #45 5.254 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:52.323Z] #45 5.258 + dir=/tmp/install [2020-08-05T23:58:52.323Z] #45 5.272 + bin=golangci_lint [2020-08-05T23:58:52.323Z] #45 5.272 + shift [2020-08-05T23:58:52.323Z] #45 5.272 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-08-05T23:58:52.323Z] #45 5.272 + . /tmp/install/golangci_lint.installer [2020-08-05T23:58:52.323Z] #45 5.272 ++ : v1.23.8 [2020-08-05T23:58:52.323Z] #45 5.272 + install_golangci_lint [2020-08-05T23:58:52.323Z] #45 5.281 + echo 'Installing golangci-lint version v1.23.8' [2020-08-05T23:58:52.323Z] #45 5.283 Installing golangci-lint version v1.23.8 [2020-08-05T23:58:52.323Z] #45 5.290 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-05T23:58:52.386Z] #47 12.35 runtime/cgo [2020-08-05T23:58:52.395Z] #30 5.874 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:52.395Z] #30 5.880 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-08-05T23:58:52.894Z] #45 ... [2020-08-05T23:58:52.894Z] [2020-08-05T23:58:52.894Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:52.894Z] #21 5.288 + RM_GOPATH=0 [2020-08-05T23:58:52.894Z] #21 5.288 + TMP_GOPATH= [2020-08-05T23:58:52.894Z] #21 5.288 + : /build [2020-08-05T23:58:52.894Z] #21 5.288 + '[' -z '' ']' [2020-08-05T23:58:52.894Z] #21 5.318 ++ mktemp -d [2020-08-05T23:58:52.894Z] #21 5.325 + export GOPATH=/tmp/tmp.1ZA4ABV5X4 [2020-08-05T23:58:52.894Z] #21 5.336 + GOPATH=/tmp/tmp.1ZA4ABV5X4 [2020-08-05T23:58:52.894Z] #21 5.336 + RM_GOPATH=1 [2020-08-05T23:58:52.894Z] #21 5.340 + case "$(go env GOARCH)" in [2020-08-05T23:58:52.894Z] #21 5.341 ++ go env GOARCH [2020-08-05T23:58:52.894Z] #21 5.346 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:52.894Z] #21 5.346 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:52.894Z] #21 5.347 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:52.894Z] #21 5.355 + dir=/tmp/install [2020-08-05T23:58:52.894Z] #21 5.361 + bin=dockercli [2020-08-05T23:58:52.894Z] #21 5.361 + shift [2020-08-05T23:58:52.894Z] #21 5.361 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-08-05T23:58:52.894Z] #21 5.362 + . /tmp/install/dockercli.installer [2020-08-05T23:58:52.894Z] #21 5.362 ++ : stable [2020-08-05T23:58:52.894Z] #21 5.362 ++ : 17.06.2-ce [2020-08-05T23:58:52.894Z] #21 5.363 + install_dockercli [2020-08-05T23:58:52.894Z] #21 5.366 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-08-05T23:58:52.894Z] #21 5.366 Install docker/cli version 17.06.2-ce from stable [2020-08-05T23:58:52.894Z] #21 5.368 ++ uname -m [2020-08-05T23:58:52.894Z] #21 5.372 + arch=x86_64 [2020-08-05T23:58:52.894Z] #21 5.372 + '[' x86_64 '!=' x86_64 ']' [2020-08-05T23:58:52.894Z] #21 5.372 + url=https://download.docker.com/linux/static [2020-08-05T23:58:52.894Z] #21 5.375 + tar -xz docker/docker [2020-08-05T23:58:52.894Z] #21 5.377 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-08-05T23:58:52.960Z] #30 6.732 runtime/internal/atomic [2020-08-05T23:58:53.217Z] #30 6.785 internal/cpu [2020-08-05T23:58:53.474Z] #30 7.031 runtime/internal/sys [2020-08-05T23:58:53.538Z] #10 6.905 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:53.732Z] #30 7.321 runtime/internal/math [2020-08-05T23:58:53.732Z] #30 7.358 math/bits [2020-08-05T23:58:53.732Z] #30 7.468 internal/bytealg [2020-08-05T23:58:54.298Z] #30 7.997 math [2020-08-05T23:58:54.866Z] #30 8.660 runtime [2020-08-05T23:58:55.511Z] Removing intermediate container 8036257d9a92 [2020-08-05T23:58:55.511Z] ---> f75180e0ea20 [2020-08-05T23:58:55.511Z] Step 7/15 : WORKDIR /buildx [2020-08-05T23:58:55.511Z] ---> Running in 56daa9e61b83 [2020-08-05T23:58:55.511Z] Removing intermediate container 56daa9e61b83 [2020-08-05T23:58:55.511Z] ---> 703be68c3098 [2020-08-05T23:58:55.511Z] Step 8/15 : ARG BUILDX_COMMIT [2020-08-05T23:58:55.511Z] ---> Running in e66cf16b1b5e [2020-08-05T23:58:55.511Z] Removing intermediate container e66cf16b1b5e [2020-08-05T23:58:55.511Z] ---> a211b6c02a4d [2020-08-05T23:58:55.511Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2020-08-05T23:58:55.511Z] ---> Running in 50c0aeccf304 [2020-08-05T23:58:56.075Z] #10 9.500 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:56.158Z] From https://github.com/docker/buildx [2020-08-05T23:58:56.158Z] * [new tag] v0.3.1 -> build [2020-08-05T23:58:56.195Z] #21 ... [2020-08-05T23:58:56.195Z] [2020-08-05T23:58:56.195Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:56.195Z] #43 5.135 + RM_GOPATH=0 [2020-08-05T23:58:56.195Z] #43 5.135 + TMP_GOPATH= [2020-08-05T23:58:56.195Z] #43 5.135 + : /build [2020-08-05T23:58:56.195Z] #43 5.135 + '[' -z '' ']' [2020-08-05T23:58:56.195Z] #43 5.135 ++ mktemp -d [2020-08-05T23:58:56.195Z] #43 5.135 + export GOPATH=/tmp/tmp.HacTEdASqU [2020-08-05T23:58:56.195Z] #43 5.135 + GOPATH=/tmp/tmp.HacTEdASqU [2020-08-05T23:58:56.195Z] #43 5.135 + RM_GOPATH=1 [2020-08-05T23:58:56.195Z] #43 5.135 + case "$(go env GOARCH)" in [2020-08-05T23:58:56.195Z] #43 5.135 ++ go env GOARCH [2020-08-05T23:58:56.195Z] #43 5.214 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.195Z] #43 5.214 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.195Z] #43 5.215 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:56.195Z] #43 5.218 + dir=/tmp/install [2020-08-05T23:58:56.195Z] #43 5.225 + bin=gotestsum [2020-08-05T23:58:56.195Z] #43 5.225 + shift [2020-08-05T23:58:56.195Z] #43 5.225 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-08-05T23:58:56.195Z] #43 5.226 + . /tmp/install/gotestsum.installer [2020-08-05T23:58:56.195Z] #43 5.226 ++ : v0.3.5 [2020-08-05T23:58:56.195Z] #43 5.226 + install_gotestsum [2020-08-05T23:58:56.195Z] #43 5.227 + set -e [2020-08-05T23:58:56.195Z] #43 5.236 + export GO111MODULE=on [2020-08-05T23:58:56.195Z] #43 5.236 + GO111MODULE=on [2020-08-05T23:58:56.195Z] #43 5.236 + GOBIN=/build [2020-08-05T23:58:56.195Z] #43 5.236 + go get gotest.tools/gotestsum@v0.3.5 [2020-08-05T23:58:56.195Z] #43 5.369 go: finding gotest.tools v0.3.5 [2020-08-05T23:58:56.195Z] #43 5.377 go: finding gotest.tools/gotestsum v0.3.5 [2020-08-05T23:58:56.195Z] #43 6.332 go: downloading gotest.tools/gotestsum v0.3.5 [2020-08-05T23:58:56.195Z] #43 6.831 go: extracting gotest.tools/gotestsum v0.3.5 [2020-08-05T23:58:56.195Z] #43 7.797 go: downloading gotest.tools v2.1.0+incompatible [2020-08-05T23:58:56.195Z] #43 7.905 go: extracting gotest.tools v2.1.0+incompatible [2020-08-05T23:58:56.195Z] #43 8.096 go: downloading github.com/pkg/errors v0.8.0 [2020-08-05T23:58:56.195Z] #43 8.119 go: downloading github.com/fatih/color v1.6.0 [2020-08-05T23:58:56.195Z] #43 8.209 go: downloading github.com/spf13/pflag v1.0.1 [2020-08-05T23:58:56.195Z] #43 8.335 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:58:56.195Z] #43 8.343 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:58:56.195Z] #43 8.384 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:58:56.195Z] #43 8.623 go: extracting github.com/fatih/color v1.6.0 [2020-08-05T23:58:56.195Z] #43 8.669 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:58:56.195Z] #43 8.778 go: extracting github.com/spf13/pflag v1.0.1 [2020-08-05T23:58:56.195Z] #43 8.789 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:58:56.195Z] #43 8.792 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:58:56.195Z] #43 8.828 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:58:56.195Z] #43 8.865 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:58:56.195Z] #43 8.940 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:58:56.195Z] #43 8.992 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:58:56.195Z] #43 9.040 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:58:56.195Z] #43 9.123 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:58:56.195Z] #43 9.188 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:58:56.454Z] Switched to branch 'build' [2020-08-05T23:58:56.457Z] #43 9.338 go: extracting github.com/pkg/errors v0.8.0 [2020-08-05T23:58:56.645Z] #10 ... [2020-08-05T23:58:56.645Z] [2020-08-05T23:58:56.645Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:56.645Z] #30 4.201 + RM_GOPATH=0 [2020-08-05T23:58:56.645Z] #30 4.201 + TMP_GOPATH= [2020-08-05T23:58:56.645Z] #30 4.201 + : /build [2020-08-05T23:58:56.645Z] #30 4.201 + '[' -z '' ']' [2020-08-05T23:58:56.645Z] #30 4.201 ++ mktemp -d [2020-08-05T23:58:56.645Z] #30 4.201 + export GOPATH=/tmp/tmp.2Yiu7aCebq [2020-08-05T23:58:56.645Z] #30 4.201 + GOPATH=/tmp/tmp.2Yiu7aCebq [2020-08-05T23:58:56.645Z] #30 4.201 + RM_GOPATH=1 [2020-08-05T23:58:56.645Z] #30 4.201 + case "$(go env GOARCH)" in [2020-08-05T23:58:56.645Z] #30 4.201 ++ go env GOARCH [2020-08-05T23:58:56.645Z] #30 4.232 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.645Z] #30 4.232 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.645Z] #30 4.234 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:56.645Z] #30 4.237 + dir=/tmp/install [2020-08-05T23:58:56.645Z] #30 4.237 + bin=tomlv [2020-08-05T23:58:56.645Z] #30 4.237 + shift [2020-08-05T23:58:56.645Z] #30 4.237 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-08-05T23:58:56.645Z] #30 4.237 + . /tmp/install/tomlv.installer [2020-08-05T23:58:56.645Z] #30 4.237 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:56.645Z] #30 4.237 + install_tomlv [2020-08-05T23:58:56.645Z] #30 4.237 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-08-05T23:58:56.645Z] #30 4.237 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:56.645Z] #30 4.245 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.2Yiu7aCebq/src/github.com/BurntSushi/toml [2020-08-05T23:58:56.645Z] #30 4.253 Cloning into '/tmp/tmp.2Yiu7aCebq/src/github.com/BurntSushi/toml'... [2020-08-05T23:58:56.645Z] #30 5.412 + cd /tmp/tmp.2Yiu7aCebq/src/github.com/BurntSushi/toml [2020-08-05T23:58:56.645Z] #30 5.413 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:56.645Z] #30 5.431 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-08-05T23:58:56.645Z] #30 6.272 runtime/internal/atomic [2020-08-05T23:58:56.645Z] #30 6.301 internal/cpu [2020-08-05T23:58:56.645Z] #30 6.609 runtime/internal/sys [2020-08-05T23:58:56.645Z] #30 6.758 runtime/internal/math [2020-08-05T23:58:56.646Z] #30 6.799 internal/bytealg [2020-08-05T23:58:56.646Z] #30 6.922 math/bits [2020-08-05T23:58:56.646Z] #30 7.437 math [2020-08-05T23:58:56.646Z] #30 8.219 runtime [2020-08-05T23:58:56.646Z] #30 ... [2020-08-05T23:58:56.646Z] [2020-08-05T23:58:56.646Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:56.646Z] #60 4.981 + RM_GOPATH=0 [2020-08-05T23:58:56.646Z] #60 4.981 + TMP_GOPATH= [2020-08-05T23:58:56.646Z] #60 4.982 + : /build [2020-08-05T23:58:56.646Z] #60 4.987 + '[' -z '' ']' [2020-08-05T23:58:56.646Z] #60 4.989 ++ mktemp -d [2020-08-05T23:58:56.646Z] #60 4.995 + export GOPATH=/tmp/tmp.9ljt7QOjRS [2020-08-05T23:58:56.646Z] #60 4.999 + GOPATH=/tmp/tmp.9ljt7QOjRS [2020-08-05T23:58:56.646Z] #60 4.999 + RM_GOPATH=1 [2020-08-05T23:58:56.646Z] #60 4.999 + case "$(go env GOARCH)" in [2020-08-05T23:58:56.646Z] #60 5.000 ++ go env GOARCH [2020-08-05T23:58:56.646Z] #60 5.022 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.646Z] #60 5.023 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.646Z] #60 5.025 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:56.646Z] #60 5.027 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:58:56.646Z] #60 5.027 + dir=/tmp/install [2020-08-05T23:58:56.646Z] #60 5.027 + bin=proxy [2020-08-05T23:58:56.646Z] #60 5.027 + shift [2020-08-05T23:58:56.646Z] #60 5.027 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-08-05T23:58:56.646Z] #60 5.027 + . /tmp/install/proxy.installer [2020-08-05T23:58:56.646Z] #60 5.027 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:58:56.646Z] #60 5.027 + install_proxy [2020-08-05T23:58:56.646Z] #60 5.027 + case "$1" in [2020-08-05T23:58:56.646Z] #60 5.027 + export CGO_ENABLED=0 [2020-08-05T23:58:56.646Z] #60 5.027 + CGO_ENABLED=0 [2020-08-05T23:58:56.646Z] #60 5.027 + _install_proxy [2020-08-05T23:58:56.646Z] #60 5.027 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-08-05T23:58:56.646Z] #60 5.028 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.9ljt7QOjRS/src/github.com/docker/libnetwork [2020-08-05T23:58:56.646Z] #60 5.038 Cloning into '/tmp/tmp.9ljt7QOjRS/src/github.com/docker/libnetwork'... [2020-08-05T23:58:56.765Z] #30 ... [2020-08-05T23:58:56.765Z] [2020-08-05T23:58:56.765Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:56.765Z] #54 3.503 + RM_GOPATH=0 [2020-08-05T23:58:56.765Z] #54 3.503 + TMP_GOPATH= [2020-08-05T23:58:56.765Z] #54 3.503 + : /build [2020-08-05T23:58:56.765Z] #54 3.503 + '[' -z '' ']' [2020-08-05T23:58:56.765Z] #54 3.503 ++ mktemp -d [2020-08-05T23:58:56.765Z] #54 3.503 + export GOPATH=/tmp/tmp.FphbWHKLAw [2020-08-05T23:58:56.765Z] #54 3.503 + GOPATH=/tmp/tmp.FphbWHKLAw [2020-08-05T23:58:56.765Z] #54 3.503 + RM_GOPATH=1 [2020-08-05T23:58:56.765Z] #54 3.503 + case "$(go env GOARCH)" in [2020-08-05T23:58:56.765Z] #54 3.504 ++ go env GOARCH [2020-08-05T23:58:56.765Z] #54 3.508 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.765Z] #54 3.508 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.765Z] #54 3.510 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:56.765Z] #54 3.510 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:56.765Z] #54 3.510 + dir=/tmp/install [2020-08-05T23:58:56.765Z] #54 3.510 + bin=rootlesskit [2020-08-05T23:58:56.765Z] #54 3.510 + shift [2020-08-05T23:58:56.765Z] #54 3.510 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-08-05T23:58:56.765Z] #54 3.510 + . /tmp/install/rootlesskit.installer [2020-08-05T23:58:56.765Z] #54 3.510 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:56.765Z] #54 3.510 + install_rootlesskit [2020-08-05T23:58:56.765Z] #54 3.510 + case "$1" in [2020-08-05T23:58:56.765Z] #54 3.510 + export CGO_ENABLED=0 [2020-08-05T23:58:56.765Z] #54 3.510 + CGO_ENABLED=0 [2020-08-05T23:58:56.765Z] #54 3.510 + _install_rootlesskit [2020-08-05T23:58:56.765Z] #54 3.510 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-08-05T23:58:56.765Z] #54 3.510 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.FphbWHKLAw/src/github.com/rootless-containers/rootlesskit [2020-08-05T23:58:56.765Z] #54 3.513 Cloning into '/tmp/tmp.FphbWHKLAw/src/github.com/rootless-containers/rootlesskit'... [2020-08-05T23:58:56.765Z] #54 6.696 + cd /tmp/tmp.FphbWHKLAw/src/github.com/rootless-containers/rootlesskit [2020-08-05T23:58:56.765Z] #54 6.696 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:56.765Z] #54 7.250 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-05T23:58:56.765Z] #54 7.250 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-08-05T23:58:56.765Z] #54 ... [2020-08-05T23:58:56.765Z] [2020-08-05T23:58:56.765Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-05T23:58:56.765Z] #36 5.023 + git clone https://github.com/docker/distribution.git . [2020-08-05T23:58:56.765Z] #36 5.030 Cloning into '.'... [2020-08-05T23:58:56.765Z] #36 ... [2020-08-05T23:58:56.765Z] [2020-08-05T23:58:56.765Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:58:56.765Z] #32 5.591 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:56.765Z] #32 5.698 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:56.765Z] #32 5.743 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:56.765Z] #32 6.812 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:56.765Z] #32 9.358 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:56.765Z] #32 ... [2020-08-05T23:58:56.765Z] [2020-08-05T23:58:56.765Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:56.765Z] #43 3.946 + RM_GOPATH=0 [2020-08-05T23:58:56.765Z] #43 3.946 + TMP_GOPATH= [2020-08-05T23:58:56.765Z] #43 3.946 + : /build [2020-08-05T23:58:56.765Z] #43 3.946 + '[' -z '' ']' [2020-08-05T23:58:56.765Z] #43 3.946 ++ mktemp -d [2020-08-05T23:58:56.765Z] #43 3.954 + export GOPATH=/tmp/tmp.C242Z1uipo [2020-08-05T23:58:56.765Z] #43 3.954 + GOPATH=/tmp/tmp.C242Z1uipo [2020-08-05T23:58:56.765Z] #43 3.954 + RM_GOPATH=1 [2020-08-05T23:58:56.765Z] #43 3.954 + case "$(go env GOARCH)" in [2020-08-05T23:58:56.765Z] #43 3.954 ++ go env GOARCH [2020-08-05T23:58:56.765Z] #43 3.959 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.765Z] #43 3.959 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.765Z] #43 3.961 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:56.765Z] #43 3.965 + dir=/tmp/install [2020-08-05T23:58:56.765Z] #43 3.965 + bin=gotestsum [2020-08-05T23:58:56.765Z] #43 3.965 + shift [2020-08-05T23:58:56.765Z] #43 3.965 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-08-05T23:58:56.765Z] #43 3.965 + . /tmp/install/gotestsum.installer [2020-08-05T23:58:56.765Z] #43 3.965 ++ : v0.3.5 [2020-08-05T23:58:56.765Z] #43 3.965 + install_gotestsum [2020-08-05T23:58:56.765Z] #43 3.965 + set -e [2020-08-05T23:58:56.765Z] #43 3.965 + export GO111MODULE=on [2020-08-05T23:58:56.765Z] #43 3.965 + GO111MODULE=on [2020-08-05T23:58:56.765Z] #43 3.965 + GOBIN=/build [2020-08-05T23:58:56.765Z] #43 3.965 + go get gotest.tools/gotestsum@v0.3.5 [2020-08-05T23:58:56.765Z] #43 3.990 go: finding gotest.tools/gotestsum v0.3.5 [2020-08-05T23:58:56.765Z] #43 3.992 go: finding gotest.tools v0.3.5 [2020-08-05T23:58:56.765Z] #43 4.868 go: downloading gotest.tools/gotestsum v0.3.5 [2020-08-05T23:58:56.765Z] #43 5.369 go: extracting gotest.tools/gotestsum v0.3.5 [2020-08-05T23:58:56.765Z] #43 6.331 go: downloading gotest.tools v2.1.0+incompatible [2020-08-05T23:58:56.765Z] #43 6.492 go: extracting gotest.tools v2.1.0+incompatible [2020-08-05T23:58:56.765Z] #43 6.686 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:58:56.765Z] #43 6.686 go: downloading github.com/pkg/errors v0.8.0 [2020-08-05T23:58:56.765Z] #43 6.816 go: downloading github.com/fatih/color v1.6.0 [2020-08-05T23:58:56.765Z] #43 6.832 go: downloading github.com/spf13/pflag v1.0.1 [2020-08-05T23:58:56.765Z] #43 6.971 go: extracting github.com/pkg/errors v0.8.0 [2020-08-05T23:58:56.765Z] #43 7.094 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:58:56.765Z] #43 7.155 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:58:56.765Z] #43 7.163 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:58:56.765Z] #43 7.224 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:58:56.765Z] #43 7.514 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:58:56.765Z] #43 7.518 go: extracting github.com/fatih/color v1.6.0 [2020-08-05T23:58:56.765Z] #43 7.518 go: extracting github.com/spf13/pflag v1.0.1 [2020-08-05T23:58:56.765Z] #43 7.518 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:58:56.765Z] #43 7.527 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:58:56.765Z] #43 7.833 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:58:56.765Z] #43 7.836 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:58:56.765Z] #43 8.141 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:58:56.765Z] #43 8.402 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:58:56.765Z] #43 8.449 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:58:56.765Z] #43 10.42 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:58:56.906Z] #60 ... [2020-08-05T23:58:56.906Z] [2020-08-05T23:58:56.906Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:58:56.906Z] #51 5.579 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:56.906Z] #51 5.680 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:56.906Z] #51 5.700 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:56.906Z] #51 6.875 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:56.906Z] #51 9.305 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:56.906Z] #51 ... [2020-08-05T23:58:56.906Z] [2020-08-05T23:58:56.906Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:58:56.906Z] #41 5.114 + RM_GOPATH=0 [2020-08-05T23:58:56.906Z] #41 5.114 + TMP_GOPATH= [2020-08-05T23:58:56.906Z] #41 5.116 + : /build [2020-08-05T23:58:56.906Z] #41 5.116 + '[' -z '' ']' [2020-08-05T23:58:56.906Z] #41 5.119 ++ mktemp -d [2020-08-05T23:58:56.906Z] #41 5.121 + export GOPATH=/tmp/tmp.qVQQX20x92 [2020-08-05T23:58:56.906Z] #41 5.121 + GOPATH=/tmp/tmp.qVQQX20x92 [2020-08-05T23:58:56.906Z] #41 5.121 + RM_GOPATH=1 [2020-08-05T23:58:56.906Z] #41 5.121 + case "$(go env GOARCH)" in [2020-08-05T23:58:56.906Z] #41 5.135 ++ go env GOARCH [2020-08-05T23:58:56.906Z] #41 5.182 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.906Z] #41 5.182 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:56.906Z] #41 5.187 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:56.906Z] #41 5.210 + dir=/tmp/install [2020-08-05T23:58:56.906Z] #41 5.211 + bin=vndr [2020-08-05T23:58:56.906Z] #41 5.212 + shift [2020-08-05T23:58:56.906Z] #41 5.213 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-08-05T23:58:56.906Z] #41 5.213 + . /tmp/install/vndr.installer [2020-08-05T23:58:56.906Z] #41 5.214 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:56.906Z] #41 5.215 + install_vndr [2020-08-05T23:58:56.906Z] #41 5.215 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-08-05T23:58:56.906Z] #41 5.216 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:56.906Z] #41 5.217 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.qVQQX20x92/src/github.com/LK4D4/vndr [2020-08-05T23:58:56.906Z] #41 5.229 Cloning into '/tmp/tmp.qVQQX20x92/src/github.com/LK4D4/vndr'... [2020-08-05T23:58:56.906Z] #41 5.978 + cd /tmp/tmp.qVQQX20x92/src/github.com/LK4D4/vndr [2020-08-05T23:58:56.906Z] #41 5.978 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:56.906Z] #41 6.007 + go build -buildmode=pie -v -o /build/vndr . [2020-08-05T23:58:56.906Z] #41 7.528 internal/race [2020-08-05T23:58:56.906Z] #41 7.529 internal/bytealg [2020-08-05T23:58:56.906Z] #41 7.708 sync/atomic [2020-08-05T23:58:56.906Z] #41 7.979 unicode [2020-08-05T23:58:56.906Z] #41 8.222 runtime [2020-08-05T23:58:57.023Z] #43 ... [2020-08-05T23:58:57.023Z] [2020-08-05T23:58:57.023Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:57.023Z] #45 4.497 + RM_GOPATH=0 [2020-08-05T23:58:57.023Z] #45 4.497 + TMP_GOPATH= [2020-08-05T23:58:57.023Z] #45 4.497 + : /build [2020-08-05T23:58:57.023Z] #45 4.497 + '[' -z '' ']' [2020-08-05T23:58:57.023Z] #45 4.497 ++ mktemp -d [2020-08-05T23:58:57.023Z] #45 4.497 + export GOPATH=/tmp/tmp.aolPxwR91B [2020-08-05T23:58:57.023Z] #45 4.497 + GOPATH=/tmp/tmp.aolPxwR91B [2020-08-05T23:58:57.023Z] #45 4.497 + RM_GOPATH=1 [2020-08-05T23:58:57.023Z] #45 4.497 + case "$(go env GOARCH)" in [2020-08-05T23:58:57.023Z] #45 4.501 ++ go env GOARCH [2020-08-05T23:58:57.023Z] #45 4.543 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.023Z] #45 4.543 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.023Z] #45 4.543 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:57.023Z] #45 4.550 + dir=/tmp/install [2020-08-05T23:58:57.023Z] #45 4.550 + bin=golangci_lint [2020-08-05T23:58:57.023Z] #45 4.550 + shift [2020-08-05T23:58:57.023Z] #45 4.550 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-08-05T23:58:57.023Z] #45 4.550 + . /tmp/install/golangci_lint.installer [2020-08-05T23:58:57.023Z] #45 4.550 ++ : v1.23.8 [2020-08-05T23:58:57.023Z] #45 4.550 + install_golangci_lint [2020-08-05T23:58:57.023Z] #45 4.550 + echo 'Installing golangci-lint version v1.23.8' [2020-08-05T23:58:57.023Z] #45 4.550 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-05T23:58:57.023Z] #45 4.550 Installing golangci-lint version v1.23.8 [2020-08-05T23:58:57.029Z] #43 ... [2020-08-05T23:58:57.029Z] [2020-08-05T23:58:57.029Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:57.029Z] #47 4.664 + RM_GOPATH=0 [2020-08-05T23:58:57.029Z] #47 4.664 + TMP_GOPATH= [2020-08-05T23:58:57.029Z] #47 4.664 + : /build [2020-08-05T23:58:57.029Z] #47 4.664 + '[' -z '' ']' [2020-08-05T23:58:57.029Z] #47 4.664 ++ mktemp -d [2020-08-05T23:58:57.029Z] #47 4.667 + export GOPATH=/tmp/tmp.cxaBafQcI3 [2020-08-05T23:58:57.029Z] #47 4.667 + GOPATH=/tmp/tmp.cxaBafQcI3 [2020-08-05T23:58:57.029Z] #47 4.667 + RM_GOPATH=1 [2020-08-05T23:58:57.029Z] #47 4.667 + case "$(go env GOARCH)" in [2020-08-05T23:58:57.029Z] #47 4.667 ++ go env GOARCH [2020-08-05T23:58:57.029Z] #47 4.683 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:58:57.029Z] #47 4.683 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.029Z] #47 4.683 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.029Z] #47 4.683 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:57.029Z] #47 4.683 + dir=/tmp/install [2020-08-05T23:58:57.029Z] #47 4.683 + bin=shfmt [2020-08-05T23:58:57.029Z] #47 4.683 + shift [2020-08-05T23:58:57.029Z] #47 4.683 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-08-05T23:58:57.029Z] #47 4.683 + . /tmp/install/shfmt.installer [2020-08-05T23:58:57.029Z] #47 4.683 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:58:57.029Z] #47 4.683 + install_shfmt [2020-08-05T23:58:57.029Z] #47 4.683 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-08-05T23:58:57.029Z] #47 4.683 + git clone https://github.com/mvdan/sh.git /tmp/tmp.cxaBafQcI3/src/github.com/mvdan/sh [2020-08-05T23:58:57.029Z] #47 4.683 Cloning into '/tmp/tmp.cxaBafQcI3/src/github.com/mvdan/sh'... [2020-08-05T23:58:57.029Z] #47 ... [2020-08-05T23:58:57.029Z] [2020-08-05T23:58:57.029Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:58:57.029Z] #32 5.770 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:57.029Z] #32 5.850 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:57.029Z] #32 5.851 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:57.029Z] #32 6.992 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:57.029Z] #32 9.214 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:57.165Z] #41 ... [2020-08-05T23:58:57.165Z] [2020-08-05T23:58:57.165Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:58:57.165Z] #23 4.854 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:57.165Z] #23 4.949 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:57.165Z] #23 4.951 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:57.165Z] #23 5.994 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:57.165Z] #23 8.678 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:57.165Z] #23 ... [2020-08-05T23:58:57.165Z] [2020-08-05T23:58:57.165Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:57.165Z] #21 4.655 + RM_GOPATH=0 [2020-08-05T23:58:57.165Z] #21 4.655 + TMP_GOPATH= [2020-08-05T23:58:57.165Z] #21 4.655 + : /build [2020-08-05T23:58:57.165Z] #21 4.655 + '[' -z '' ']' [2020-08-05T23:58:57.165Z] #21 4.656 ++ mktemp -d [2020-08-05T23:58:57.165Z] #21 4.657 + export GOPATH=/tmp/tmp.9UUKZrqT2e [2020-08-05T23:58:57.165Z] #21 4.657 + GOPATH=/tmp/tmp.9UUKZrqT2e [2020-08-05T23:58:57.165Z] #21 4.657 + RM_GOPATH=1 [2020-08-05T23:58:57.165Z] #21 4.657 + case "$(go env GOARCH)" in [2020-08-05T23:58:57.165Z] #21 4.657 ++ go env GOARCH [2020-08-05T23:58:57.165Z] #21 4.666 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.165Z] #21 4.666 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.165Z] #21 4.667 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:57.165Z] #21 4.671 + dir=/tmp/install [2020-08-05T23:58:57.165Z] #21 4.671 + bin=dockercli [2020-08-05T23:58:57.165Z] #21 4.671 + shift [2020-08-05T23:58:57.165Z] #21 4.671 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-08-05T23:58:57.165Z] #21 4.671 + . /tmp/install/dockercli.installer [2020-08-05T23:58:57.165Z] #21 4.671 ++ : stable [2020-08-05T23:58:57.165Z] #21 4.671 ++ : 17.06.2-ce [2020-08-05T23:58:57.165Z] #21 4.671 + install_dockercli [2020-08-05T23:58:57.165Z] #21 4.671 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-08-05T23:58:57.165Z] #21 4.672 ++ uname -m [2020-08-05T23:58:57.165Z] #21 4.676 + arch=x86_64 [2020-08-05T23:58:57.165Z] #21 4.676 + '[' x86_64 '!=' x86_64 ']' [2020-08-05T23:58:57.165Z] #21 4.676 + url=https://download.docker.com/linux/static [2020-08-05T23:58:57.165Z] #21 4.679 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-08-05T23:58:57.165Z] #21 4.679 Install docker/cli version 17.06.2-ce from stable [2020-08-05T23:58:57.165Z] #21 4.714 + tar -xz docker/docker [2020-08-05T23:58:57.281Z] #45 ... [2020-08-05T23:58:57.281Z] [2020-08-05T23:58:57.281Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:58:57.281Z] #23 5.651 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:57.281Z] #23 5.685 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:57.281Z] #23 5.694 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:57.281Z] #23 6.938 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:57.281Z] #23 9.323 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:57.281Z] #23 ... [2020-08-05T23:58:57.281Z] [2020-08-05T23:58:57.281Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:58:57.281Z] #51 5.502 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:57.281Z] #51 5.530 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:57.281Z] #51 5.627 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:57.281Z] #51 6.796 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:57.281Z] #51 9.240 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:57.289Z] #32 ... [2020-08-05T23:58:57.289Z] [2020-08-05T23:58:57.289Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:57.289Z] #60 3.976 + RM_GOPATH=0 [2020-08-05T23:58:57.289Z] #60 3.976 + TMP_GOPATH= [2020-08-05T23:58:57.289Z] #60 3.976 + : /build [2020-08-05T23:58:57.289Z] #60 3.976 + '[' -z '' ']' [2020-08-05T23:58:57.289Z] #60 3.976 ++ mktemp -d [2020-08-05T23:58:57.289Z] #60 3.978 + export GOPATH=/tmp/tmp.qCKbDppP3a [2020-08-05T23:58:57.289Z] #60 3.978 + GOPATH=/tmp/tmp.qCKbDppP3a [2020-08-05T23:58:57.289Z] #60 3.978 + RM_GOPATH=1 [2020-08-05T23:58:57.289Z] #60 3.978 + case "$(go env GOARCH)" in [2020-08-05T23:58:57.289Z] #60 3.979 ++ go env GOARCH [2020-08-05T23:58:57.289Z] #60 3.999 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:58:57.289Z] #60 4.001 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.289Z] #60 4.001 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.289Z] #60 4.001 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:57.289Z] #60 4.001 + dir=/tmp/install [2020-08-05T23:58:57.289Z] #60 4.001 + bin=proxy [2020-08-05T23:58:57.289Z] #60 4.001 + shift [2020-08-05T23:58:57.289Z] #60 4.001 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-08-05T23:58:57.289Z] #60 4.001 + . /tmp/install/proxy.installer [2020-08-05T23:58:57.289Z] #60 4.001 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:58:57.289Z] #60 4.001 + install_proxy [2020-08-05T23:58:57.289Z] #60 4.001 + case "$1" in [2020-08-05T23:58:57.290Z] #60 4.001 + export CGO_ENABLED=0 [2020-08-05T23:58:57.290Z] #60 4.001 + CGO_ENABLED=0 [2020-08-05T23:58:57.290Z] #60 4.001 + _install_proxy [2020-08-05T23:58:57.290Z] #60 4.001 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-08-05T23:58:57.290Z] #60 4.001 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.qCKbDppP3a/src/github.com/docker/libnetwork [2020-08-05T23:58:57.290Z] #60 4.005 Cloning into '/tmp/tmp.qCKbDppP3a/src/github.com/docker/libnetwork'... [2020-08-05T23:58:57.290Z] #60 ... [2020-08-05T23:58:57.290Z] [2020-08-05T23:58:57.290Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:58:57.290Z] #10 5.282 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:57.290Z] #10 5.380 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:57.290Z] #10 5.382 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:57.290Z] #10 6.360 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:57.290Z] #10 8.832 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:57.424Z] #21 ... [2020-08-05T23:58:57.424Z] [2020-08-05T23:58:57.424Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:57.424Z] #45 4.024 + RM_GOPATH=0 [2020-08-05T23:58:57.424Z] #45 4.024 + TMP_GOPATH= [2020-08-05T23:58:57.424Z] #45 4.024 + : /build [2020-08-05T23:58:57.424Z] #45 4.024 + '[' -z '' ']' [2020-08-05T23:58:57.424Z] #45 4.026 ++ mktemp -d [2020-08-05T23:58:57.424Z] #45 4.026 + export GOPATH=/tmp/tmp.xiHaFCeuU1 [2020-08-05T23:58:57.424Z] #45 4.026 + GOPATH=/tmp/tmp.xiHaFCeuU1 [2020-08-05T23:58:57.424Z] #45 4.026 + RM_GOPATH=1 [2020-08-05T23:58:57.424Z] #45 4.026 + case "$(go env GOARCH)" in [2020-08-05T23:58:57.424Z] #45 4.028 ++ go env GOARCH [2020-08-05T23:58:57.424Z] #45 4.030 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.424Z] #45 4.030 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.424Z] #45 4.031 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:57.424Z] #45 4.035 Installing golangci-lint version v1.23.8 [2020-08-05T23:58:57.424Z] #45 4.035 + dir=/tmp/install [2020-08-05T23:58:57.424Z] #45 4.035 + bin=golangci_lint [2020-08-05T23:58:57.424Z] #45 4.035 + shift [2020-08-05T23:58:57.424Z] #45 4.035 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-08-05T23:58:57.424Z] #45 4.035 + . /tmp/install/golangci_lint.installer [2020-08-05T23:58:57.424Z] #45 4.035 ++ : v1.23.8 [2020-08-05T23:58:57.424Z] #45 4.035 + install_golangci_lint [2020-08-05T23:58:57.424Z] #45 4.035 + echo 'Installing golangci-lint version v1.23.8' [2020-08-05T23:58:57.424Z] #45 4.035 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-05T23:58:57.502Z] Removing intermediate container 50c0aeccf304 [2020-08-05T23:58:57.502Z] ---> a94e0ffbc7fd [2020-08-05T23:58:57.502Z] Step 10/15 : ARG GOOS [2020-08-05T23:58:57.502Z] ---> Running in 2639bc994354 [2020-08-05T23:58:57.502Z] Removing intermediate container 2639bc994354 [2020-08-05T23:58:57.502Z] ---> 927ae270a3e0 [2020-08-05T23:58:57.502Z] Step 11/15 : ARG GOARCH [2020-08-05T23:58:57.502Z] ---> Running in d464e571b02d [2020-08-05T23:58:57.502Z] Removing intermediate container d464e571b02d [2020-08-05T23:58:57.502Z] ---> 540aeb2bdda9 [2020-08-05T23:58:57.502Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx [2020-08-05T23:58:57.502Z] ---> Running in 593ee88c914d [2020-08-05T23:58:57.539Z] #51 ... [2020-08-05T23:58:57.539Z] [2020-08-05T23:58:57.539Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:58:57.539Z] #41 4.480 + RM_GOPATH=0 [2020-08-05T23:58:57.539Z] #41 4.480 + TMP_GOPATH= [2020-08-05T23:58:57.539Z] #41 4.480 + : /build [2020-08-05T23:58:57.539Z] #41 4.480 + '[' -z '' ']' [2020-08-05T23:58:57.539Z] #41 4.480 ++ mktemp -d [2020-08-05T23:58:57.539Z] #41 4.480 + export GOPATH=/tmp/tmp.1aJTeQh8IB [2020-08-05T23:58:57.539Z] #41 4.480 + GOPATH=/tmp/tmp.1aJTeQh8IB [2020-08-05T23:58:57.539Z] #41 4.480 + RM_GOPATH=1 [2020-08-05T23:58:57.539Z] #41 4.480 + case "$(go env GOARCH)" in [2020-08-05T23:58:57.539Z] #41 4.491 ++ go env GOARCH [2020-08-05T23:58:57.539Z] #41 4.527 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.539Z] #41 4.527 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.539Z] #41 4.527 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:57.539Z] #41 4.527 + dir=/tmp/install [2020-08-05T23:58:57.539Z] #41 4.527 + bin=vndr [2020-08-05T23:58:57.539Z] #41 4.527 + shift [2020-08-05T23:58:57.539Z] #41 4.595 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-08-05T23:58:57.539Z] #41 4.595 + . /tmp/install/vndr.installer [2020-08-05T23:58:57.539Z] #41 4.595 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:57.539Z] #41 4.595 + install_vndr [2020-08-05T23:58:57.539Z] #41 4.595 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-08-05T23:58:57.539Z] #41 4.595 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.1aJTeQh8IB/src/github.com/LK4D4/vndr [2020-08-05T23:58:57.539Z] #41 4.595 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:57.539Z] #41 4.601 Cloning into '/tmp/tmp.1aJTeQh8IB/src/github.com/LK4D4/vndr'... [2020-08-05T23:58:57.539Z] #41 5.409 + cd /tmp/tmp.1aJTeQh8IB/src/github.com/LK4D4/vndr [2020-08-05T23:58:57.539Z] #41 5.414 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:57.539Z] #41 5.419 + go build -buildmode=pie -v -o /build/vndr . [2020-08-05T23:58:57.539Z] #41 7.074 runtime/internal/sys [2020-08-05T23:58:57.539Z] #41 7.093 internal/cpu [2020-08-05T23:58:57.539Z] #41 7.320 runtime/internal/math [2020-08-05T23:58:57.539Z] #41 7.534 internal/race [2020-08-05T23:58:57.539Z] #41 7.701 internal/bytealg [2020-08-05T23:58:57.539Z] #41 7.712 sync/atomic [2020-08-05T23:58:57.539Z] #41 8.143 unicode [2020-08-05T23:58:57.539Z] #41 8.598 runtime [2020-08-05T23:58:57.539Z] #41 ... [2020-08-05T23:58:57.539Z] [2020-08-05T23:58:57.539Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:58:57.539Z] #38 5.502 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:57.539Z] #38 5.587 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:57.539Z] #38 5.646 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:57.539Z] #38 6.844 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:57.539Z] #38 9.569 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:57.550Z] #10 ... [2020-08-05T23:58:57.550Z] [2020-08-05T23:58:57.550Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:58:57.550Z] #23 5.763 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:57.550Z] #23 5.854 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:57.550Z] #23 5.856 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:57.550Z] #23 6.919 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:57.550Z] #23 9.520 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:57.684Z] #45 ... [2020-08-05T23:58:57.684Z] [2020-08-05T23:58:57.684Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-05T23:58:57.684Z] #36 3.818 + git clone https://github.com/docker/distribution.git . [2020-08-05T23:58:57.684Z] #36 3.818 Cloning into '.'... [2020-08-05T23:58:57.684Z] #36 ... [2020-08-05T23:58:57.684Z] [2020-08-05T23:58:57.684Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:58:57.684Z] #32 5.538 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:57.684Z] #32 5.621 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:57.684Z] #32 5.628 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:57.684Z] #32 6.647 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:57.684Z] #32 8.931 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:57.796Z] #38 ... [2020-08-05T23:58:57.796Z] [2020-08-05T23:58:57.796Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:58:57.796Z] #10 5.561 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:57.796Z] #10 5.705 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:57.796Z] #10 5.719 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:57.796Z] #10 6.724 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:57.796Z] #10 9.192 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:57.810Z] #23 ... [2020-08-05T23:58:57.810Z] [2020-08-05T23:58:57.810Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:57.810Z] #54 3.690 + RM_GOPATH=0 [2020-08-05T23:58:57.810Z] #54 3.690 + TMP_GOPATH= [2020-08-05T23:58:57.810Z] #54 3.693 + : /build [2020-08-05T23:58:57.810Z] #54 3.693 + '[' -z '' ']' [2020-08-05T23:58:57.810Z] #54 3.693 ++ mktemp -d [2020-08-05T23:58:57.810Z] #54 3.693 + export GOPATH=/tmp/tmp.eXbBapA4I2 [2020-08-05T23:58:57.810Z] #54 3.693 + GOPATH=/tmp/tmp.eXbBapA4I2 [2020-08-05T23:58:57.810Z] #54 3.693 + RM_GOPATH=1 [2020-08-05T23:58:57.810Z] #54 3.693 + case "$(go env GOARCH)" in [2020-08-05T23:58:57.810Z] #54 3.693 ++ go env GOARCH [2020-08-05T23:58:57.810Z] #54 3.697 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.810Z] #54 3.697 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.810Z] #54 3.697 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:57.810Z] #54 3.698 + dir=/tmp/install [2020-08-05T23:58:57.810Z] #54 3.698 + bin=rootlesskit [2020-08-05T23:58:57.810Z] #54 3.698 + shift [2020-08-05T23:58:57.810Z] #54 3.698 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-08-05T23:58:57.810Z] #54 3.698 + . /tmp/install/rootlesskit.installer [2020-08-05T23:58:57.810Z] #54 3.698 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:57.810Z] #54 3.698 + install_rootlesskit [2020-08-05T23:58:57.810Z] #54 3.698 + case "$1" in [2020-08-05T23:58:57.810Z] #54 3.698 + export CGO_ENABLED=0 [2020-08-05T23:58:57.810Z] #54 3.698 + CGO_ENABLED=0 [2020-08-05T23:58:57.810Z] #54 3.698 + _install_rootlesskit [2020-08-05T23:58:57.810Z] #54 3.698 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:57.810Z] #54 3.701 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-08-05T23:58:57.810Z] #54 3.701 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.eXbBapA4I2/src/github.com/rootless-containers/rootlesskit [2020-08-05T23:58:57.810Z] #54 3.701 Cloning into '/tmp/tmp.eXbBapA4I2/src/github.com/rootless-containers/rootlesskit'... [2020-08-05T23:58:57.810Z] #54 8.647 + cd /tmp/tmp.eXbBapA4I2/src/github.com/rootless-containers/rootlesskit [2020-08-05T23:58:57.810Z] #54 8.648 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:57.810Z] #54 9.079 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-05T23:58:57.810Z] #54 9.079 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-08-05T23:58:57.810Z] #54 ... [2020-08-05T23:58:57.810Z] [2020-08-05T23:58:57.810Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:58:57.810Z] #41 4.340 + RM_GOPATH=0 [2020-08-05T23:58:57.810Z] #41 4.340 + TMP_GOPATH= [2020-08-05T23:58:57.810Z] #41 4.340 + : /build [2020-08-05T23:58:57.810Z] #41 4.340 + '[' -z '' ']' [2020-08-05T23:58:57.810Z] #41 4.340 ++ mktemp -d [2020-08-05T23:58:57.810Z] #41 4.340 + export GOPATH=/tmp/tmp.wDj0xA94O6 [2020-08-05T23:58:57.810Z] #41 4.340 + GOPATH=/tmp/tmp.wDj0xA94O6 [2020-08-05T23:58:57.810Z] #41 4.340 + RM_GOPATH=1 [2020-08-05T23:58:57.810Z] #41 4.340 + case "$(go env GOARCH)" in [2020-08-05T23:58:57.810Z] #41 4.340 ++ go env GOARCH [2020-08-05T23:58:57.810Z] #41 4.340 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.810Z] #41 4.340 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.810Z] #41 4.340 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:57.810Z] #41 4.340 + dir=/tmp/install [2020-08-05T23:58:57.810Z] #41 4.340 + bin=vndr [2020-08-05T23:58:57.810Z] #41 4.340 + shift [2020-08-05T23:58:57.810Z] #41 4.340 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-08-05T23:58:57.810Z] #41 4.340 + . /tmp/install/vndr.installer [2020-08-05T23:58:57.810Z] #41 4.340 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:57.810Z] #41 4.340 + install_vndr [2020-08-05T23:58:57.810Z] #41 4.340 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-08-05T23:58:57.810Z] #41 4.340 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.wDj0xA94O6/src/github.com/LK4D4/vndr [2020-08-05T23:58:57.810Z] #41 4.341 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:57.810Z] #41 4.343 Cloning into '/tmp/tmp.wDj0xA94O6/src/github.com/LK4D4/vndr'... [2020-08-05T23:58:57.810Z] #41 5.050 + cd /tmp/tmp.wDj0xA94O6/src/github.com/LK4D4/vndr [2020-08-05T23:58:57.810Z] #41 5.050 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-05T23:58:57.810Z] #41 5.095 + go build -buildmode=pie -v -o /build/vndr . [2020-08-05T23:58:57.810Z] #41 6.607 runtime/internal/atomic [2020-08-05T23:58:57.810Z] #41 6.711 internal/cpu [2020-08-05T23:58:57.810Z] #41 6.798 runtime/internal/sys [2020-08-05T23:58:57.810Z] #41 7.220 internal/race [2020-08-05T23:58:57.810Z] #41 7.354 sync/atomic [2020-08-05T23:58:57.810Z] #41 7.454 internal/bytealg [2020-08-05T23:58:57.810Z] #41 7.712 unicode [2020-08-05T23:58:57.810Z] #41 8.459 runtime [2020-08-05T23:58:57.945Z] #32 ... [2020-08-05T23:58:57.945Z] [2020-08-05T23:58:57.945Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:58:57.945Z] #54 4.459 + RM_GOPATH=0 [2020-08-05T23:58:57.945Z] #54 4.459 + TMP_GOPATH= [2020-08-05T23:58:57.945Z] #54 4.459 + : /build [2020-08-05T23:58:57.945Z] #54 4.459 + '[' -z '' ']' [2020-08-05T23:58:57.945Z] #54 4.459 ++ mktemp -d [2020-08-05T23:58:57.945Z] #54 4.459 + export GOPATH=/tmp/tmp.WgHgkhzBFJ [2020-08-05T23:58:57.945Z] #54 4.459 + GOPATH=/tmp/tmp.WgHgkhzBFJ [2020-08-05T23:58:57.945Z] #54 4.459 + RM_GOPATH=1 [2020-08-05T23:58:57.945Z] #54 4.459 + case "$(go env GOARCH)" in [2020-08-05T23:58:57.945Z] #54 4.459 ++ go env GOARCH [2020-08-05T23:58:57.945Z] #54 4.516 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.945Z] #54 4.516 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:57.945Z] #54 4.516 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:57.945Z] #54 4.516 + dir=/tmp/install [2020-08-05T23:58:57.945Z] #54 4.516 + bin=rootlesskit [2020-08-05T23:58:57.945Z] #54 4.516 + shift [2020-08-05T23:58:57.945Z] #54 4.516 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-08-05T23:58:57.945Z] #54 4.516 + . /tmp/install/rootlesskit.installer [2020-08-05T23:58:57.945Z] #54 4.516 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:57.945Z] #54 4.516 + install_rootlesskit [2020-08-05T23:58:57.945Z] #54 4.516 + case "$1" in [2020-08-05T23:58:57.945Z] #54 4.516 + export CGO_ENABLED=0 [2020-08-05T23:58:57.945Z] #54 4.516 + CGO_ENABLED=0 [2020-08-05T23:58:57.945Z] #54 4.516 + _install_rootlesskit [2020-08-05T23:58:57.945Z] #54 4.516 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-08-05T23:58:57.945Z] #54 4.516 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.WgHgkhzBFJ/src/github.com/rootless-containers/rootlesskit [2020-08-05T23:58:57.945Z] #54 4.516 Cloning into '/tmp/tmp.WgHgkhzBFJ/src/github.com/rootless-containers/rootlesskit'... [2020-08-05T23:58:57.945Z] #47 ... [2020-08-05T23:58:57.945Z] #54 4.518 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:57.945Z] #54 9.595 + cd /tmp/tmp.WgHgkhzBFJ/src/github.com/rootless-containers/rootlesskit [2020-08-05T23:58:57.945Z] [2020-08-05T23:58:57.945Z] #54 9.595 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-05T23:58:57.945Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:57.945Z] #54 10.20 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-05T23:58:57.945Z] #54 10.21 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-08-05T23:58:57.945Z] #54 ... [2020-08-05T23:58:57.945Z] #60 11.64 Checking out files: 93% (1928/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-08-05T23:58:57.945Z] [2020-08-05T23:58:57.945Z] #60 11.79 + cd /tmp/tmp.yUrb07JnHP/src/github.com/docker/libnetwork [2020-08-05T23:58:57.945Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:58:57.945Z] #60 11.79 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:58:57.945Z] #38 4.756 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:57.945Z] #60 12.20 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-08-05T23:58:57.945Z] #38 4.967 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:57.945Z] #38 4.971 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:57.945Z] #38 6.160 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:57.945Z] #38 8.774 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:57.945Z] #38 11.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:58:58.054Z] #10 ... [2020-08-05T23:58:58.054Z] [2020-08-05T23:58:58.054Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:58.054Z] #47 4.237 + RM_GOPATH=0 [2020-08-05T23:58:58.054Z] #47 4.237 + TMP_GOPATH= [2020-08-05T23:58:58.054Z] #47 4.237 + : /build [2020-08-05T23:58:58.054Z] #47 4.237 + '[' -z '' ']' [2020-08-05T23:58:58.054Z] #47 4.237 ++ mktemp -d [2020-08-05T23:58:58.054Z] #47 4.237 + export GOPATH=/tmp/tmp.SZBySEBVwY [2020-08-05T23:58:58.054Z] #47 4.237 + GOPATH=/tmp/tmp.SZBySEBVwY [2020-08-05T23:58:58.054Z] #47 4.237 + RM_GOPATH=1 [2020-08-05T23:58:58.054Z] #47 4.237 + case "$(go env GOARCH)" in [2020-08-05T23:58:58.054Z] #47 4.237 ++ go env GOARCH [2020-08-05T23:58:58.054Z] #47 4.249 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:58.054Z] #47 4.249 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:58.054Z] #47 4.249 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:58.054Z] #47 4.251 + dir=/tmp/install [2020-08-05T23:58:58.054Z] #47 4.251 + bin=shfmt [2020-08-05T23:58:58.054Z] #47 4.251 + shift [2020-08-05T23:58:58.054Z] #47 4.251 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-08-05T23:58:58.054Z] #47 4.251 + . /tmp/install/shfmt.installer [2020-08-05T23:58:58.054Z] #47 4.251 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:58:58.054Z] #47 4.251 + install_shfmt [2020-08-05T23:58:58.054Z] #47 4.251 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-08-05T23:58:58.054Z] #47 4.251 + git clone https://github.com/mvdan/sh.git /tmp/tmp.SZBySEBVwY/src/github.com/mvdan/sh [2020-08-05T23:58:58.054Z] #47 4.255 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:58:58.054Z] #47 4.262 Cloning into '/tmp/tmp.SZBySEBVwY/src/github.com/mvdan/sh'... [2020-08-05T23:58:58.054Z] #47 ... [2020-08-05T23:58:58.054Z] [2020-08-05T23:58:58.054Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:58.054Z] #60 4.494 + RM_GOPATH=0 [2020-08-05T23:58:58.054Z] #60 4.494 + TMP_GOPATH= [2020-08-05T23:58:58.054Z] #60 4.494 + : /build [2020-08-05T23:58:58.054Z] #60 4.494 + '[' -z '' ']' [2020-08-05T23:58:58.054Z] #60 4.499 ++ mktemp -d [2020-08-05T23:58:58.054Z] #60 4.499 + export GOPATH=/tmp/tmp.DnXWxlMqAS [2020-08-05T23:58:58.054Z] #60 4.499 + GOPATH=/tmp/tmp.DnXWxlMqAS [2020-08-05T23:58:58.054Z] #60 4.499 + RM_GOPATH=1 [2020-08-05T23:58:58.054Z] #60 4.499 + case "$(go env GOARCH)" in [2020-08-05T23:58:58.054Z] #60 4.499 ++ go env GOARCH [2020-08-05T23:58:58.054Z] #60 4.507 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:58.054Z] #60 4.507 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:58.054Z] #60 4.507 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:58.054Z] #60 4.508 + dir=/tmp/install [2020-08-05T23:58:58.054Z] #60 4.508 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:58:58.054Z] #60 4.509 + bin=proxy [2020-08-05T23:58:58.054Z] #60 4.509 + shift [2020-08-05T23:58:58.054Z] #60 4.509 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-08-05T23:58:58.054Z] #60 4.509 + . /tmp/install/proxy.installer [2020-08-05T23:58:58.054Z] #60 4.509 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:58:58.054Z] #60 4.509 + install_proxy [2020-08-05T23:58:58.054Z] #60 4.509 + case "$1" in [2020-08-05T23:58:58.054Z] #60 4.509 + export CGO_ENABLED=0 [2020-08-05T23:58:58.054Z] #60 4.509 + CGO_ENABLED=0 [2020-08-05T23:58:58.054Z] #60 4.509 + _install_proxy [2020-08-05T23:58:58.054Z] #60 4.509 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-08-05T23:58:58.054Z] #60 4.510 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.DnXWxlMqAS/src/github.com/docker/libnetwork [2020-08-05T23:58:58.054Z] #60 4.514 Cloning into '/tmp/tmp.DnXWxlMqAS/src/github.com/docker/libnetwork'... [2020-08-05T23:58:58.071Z] #41 ... [2020-08-05T23:58:58.071Z] [2020-08-05T23:58:58.071Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:58:58.071Z] #38 3.916 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:58.071Z] #38 4.031 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:58.071Z] #38 4.225 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:58.071Z] #38 4.367 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:58.071Z] #38 6.659 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:58.071Z] #38 9.231 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:58:58.071Z] #38 ... [2020-08-05T23:58:58.071Z] [2020-08-05T23:58:58.071Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:58.071Z] #30 4.340 + RM_GOPATH=0 [2020-08-05T23:58:58.071Z] #30 4.340 + TMP_GOPATH= [2020-08-05T23:58:58.071Z] #30 4.340 + : /build [2020-08-05T23:58:58.071Z] #30 4.340 + '[' -z '' ']' [2020-08-05T23:58:58.071Z] #30 4.340 ++ mktemp -d [2020-08-05T23:58:58.071Z] #30 4.340 + export GOPATH=/tmp/tmp.wE6eHHdyKN [2020-08-05T23:58:58.071Z] #30 4.340 + GOPATH=/tmp/tmp.wE6eHHdyKN [2020-08-05T23:58:58.071Z] #30 4.340 + RM_GOPATH=1 [2020-08-05T23:58:58.071Z] #30 4.340 + case "$(go env GOARCH)" in [2020-08-05T23:58:58.071Z] #30 4.340 ++ go env GOARCH [2020-08-05T23:58:58.071Z] #30 4.370 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:58.071Z] #30 4.370 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:58.071Z] #30 4.370 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:58.071Z] #30 4.384 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:58.071Z] #30 4.384 + dir=/tmp/install [2020-08-05T23:58:58.071Z] #30 4.384 + bin=tomlv [2020-08-05T23:58:58.071Z] #30 4.384 + shift [2020-08-05T23:58:58.071Z] #30 4.384 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-08-05T23:58:58.071Z] #30 4.384 + . /tmp/install/tomlv.installer [2020-08-05T23:58:58.071Z] #30 4.384 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:58.071Z] #30 4.384 + install_tomlv [2020-08-05T23:58:58.071Z] #30 4.384 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-08-05T23:58:58.071Z] #30 4.384 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.wE6eHHdyKN/src/github.com/BurntSushi/toml [2020-08-05T23:58:58.071Z] #30 4.384 Cloning into '/tmp/tmp.wE6eHHdyKN/src/github.com/BurntSushi/toml'... [2020-08-05T23:58:58.071Z] #30 5.522 + cd /tmp/tmp.wE6eHHdyKN/src/github.com/BurntSushi/toml [2020-08-05T23:58:58.071Z] #30 5.522 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-05T23:58:58.071Z] #30 5.531 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-08-05T23:58:58.071Z] #30 6.291 internal/cpu [2020-08-05T23:58:58.071Z] #30 6.298 runtime/internal/atomic [2020-08-05T23:58:58.071Z] #30 6.619 runtime/internal/sys [2020-08-05T23:58:58.071Z] #30 6.863 runtime/internal/math [2020-08-05T23:58:58.071Z] #30 6.940 internal/bytealg [2020-08-05T23:58:58.071Z] #30 6.982 math/bits [2020-08-05T23:58:58.071Z] #30 7.697 math [2020-08-05T23:58:58.071Z] #30 7.961 runtime [2020-08-05T23:58:58.205Z] #38 ... [2020-08-05T23:58:58.205Z] [2020-08-05T23:58:58.205Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:58.205Z] #47 4.886 + RM_GOPATH=0 [2020-08-05T23:58:58.205Z] #47 4.887 + TMP_GOPATH= [2020-08-05T23:58:58.205Z] #47 4.894 + : /build [2020-08-05T23:58:58.205Z] #47 4.902 + '[' -z '' ']' [2020-08-05T23:58:58.205Z] #47 4.902 ++ mktemp -d [2020-08-05T23:58:58.205Z] #47 4.902 + export GOPATH=/tmp/tmp.LijhWn8izA [2020-08-05T23:58:58.205Z] #47 4.902 + GOPATH=/tmp/tmp.LijhWn8izA [2020-08-05T23:58:58.205Z] #47 4.902 + RM_GOPATH=1 [2020-08-05T23:58:58.205Z] #47 4.902 + case "$(go env GOARCH)" in [2020-08-05T23:58:58.205Z] #47 4.902 ++ go env GOARCH [2020-08-05T23:58:58.205Z] #47 4.967 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:58.205Z] #47 4.967 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:58:58.205Z] #47 4.969 ++ dirname /tmp/install/install.sh [2020-08-05T23:58:58.205Z] #47 4.970 + dir=/tmp/install [2020-08-05T23:58:58.205Z] #47 4.970 + bin=shfmt [2020-08-05T23:58:58.205Z] #47 4.971 + shift [2020-08-05T23:58:58.205Z] #47 4.971 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-08-05T23:58:58.205Z] #47 4.972 + . /tmp/install/shfmt.installer [2020-08-05T23:58:58.205Z] #47 4.974 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:58:58.205Z] #47 4.982 + install_shfmt [2020-08-05T23:58:58.205Z] #47 4.982 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-08-05T23:58:58.205Z] #47 4.982 + git clone https://github.com/mvdan/sh.git /tmp/tmp.LijhWn8izA/src/github.com/mvdan/sh [2020-08-05T23:58:58.205Z] #47 4.982 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:58:58.205Z] #47 4.984 Cloning into '/tmp/tmp.LijhWn8izA/src/github.com/mvdan/sh'... [2020-08-05T23:58:58.205Z] #47 ... [2020-08-05T23:58:58.205Z] [2020-08-05T23:58:58.205Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:58:58.205Z] #41 11.80 unicode/utf8 [2020-08-05T23:58:58.313Z] #60 ... [2020-08-05T23:58:58.313Z] [2020-08-05T23:58:58.313Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:58:58.313Z] #32 11.86 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:58:58.331Z] #30 ... [2020-08-05T23:58:58.331Z] [2020-08-05T23:58:58.331Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:58:58.331Z] #51 5.273 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-05T23:58:58.331Z] #51 5.373 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-05T23:58:58.331Z] #51 5.374 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-05T23:58:58.331Z] #51 6.309 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-05T23:58:58.331Z] #51 8.710 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-05T23:58:58.331Z] #51 11.44 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:58:58.331Z] #51 ... [2020-08-05T23:58:58.331Z] [2020-08-05T23:58:58.331Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-05T23:58:58.331Z] #36 5.149 + git clone https://github.com/docker/distribution.git . [2020-08-05T23:58:58.331Z] #36 5.160 Cloning into '.'... [2020-08-05T23:58:58.576Z] #60 ... [2020-08-05T23:58:58.576Z] [2020-08-05T23:58:58.576Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:58:58.576Z] #23 11.10 Reading package lists... [2020-08-05T23:58:58.576Z] #23 14.44 Reading package lists... [2020-08-05T23:58:58.576Z] #23 17.33 Building dependency tree... [2020-08-05T23:58:58.576Z] #23 18.39 ca-certificates is already the newest version (20200601~deb10u1). [2020-08-05T23:58:58.576Z] #23 18.39 The following additional packages will be installed: [2020-08-05T23:58:58.576Z] #23 18.39 libjq1 libonig5 [2020-08-05T23:58:58.576Z] #23 18.63 The following NEW packages will be installed: [2020-08-05T23:58:58.576Z] #23 18.64 jq libjq1 libonig5 [2020-08-05T23:58:58.576Z] #23 18.78 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:58:58.576Z] #23 18.78 Need to get 350 kB of archives. [2020-08-05T23:58:58.576Z] #23 18.78 After this operation, 1154 kB of additional disk space will be used. [2020-08-05T23:58:58.576Z] #23 18.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-08-05T23:58:58.576Z] #23 18.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-08-05T23:58:58.576Z] #23 18.83 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-08-05T23:58:58.591Z] #36 ... [2020-08-05T23:58:58.591Z] [2020-08-05T23:58:58.591Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:58:58.591Z] #41 11.57 unicode/utf8 [2020-08-05T23:58:59.142Z] #41 12.40 internal/testlog [2020-08-05T23:58:59.402Z] #41 12.81 encoding [2020-08-05T23:58:59.532Z] #41 12.32 math [2020-08-05T23:58:59.607Z] #23 19.63 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:58:59.607Z] #23 19.74 Fetched 350 kB in 0s (1983 kB/s) [2020-08-05T23:58:59.607Z] #23 19.78 Selecting previously unselected package libonig5:s390x. [2020-08-05T23:58:59.607Z] #23 19.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% [2020-08-05T23:58:59.607Z] #23 ... [2020-08-05T23:58:59.607Z] [2020-08-05T23:58:59.607Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:58:59.607Z] #30 9.767 encoding [2020-08-05T23:58:59.607Z] #30 10.07 runtime/cgo [2020-08-05T23:58:59.661Z] #41 13.08 unicode/utf16 [2020-08-05T23:58:59.911Z] #30 ... [2020-08-05T23:58:59.911Z] [2020-08-05T23:58:59.911Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:58:59.912Z] #23 19.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-08-05T23:58:59.912Z] #23 19.85 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... [2020-08-05T23:58:59.912Z] #23 19.86 Unpacking libonig5:s390x (6.9.1-1) ... [2020-08-05T23:58:59.912Z] #23 20.10 Selecting previously unselected package libjq1:s390x. [2020-08-05T23:58:59.912Z] #23 20.10 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-08-05T23:58:59.912Z] #23 20.11 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-08-05T23:58:59.920Z] #41 13.42 container/list [2020-08-05T23:59:00.202Z] #23 20.24 Selecting previously unselected package jq. [2020-08-05T23:59:00.202Z] #23 20.27 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... [2020-08-05T23:59:00.202Z] #23 20.28 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-05T23:59:00.202Z] #23 20.39 Setting up libonig5:s390x (6.9.1-1) ... [2020-08-05T23:59:00.487Z] #41 ... [2020-08-05T23:59:00.488Z] [2020-08-05T23:59:00.488Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:00.488Z] #21 13.54 + mkdir -p /build [2020-08-05T23:59:00.488Z] #21 13.55 + mv docker/docker /build/ [2020-08-05T23:59:00.488Z] #21 13.55 + rmdir docker [2020-08-05T23:59:00.488Z] #21 DONE 13.8s [2020-08-05T23:59:00.488Z] [2020-08-05T23:59:00.488Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:00.488Z] #43 6.476 go: downloading gotest.tools/gotestsum v0.3.5 [2020-08-05T23:59:00.488Z] #43 6.947 go: extracting gotest.tools/gotestsum v0.3.5 [2020-08-05T23:59:00.488Z] #43 7.931 go: downloading gotest.tools v2.1.0+incompatible [2020-08-05T23:59:00.488Z] #43 8.125 go: extracting gotest.tools v2.1.0+incompatible [2020-08-05T23:59:00.488Z] #43 8.251 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:59:00.488Z] #43 8.352 go: downloading github.com/fatih/color v1.6.0 [2020-08-05T23:59:00.488Z] #43 8.398 go: downloading github.com/pkg/errors v0.8.0 [2020-08-05T23:59:00.488Z] #43 8.487 go: downloading github.com/spf13/pflag v1.0.1 [2020-08-05T23:59:00.488Z] #43 8.564 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:59:00.488Z] #43 8.660 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:59:00.488Z] #43 8.788 go: extracting github.com/fatih/color v1.6.0 [2020-08-05T23:59:00.488Z] #43 8.804 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:59:00.488Z] #43 8.837 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:59:00.488Z] #43 8.885 go: extracting github.com/pkg/errors v0.8.0 [2020-08-05T23:59:00.488Z] #43 8.927 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:59:00.488Z] #43 8.982 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:59:00.488Z] #43 9.045 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:59:00.488Z] #43 9.045 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:59:00.488Z] #43 9.046 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:59:00.488Z] #43 9.080 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:59:00.488Z] #43 9.166 go: extracting github.com/spf13/pflag v1.0.1 [2020-08-05T23:59:00.488Z] #43 9.175 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:59:00.488Z] #43 9.216 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:59:00.488Z] #43 12.22 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:59:00.488Z] #43 12.35 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:59:00.488Z] #43 12.72 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:59:00.492Z] #23 20.40 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-08-05T23:59:00.492Z] #23 20.41 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-05T23:59:00.492Z] #23 20.42 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:00.747Z] #43 ... [2020-08-05T23:59:00.747Z] [2020-08-05T23:59:00.747Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:00.747Z] #41 14.21 crypto/internal/subtle [2020-08-05T23:59:00.790Z] #23 DONE 20.9s [2020-08-05T23:59:00.790Z] [2020-08-05T23:59:00.790Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-08-05T23:59:00.840Z] #32 ... [2020-08-05T23:59:00.840Z] [2020-08-05T23:59:00.840Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:00.840Z] #21 14.05 + mkdir -p /build [2020-08-05T23:59:00.840Z] #21 14.05 + mv docker/docker /build/ [2020-08-05T23:59:00.840Z] #21 14.06 + rmdir docker [2020-08-05T23:59:00.840Z] #21 DONE 14.3s [2020-08-05T23:59:00.840Z] [2020-08-05T23:59:00.840Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:00.840Z] #41 12.14 unicode/utf8 [2020-08-05T23:59:00.840Z] #41 12.94 internal/testlog [2020-08-05T23:59:00.840Z] #41 13.31 encoding [2020-08-05T23:59:00.840Z] #41 13.45 unicode/utf16 [2020-08-05T23:59:00.840Z] #41 13.71 container/list [2020-08-05T23:59:00.840Z] #41 14.36 crypto/internal/subtle [2020-08-05T23:59:01.008Z] #41 14.46 crypto/subtle [2020-08-05T23:59:01.082Z] #24 DONE 0.1s [2020-08-05T23:59:01.082Z] [2020-08-05T23:59:01.082Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:01.097Z] #41 14.69 crypto/subtle [2020-08-05T23:59:01.267Z] #41 14.78 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-08-05T23:59:01.354Z] #41 14.93 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-08-05T23:59:01.526Z] #41 15.14 internal/nettrace [2020-08-05T23:59:01.612Z] #41 15.31 internal/nettrace [2020-08-05T23:59:01.873Z] #41 15.34 runtime/cgo [2020-08-05T23:59:02.078Z] #41 ... [2020-08-05T23:59:02.078Z] [2020-08-05T23:59:02.078Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:02.078Z] #21 14.78 + mkdir -p /build [2020-08-05T23:59:02.078Z] #21 14.78 + mv docker/docker /build/ [2020-08-05T23:59:02.078Z] #21 14.78 + rmdir docker [2020-08-05T23:59:02.078Z] #21 DONE 15.1s [2020-08-05T23:59:02.078Z] [2020-08-05T23:59:02.078Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:02.078Z] #30 12.63 internal/testlog [2020-08-05T23:59:02.078Z] #30 12.98 encoding [2020-08-05T23:59:02.078Z] #30 13.21 runtime/cgo [2020-08-05T23:59:02.094Z] #41 15.32 runtime/cgo [2020-08-05T23:59:02.588Z] #25 ... [2020-08-05T23:59:02.588Z] [2020-08-05T23:59:02.588Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:02.588Z] #41 12.58 container/list [2020-08-05T23:59:02.588Z] #41 12.92 crypto/internal/subtle [2020-08-05T23:59:02.588Z] #41 12.98 crypto/subtle [2020-08-05T23:59:02.588Z] #41 13.07 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-08-05T23:59:02.588Z] #41 13.14 internal/nettrace [2020-08-05T23:59:02.588Z] #41 13.44 runtime/cgo [2020-08-05T23:59:02.588Z] #41 ... [2020-08-05T23:59:02.588Z] [2020-08-05T23:59:02.588Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:02.588Z] #38 10.77 Reading package lists... [2020-08-05T23:59:02.588Z] #38 14.31 Reading package lists... [2020-08-05T23:59:02.588Z] #38 17.93 Building dependency tree... [2020-08-05T23:59:02.588Z] #38 18.95 The following additional packages will be installed: [2020-08-05T23:59:02.588Z] #38 18.95 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-08-05T23:59:02.588Z] #38 18.95 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-08-05T23:59:02.588Z] #38 18.95 Suggested packages: [2020-08-05T23:59:02.588Z] #38 18.95 manpages-dev python-setuptools [2020-08-05T23:59:02.588Z] #38 19.78 The following NEW packages will be installed: [2020-08-05T23:59:02.588Z] #38 19.78 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-08-05T23:59:02.588Z] #38 19.78 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-08-05T23:59:02.588Z] #38 19.78 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-08-05T23:59:02.588Z] #38 19.78 python-six zlib1g-dev [2020-08-05T23:59:02.588Z] #38 19.90 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:02.588Z] #38 19.90 Need to get 3742 kB of archives. [2020-08-05T23:59:02.588Z] #38 19.90 After this operation, 22.0 MB of additional disk space will be used. [2020-08-05T23:59:02.588Z] #38 19.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2020-08-05T23:59:02.588Z] #38 19.92 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-08-05T23:59:02.588Z] #38 19.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2020-08-05T23:59:02.588Z] #38 19.94 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-08-05T23:59:02.588Z] #38 19.94 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2020-08-05T23:59:02.588Z] #38 19.95 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-08-05T23:59:02.588Z] #38 19.95 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-08-05T23:59:02.588Z] #38 19.95 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2020-08-05T23:59:02.588Z] #38 19.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2020-08-05T23:59:02.588Z] #38 20.05 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2020-08-05T23:59:02.588Z] #38 20.07 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2020-08-05T23:59:02.588Z] #38 20.10 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2020-08-05T23:59:02.588Z] #38 20.13 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-08-05T23:59:02.588Z] #38 20.13 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2020-08-05T23:59:02.588Z] #38 20.14 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2020-08-05T23:59:02.588Z] #38 20.15 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2020-08-05T23:59:02.588Z] #38 20.15 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2020-08-05T23:59:02.588Z] #38 20.89 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:02.588Z] #38 21.00 Fetched 3742 kB in 0s (11.6 MB/s) [2020-08-05T23:59:02.588Z] #38 21.07 Selecting previously unselected package libcap-dev:s390x. [2020-08-05T23:59:02.588Z] #38 21.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-08-05T23:59:02.588Z] #38 21.17 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2020-08-05T23:59:02.588Z] #38 21.17 Unpacking libcap-dev:s390x (1:2.25-2) ... [2020-08-05T23:59:02.588Z] #38 21.29 Selecting previously unselected package libnet1:s390x. [2020-08-05T23:59:02.588Z] #38 21.30 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-08-05T23:59:02.588Z] #38 21.32 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:02.588Z] #38 21.43 Selecting previously unselected package libnet1-dev. [2020-08-05T23:59:02.588Z] #38 21.43 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2020-08-05T23:59:02.588Z] #38 21.43 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:02.588Z] #38 21.62 Selecting previously unselected package libnl-3-200:s390x. [2020-08-05T23:59:02.588Z] #38 21.62 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2020-08-05T23:59:02.588Z] #38 21.62 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-08-05T23:59:02.588Z] #38 21.73 Selecting previously unselected package libnl-3-dev:s390x. [2020-08-05T23:59:02.588Z] #38 21.73 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2020-08-05T23:59:02.588Z] #38 21.73 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2020-08-05T23:59:02.588Z] #38 21.91 Selecting previously unselected package libprotobuf-c1:s390x. [2020-08-05T23:59:02.588Z] #38 21.91 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-08-05T23:59:02.588Z] #38 21.91 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-08-05T23:59:02.588Z] #38 22.01 Selecting previously unselected package libprotobuf-c-dev:s390x. [2020-08-05T23:59:02.588Z] #38 22.02 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2020-08-05T23:59:02.588Z] #38 22.02 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-08-05T23:59:02.588Z] #38 22.09 Selecting previously unselected package zlib1g-dev:s390x. [2020-08-05T23:59:02.588Z] #38 22.12 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2020-08-05T23:59:02.588Z] #38 22.12 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-08-05T23:59:02.588Z] #38 22.35 Selecting previously unselected package libprotobuf17:s390x. [2020-08-05T23:59:02.588Z] #38 22.35 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2020-08-05T23:59:02.588Z] #38 22.35 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2020-08-05T23:59:02.879Z] #38 22.97 Selecting previously unselected package libprotobuf-lite17:s390x. [2020-08-05T23:59:02.879Z] #38 ... [2020-08-05T23:59:02.879Z] [2020-08-05T23:59:02.879Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:02.879Z] #25 1.868 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-08-05T23:59:03.169Z] #25 2.172 [2020-08-05T23:59:03.466Z] #25 2.387 ## 3.1% ##### 7.6% [2020-08-05T23:59:03.466Z] #25 ... [2020-08-05T23:59:03.466Z] [2020-08-05T23:59:03.466Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:03.466Z] #60 DONE 23.7s [2020-08-05T23:59:03.466Z] [2020-08-05T23:59:03.466Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:03.466Z] #25 2.387 ## 3.1% ##### 7.6% ########## 14.4% [2020-08-05T23:59:03.466Z] #25 ... [2020-08-05T23:59:03.466Z] [2020-08-05T23:59:03.466Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-05T23:59:03.466Z] #36 13.56 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-08-05T23:59:03.466Z] #36 14.93 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2020-08-05T23:59:03.776Z] #36 ... [2020-08-05T23:59:03.776Z] [2020-08-05T23:59:03.776Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:04.071Z] #25 2.387 ## 3.1% ##### 7.6% ########## 14.4% ############# 18.9% ################ 23.4% [2020-08-05T23:59:04.071Z] #25 ... [2020-08-05T23:59:04.071Z] [2020-08-05T23:59:04.071Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:04.071Z] #10 14.04 Fetched 8063 kB in 11s (754 kB/s) [2020-08-05T23:59:04.071Z] #10 14.04 Reading package lists... [2020-08-05T23:59:04.071Z] #10 17.70 Reading package lists... [2020-08-05T23:59:04.071Z] #10 21.50 Building dependency tree... [2020-08-05T23:59:04.071Z] #10 22.74 The following additional packages will be installed: [2020-08-05T23:59:04.071Z] #10 22.74 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-08-05T23:59:04.071Z] #10 22.74 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-08-05T23:59:04.071Z] #10 22.74 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-08-05T23:59:04.071Z] #10 22.74 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-05T23:59:04.071Z] #10 22.75 Suggested packages: [2020-08-05T23:59:04.071Z] #10 22.75 gcc-8-locales seccomp wine64 [2020-08-05T23:59:04.071Z] #10 23.53 The following NEW packages will be installed: [2020-08-05T23:59:04.071Z] #10 23.53 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-08-05T23:59:04.071Z] #10 23.53 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-08-05T23:59:04.071Z] #10 23.53 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-08-05T23:59:04.071Z] #10 23.53 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-08-05T23:59:04.071Z] #10 23.53 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-08-05T23:59:04.071Z] #10 23.53 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-05T23:59:04.071Z] #10 23.69 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:04.071Z] #10 23.69 Need to get 73.3 MB of archives. [2020-08-05T23:59:04.071Z] #10 23.69 After this operation, 494 MB of additional disk space will be used. [2020-08-05T23:59:04.071Z] #10 23.69 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-08-05T23:59:04.071Z] #10 23.97 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-08-05T23:59:04.071Z] #10 ... [2020-08-05T23:59:04.071Z] [2020-08-05T23:59:04.071Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:04.071Z] #30 24.25 sync [2020-08-05T23:59:04.071Z] #30 24.26 internal/reflectlite [2020-08-05T23:59:04.071Z] #30 ... [2020-08-05T23:59:04.071Z] [2020-08-05T23:59:04.071Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:59:04.071Z] #51 14.36 Fetched 8063 kB in 11s (727 kB/s) [2020-08-05T23:59:04.071Z] #51 14.36 Reading package lists... [2020-08-05T23:59:04.071Z] #51 17.92 Reading package lists... [2020-08-05T23:59:04.071Z] #51 21.65 Building dependency tree... [2020-08-05T23:59:04.071Z] #51 22.55 The following additional packages will be installed: [2020-08-05T23:59:04.071Z] #51 22.57 libbtrfs0 [2020-08-05T23:59:04.071Z] #51 22.61 The following NEW packages will be installed: [2020-08-05T23:59:04.071Z] #51 22.62 libbtrfs-dev libbtrfs0 [2020-08-05T23:59:04.071Z] #51 22.73 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:04.071Z] #51 22.73 Need to get 118 kB of archives. [2020-08-05T23:59:04.071Z] #51 22.73 After this operation, 390 kB of additional disk space will be used. [2020-08-05T23:59:04.071Z] #51 22.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-08-05T23:59:04.071Z] #51 22.76 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-08-05T23:59:04.071Z] #51 23.61 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:04.071Z] #51 23.71 Fetched 118 kB in 0s (1162 kB/s) [2020-08-05T23:59:04.071Z] #51 23.80 Selecting previously unselected package libbtrfs0. [2020-08-05T23:59:04.071Z] #51 23.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-08-05T23:59:04.071Z] #51 23.82 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2020-08-05T23:59:04.071Z] #51 23.82 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-05T23:59:04.071Z] #51 23.90 Selecting previously unselected package libbtrfs-dev. [2020-08-05T23:59:04.071Z] #51 23.90 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-08-05T23:59:04.071Z] #51 23.91 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-05T23:59:04.071Z] #51 24.11 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-05T23:59:04.071Z] #51 24.12 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-05T23:59:04.071Z] #51 24.15 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:04.461Z] #51 DONE 24.5s [2020-08-05T23:59:04.461Z] [2020-08-05T23:59:04.461Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:04.461Z] #10 24.36 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-08-05T23:59:04.461Z] #10 24.38 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2020-08-05T23:59:04.461Z] #10 24.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2020-08-05T23:59:04.461Z] #10 24.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2020-08-05T23:59:04.461Z] #10 ... [2020-08-05T23:59:04.461Z] [2020-08-05T23:59:04.461Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:04.461Z] #32 14.52 Fetched 8063 kB in 11s (728 kB/s) [2020-08-05T23:59:04.461Z] #32 14.52 Reading package lists... [2020-08-05T23:59:04.461Z] #32 17.85 Reading package lists... [2020-08-05T23:59:04.461Z] #32 22.26 Building dependency tree... [2020-08-05T23:59:04.461Z] #32 23.43 The following additional packages will be installed: [2020-08-05T23:59:04.461Z] #32 23.43 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-08-05T23:59:04.461Z] #32 23.43 Suggested packages: [2020-08-05T23:59:04.461Z] #32 23.43 cmake-doc ninja-build lrzip [2020-08-05T23:59:04.461Z] #32 23.43 Recommended packages: [2020-08-05T23:59:04.461Z] #32 23.43 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-08-05T23:59:04.769Z] #32 ... [2020-08-05T23:59:04.769Z] [2020-08-05T23:59:04.769Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:05.153Z] #41 ... [2020-08-05T23:59:05.153Z] [2020-08-05T23:59:05.153Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:05.153Z] #47 15.46 + cd /tmp/tmp.SZBySEBVwY/src/github.com/mvdan/sh [2020-08-05T23:59:05.153Z] #47 15.46 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:59:05.153Z] #47 15.73 + GO111MODULE=on [2020-08-05T23:59:05.153Z] #47 15.73 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-08-05T23:59:05.153Z] #47 16.92 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:59:05.153Z] #47 16.93 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:59:05.153Z] #47 17.11 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:59:05.153Z] #47 17.30 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:59:05.153Z] #47 17.46 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:59:05.153Z] #47 18.43 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:59:05.379Z] #30 ... [2020-08-05T23:59:05.379Z] [2020-08-05T23:59:05.379Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:05.379Z] #47 15.66 + cd /tmp/tmp.cxaBafQcI3/src/github.com/mvdan/sh [2020-08-05T23:59:05.379Z] #47 15.66 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:59:05.379Z] #47 15.87 + GO111MODULE=on [2020-08-05T23:59:05.379Z] #47 15.87 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-08-05T23:59:05.379Z] #47 17.07 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:59:05.379Z] #47 17.12 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:59:05.379Z] #47 17.20 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:59:05.379Z] #47 17.26 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:59:05.379Z] #47 17.36 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:59:05.379Z] #47 18.40 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:59:05.647Z] #25 2.387 ## 3.1% ##### 7.6% ########## 14.4% ############# 18.9% ################ 23.4% #################### 27.9% ####################### 32.4% ########################## 36.9% ############################# 41.4% ################################# 45.9% ##################################### 52.7% ########################################## 59.5% ############################################### 66.2% #################################################### 73.0% ######################################################### 79.7% ############################################################## 86.5% ################################################################### 93.3% ######################################################################## 100.0% [2020-08-05T23:59:05.717Z] #47 19.18 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:59:05.950Z] #47 19.08 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:59:05.950Z] #25 ... [2020-08-05T23:59:05.950Z] [2020-08-05T23:59:05.950Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:05.950Z] #43 DONE 26.1s [2020-08-05T23:59:05.950Z] [2020-08-05T23:59:05.950Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:05.950Z] #25 5.037 #=#=# [2020-08-05T23:59:06.091Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-062911a9a124c7daa) in /home/ubuntu/workspace/moby_PR-41316 [Pipeline] { [Pipeline] checkout [2020-08-05T23:59:06.244Z] #25 5.266 #################### 28.0% ############################################################### 87.6% ######################################################################## 100.0% [2020-08-05T23:59:06.287Z] #41 ... [2020-08-05T23:59:06.287Z] [2020-08-05T23:59:06.287Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:06.287Z] #43 16.05 go: finding github.com/fatih/color v1.6.0 [2020-08-05T23:59:06.287Z] #43 16.07 go: finding github.com/pkg/errors v0.8.0 [2020-08-05T23:59:06.287Z] #43 16.09 go: finding github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:59:06.287Z] #43 16.12 go: finding github.com/spf13/pflag v1.0.1 [2020-08-05T23:59:06.287Z] #43 16.25 go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:59:06.287Z] #43 16.39 go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:59:06.287Z] #43 16.60 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:59:06.287Z] #43 16.77 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:59:06.287Z] #43 16.80 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:59:06.287Z] #43 16.85 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:59:06.287Z] #43 16.86 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:59:06.890Z] #25 5.983 #=#=# [2020-08-05T23:59:07.088Z] #47 20.49 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:59:07.474Z] #25 6.112 #=#=# ###################### 31.2% ###################################################### 75.8% ######################################################################## 100.0% [2020-08-05T23:59:07.475Z] #47 ... [2020-08-05T23:59:07.475Z] [2020-08-05T23:59:07.475Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:07.475Z] #43 10.87 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:59:07.475Z] #43 11.20 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:59:07.475Z] #43 14.20 go: finding github.com/fatih/color v1.6.0 [2020-08-05T23:59:07.475Z] #43 14.20 go: finding github.com/pkg/errors v0.8.0 [2020-08-05T23:59:07.475Z] #43 14.24 go: finding github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:59:07.475Z] #43 14.32 go: finding github.com/spf13/pflag v1.0.1 [2020-08-05T23:59:07.475Z] #43 14.35 go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:59:07.475Z] #43 14.72 go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:59:07.475Z] #43 15.05 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:59:07.475Z] #43 15.19 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:59:07.475Z] #43 15.36 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:59:07.475Z] #43 15.51 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:59:07.475Z] #43 15.72 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:59:07.765Z] #25 6.765 [2020-08-05T23:59:07.861Z] #47 20.61 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:59:08.049Z] #43 ... [2020-08-05T23:59:08.049Z] [2020-08-05T23:59:08.049Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:59:08.049Z] #51 11.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:59:08.049Z] #51 ... [2020-08-05T23:59:08.049Z] [2020-08-05T23:59:08.049Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:08.049Z] #10 11.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:59:08.122Z] #47 ... [2020-08-05T23:59:08.122Z] [2020-08-05T23:59:08.122Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:08.122Z] #10 11.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:59:08.196Z] #43 ... [2020-08-05T23:59:08.196Z] [2020-08-05T23:59:08.196Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:59:08.196Z] #23 11.26 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:59:08.196Z] #23 ... [2020-08-05T23:59:08.196Z] [2020-08-05T23:59:08.196Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-05T23:59:08.196Z] #36 19.86 Checking out files: 89% (1423/1597) Checking out files: 90% (1438/1597) Checking out files: 91% (1454/1597) Checking out files: 92% (1470/1597) Checking out files: 93% (1486/1597) Checking out files: 94% (1502/1597) Checking out files: 95% (1518/1597) Checking out files: 96% (1534/1597) Checking out files: 97% (1550/1597) Checking out files: 98% (1566/1597) Checking out files: 99% (1582/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. [2020-08-05T23:59:08.196Z] #36 20.07 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-08-05T23:59:08.196Z] #36 ... [2020-08-05T23:59:08.196Z] [2020-08-05T23:59:08.196Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:08.196Z] #32 11.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:59:08.196Z] #32 ... [2020-08-05T23:59:08.196Z] [2020-08-05T23:59:08.196Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:08.196Z] #47 15.87 + cd /tmp/tmp.LijhWn8izA/src/github.com/mvdan/sh [2020-08-05T23:59:08.196Z] #47 15.88 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-05T23:59:08.196Z] #47 16.01 + GO111MODULE=on [2020-08-05T23:59:08.196Z] #47 16.01 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-08-05T23:59:08.196Z] #47 17.20 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:59:08.196Z] #47 17.24 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:59:08.196Z] #47 17.25 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:59:08.196Z] #47 17.67 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:59:08.196Z] #47 17.71 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:59:08.196Z] #47 18.50 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:59:08.196Z] #47 19.20 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:59:08.196Z] #47 20.60 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:59:08.319Z] #10 ... [2020-08-05T23:59:08.319Z] [2020-08-05T23:59:08.319Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:08.319Z] #47 21.95 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:59:08.319Z] #47 ... [2020-08-05T23:59:08.319Z] [2020-08-05T23:59:08.319Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:59:08.319Z] #23 12.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:59:08.382Z] #10 ... [2020-08-05T23:59:08.382Z] [2020-08-05T23:59:08.382Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:08.455Z] #47 21.82 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:59:08.455Z] #47 ... [2020-08-05T23:59:08.455Z] [2020-08-05T23:59:08.455Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:59:08.455Z] #51 11.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:59:08.455Z] #51 ... [2020-08-05T23:59:08.455Z] [2020-08-05T23:59:08.455Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:08.455Z] #30 11.96 unicode/utf8 [2020-08-05T23:59:08.455Z] #30 12.49 internal/testlog [2020-08-05T23:59:08.455Z] #30 12.96 encoding [2020-08-05T23:59:08.455Z] #30 13.10 runtime/cgo [2020-08-05T23:59:08.577Z] #23 ... [2020-08-05T23:59:08.577Z] [2020-08-05T23:59:08.577Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:08.577Z] #38 12.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:59:08.577Z] #38 ... [2020-08-05T23:59:08.577Z] [2020-08-05T23:59:08.577Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-05T23:59:08.577Z] #36 21.88 Checking out files: 86% (1389/1597) Checking out files: 87% (1390/1597) Checking out files: 88% (1406/1597) Checking out files: 89% (1422/1597) Checking out files: 90% (1438/1597) Checking out files: 91% (1454/1597) Checking out files: 92% (1470/1597) Checking out files: 93% (1486/1597) Checking out files: 94% (1502/1597) Checking out files: 95% (1518/1597) Checking out files: 96% (1534/1597) Checking out files: 97% (1550/1597) Checking out files: 98% (1566/1597) Checking out files: 99% (1582/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. [2020-08-05T23:59:08.577Z] #36 22.17 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-08-05T23:59:08.714Z] #30 ... [2020-08-05T23:59:08.714Z] [2020-08-05T23:59:08.714Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:08.714Z] #10 12.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:59:08.903Z] #60 21.38 Checking out files: 65% (1357/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) [2020-08-05T23:59:08.903Z] #60 ... [2020-08-05T23:59:08.903Z] [2020-08-05T23:59:08.903Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:59:08.903Z] #23 11.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:59:08.903Z] #23 ... [2020-08-05T23:59:08.903Z] [2020-08-05T23:59:08.903Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:08.903Z] #43 12.00 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:59:08.903Z] #43 12.33 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:59:08.903Z] #43 12.98 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:59:08.903Z] #43 16.42 go: finding github.com/fatih/color v1.6.0 [2020-08-05T23:59:08.903Z] #43 16.43 go: finding github.com/pkg/errors v0.8.0 [2020-08-05T23:59:08.903Z] #43 16.48 go: finding github.com/sirupsen/logrus v1.0.5 [2020-08-05T23:59:08.903Z] #43 16.51 go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-05T23:59:08.903Z] #43 16.51 go: finding github.com/spf13/pflag v1.0.1 [2020-08-05T23:59:08.903Z] #43 16.63 go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-05T23:59:08.903Z] #43 16.78 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-05T23:59:08.903Z] #43 16.91 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-05T23:59:08.903Z] #43 16.94 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-08-05T23:59:08.903Z] #43 17.07 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-05T23:59:08.903Z] #43 17.27 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-05T23:59:08.903Z] #43 ... [2020-08-05T23:59:08.903Z] [2020-08-05T23:59:08.903Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:08.973Z] #10 ... [2020-08-05T23:59:08.973Z] [2020-08-05T23:59:08.973Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-05T23:59:08.973Z] #36 22.25 + 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-08-05T23:59:09.143Z] #36 ... [2020-08-05T23:59:09.143Z] [2020-08-05T23:59:09.143Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:09.143Z] #30 12.73 unicode/utf8 [2020-08-05T23:59:09.143Z] #30 13.44 encoding [2020-08-05T23:59:09.143Z] #30 13.63 runtime/cgo [2020-08-05T23:59:09.143Z] #30 ... [2020-08-05T23:59:09.143Z] [2020-08-05T23:59:09.143Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:09.163Z] #60 21.38 Checking out files: 65% (1357/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-08-05T23:59:09.163Z] #60 22.24 + cd /tmp/tmp.qCKbDppP3a/src/github.com/docker/libnetwork [2020-08-05T23:59:09.163Z] #60 ... [2020-08-05T23:59:09.163Z] [2020-08-05T23:59:09.163Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:09.163Z] #32 12.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-05T23:59:09.163Z] #32 ... [2020-08-05T23:59:09.163Z] [2020-08-05T23:59:09.163Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:09.163Z] #60 22.25 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:59:09.221Z] #25 6.882 0.6% ##### 7.6% ########## 14.1% ################# 24.8% ######################## 33.4% ############################ 39.8% ################################## 48.4% ####################################### 54.9% ############################################ 61.3% ################################################## 69.9% ###################################################### 76.3% ############################################################# 84.9% ################################################################### 93.5% ######################################################################## 100.0% [2020-08-05T23:59:09.262Z] using credential docker-jenkins-github-credentials [2020-08-05T23:59:09.270Z] Cloning the remote Git repository [2020-08-05T23:59:09.270Z] Cloning with configured refspecs honoured and without tags [2020-08-05T23:59:09.514Z] #25 8.708 #=#=# [2020-08-05T23:59:09.305Z] Cloning repository https://github.com/moby/moby.git [2020-08-05T23:59:09.529Z] > git init /home/ubuntu/workspace/moby_PR-41316 # timeout=10 [2020-08-05T23:59:09.916Z] #60 22.48 Checking out files: 53% (1108/2067) Checking out files: 54% (1117/2067) Checking out files: 55% (1137/2067) Checking out files: 56% (1158/2067) Checking out files: 57% (1179/2067) Checking out files: 58% (1199/2067) Checking out files: 59% (1220/2067) Checking out files: 60% (1241/2067) Checking out files: 61% (1261/2067) Checking out files: 62% (1282/2067) Checking out files: 63% (1303/2067) Checking out files: 64% (1323/2067) Checking out files: 65% (1344/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 96% (1995/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-08-05T23:59:09.916Z] #60 23.62 + cd /tmp/tmp.DnXWxlMqAS/src/github.com/docker/libnetwork [2020-08-05T23:59:09.916Z] #60 23.62 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:59:10.105Z] #60 22.97 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-08-05T23:59:10.480Z] #60 24.16 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-08-05T23:59:09.813Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:59:09.813Z] > git --version # timeout=10 [2020-08-05T23:59:09.826Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:59:09.829Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:59:12.719Z] #25 8.874 # 1.4% ## 3.3% ### 5.2% ##### 7.0% ###### 8.9% ######## 11.4% ########## 13.9% ########### 16.4% ############## 19.5% ############### 22.0% ################# 23.9% ################## 26.4% #################### 28.9% ###################### 30.7% ####################### 32.6% ######################### 34.9% ########################## 36.4% ############################ 39.2% ############################# 41.1% ############################### 43.6% ################################ 45.4% ################################## 47.9% #################################### 50.4% ##################################### 52.3% ####################################### 54.8% ######################################### 57.3% ########################################### 60.4% ############################################# 62.9% [2020-08-05T23:59:12.719Z] #25 ... [2020-08-05T23:59:12.719Z] [2020-08-05T23:59:12.719Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:12.719Z] #38 22.97 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2020-08-05T23:59:12.719Z] #38 22.97 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-08-05T23:59:12.719Z] #38 23.14 Selecting previously unselected package libprotobuf-dev:s390x. [2020-08-05T23:59:12.719Z] #38 23.15 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2020-08-05T23:59:12.719Z] #38 23.15 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-08-05T23:59:12.719Z] #38 24.30 Selecting previously unselected package libprotoc17:s390x. [2020-08-05T23:59:12.719Z] #38 24.30 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2020-08-05T23:59:12.719Z] #38 24.30 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2020-08-05T23:59:12.719Z] #38 24.90 Selecting previously unselected package protobuf-c-compiler. [2020-08-05T23:59:12.719Z] #38 24.90 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2020-08-05T23:59:12.719Z] #38 24.90 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-05T23:59:12.719Z] #38 25.05 Selecting previously unselected package protobuf-compiler. [2020-08-05T23:59:12.719Z] #38 25.13 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2020-08-05T23:59:12.719Z] #38 25.13 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-08-05T23:59:12.719Z] #38 25.30 Selecting previously unselected package python-pkg-resources. [2020-08-05T23:59:12.719Z] #38 25.34 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-08-05T23:59:12.719Z] #38 25.34 Unpacking python-pkg-resources (40.8.0-1) ... [2020-08-05T23:59:12.719Z] #38 25.58 Selecting previously unselected package python-six. [2020-08-05T23:59:12.719Z] #38 25.58 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-08-05T23:59:12.719Z] #38 25.59 Unpacking python-six (1.12.0-1) ... [2020-08-05T23:59:12.719Z] #38 25.65 Selecting previously unselected package python-protobuf. [2020-08-05T23:59:12.719Z] #38 25.65 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2020-08-05T23:59:12.719Z] #38 25.66 Unpacking python-protobuf (3.6.1.3-2) ... [2020-08-05T23:59:12.719Z] #38 26.02 Setting up python-pkg-resources (40.8.0-1) ... [2020-08-05T23:59:12.719Z] #38 28.06 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2020-08-05T23:59:12.719Z] #38 28.07 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:12.719Z] #38 28.08 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-08-05T23:59:12.719Z] #38 28.09 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2020-08-05T23:59:12.719Z] #38 28.09 Setting up python-six (1.12.0-1) ... [2020-08-05T23:59:12.719Z] #38 29.45 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2020-08-05T23:59:12.719Z] #38 29.46 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-08-05T23:59:12.719Z] #38 29.47 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2020-08-05T23:59:12.719Z] #38 29.48 Setting up libcap-dev:s390x (1:2.25-2) ... [2020-08-05T23:59:12.719Z] #38 29.49 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2020-08-05T23:59:12.719Z] #38 29.50 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-08-05T23:59:12.719Z] #38 29.51 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:12.719Z] #38 29.52 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2020-08-05T23:59:12.719Z] #38 29.52 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-05T23:59:12.719Z] #38 29.53 Setting up python-protobuf (3.6.1.3-2) ... [2020-08-05T23:59:12.719Z] #38 32.34 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2020-08-05T23:59:12.719Z] #38 32.34 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:13.011Z] #38 DONE 33.1s [2020-08-05T23:59:13.011Z] [2020-08-05T23:59:13.011Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:13.011Z] #10 24.83 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-08-05T23:59:13.011Z] #10 25.06 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-08-05T23:59:13.011Z] #10 25.08 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-08-05T23:59:13.011Z] #10 26.95 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-08-05T23:59:13.011Z] #10 27.99 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2020-08-05T23:59:13.011Z] #10 28.00 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2020-08-05T23:59:13.011Z] #10 28.01 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2020-08-05T23:59:13.011Z] #10 28.01 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2020-08-05T23:59:13.011Z] #10 28.01 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-08-05T23:59:13.011Z] #10 28.02 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB] [2020-08-05T23:59:13.011Z] #10 28.02 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2020-08-05T23:59:13.011Z] #10 28.04 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2020-08-05T23:59:13.011Z] #10 28.05 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2020-08-05T23:59:13.011Z] #10 28.07 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2020-08-05T23:59:13.011Z] #10 28.08 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2020-08-05T23:59:13.011Z] #10 28.11 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2020-08-05T23:59:13.011Z] #10 28.12 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2020-08-05T23:59:13.011Z] #10 28.12 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2020-08-05T23:59:13.011Z] #10 28.12 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB] [2020-08-05T23:59:13.011Z] #10 28.90 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:13.011Z] #10 28.94 Fetched 73.3 MB in 5s (16.1 MB/s) [2020-08-05T23:59:13.011Z] #10 29.01 Selecting previously unselected package binutils-mingw-w64-i686. [2020-08-05T23:59:13.011Z] #10 29.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 ... 15177 files and directories currently installed.) [2020-08-05T23:59:13.011Z] #10 29.10 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2020-08-05T23:59:13.011Z] #10 29.10 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-05T23:59:13.011Z] #10 30.71 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-08-05T23:59:13.011Z] #10 30.72 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2020-08-05T23:59:13.011Z] #10 30.73 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-05T23:59:13.011Z] #10 32.49 Selecting previously unselected package binutils-mingw-w64. [2020-08-05T23:59:13.011Z] #10 32.49 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-08-05T23:59:13.011Z] #10 32.49 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-05T23:59:13.011Z] #10 32.58 Selecting previously unselected package libdevmapper1.02.1:s390x. [2020-08-05T23:59:13.011Z] #10 32.58 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-08-05T23:59:13.011Z] #10 32.59 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-08-05T23:59:13.011Z] #10 32.69 Selecting previously unselected package dmsetup. [2020-08-05T23:59:13.011Z] #10 32.70 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2020-08-05T23:59:13.011Z] #10 32.70 Unpacking dmsetup (2:1.02.155-3) ... [2020-08-05T23:59:13.011Z] #10 33.05 Selecting previously unselected package mingw-w64-common. [2020-08-05T23:59:13.011Z] #10 33.06 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-08-05T23:59:13.011Z] #10 33.06 Unpacking mingw-w64-common (6.0.0-3) ... [2020-08-05T23:59:13.011Z] #10 ... [2020-08-05T23:59:13.011Z] [2020-08-05T23:59:13.011Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:14.251Z] #36 ... [2020-08-05T23:59:14.251Z] [2020-08-05T23:59:14.251Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:14.251Z] #60 22.61 Checking out files: 63% (1321/2067) Checking out files: 64% (1323/2067) Checking out files: 65% (1344/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-08-05T23:59:14.251Z] #60 23.41 + cd /tmp/tmp.9ljt7QOjRS/src/github.com/docker/libnetwork [2020-08-05T23:59:14.251Z] #60 23.42 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-08-05T23:59:14.251Z] #60 24.01 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-08-05T23:59:14.310Z] #60 ... [2020-08-05T23:59:14.310Z] [2020-08-05T23:59:14.310Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:14.310Z] #41 16.81 unicode/utf16 [2020-08-05T23:59:14.310Z] #41 17.27 container/list [2020-08-05T23:59:14.310Z] #41 18.12 crypto/internal/subtle [2020-08-05T23:59:14.310Z] #41 18.23 crypto/subtle [2020-08-05T23:59:14.310Z] #41 18.34 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-08-05T23:59:14.310Z] #41 18.43 internal/nettrace [2020-08-05T23:59:14.310Z] #41 18.59 runtime/cgo [2020-08-05T23:59:14.310Z] #41 ... [2020-08-05T23:59:14.310Z] [2020-08-05T23:59:14.310Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-05T23:59:14.310Z] #36 22.44 Checking out files: 87% (1396/1597) Checking out files: 88% (1406/1597) Checking out files: 89% (1422/1597) Checking out files: 90% (1438/1597) Checking out files: 91% (1454/1597) Checking out files: 92% (1470/1597) Checking out files: 93% (1486/1597) Checking out files: 94% (1502/1597) Checking out files: 95% (1518/1597) Checking out files: 96% (1534/1597) Checking out files: 97% (1550/1597) Checking out files: 98% (1566/1597) Checking out files: 99% (1582/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. [2020-08-05T23:59:14.310Z] #36 22.73 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-08-05T23:59:14.310Z] #36 25.00 + 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-08-05T23:59:14.471Z] #25 8.874 # 1.4% ## 3.3% ### 5.2% ##### 7.0% ###### 8.9% ######## 11.4% ########## 13.9% ########### 16.4% ############## 19.5% ############### 22.0% ################# 23.9% ################## 26.4% #################### 28.9% ###################### 30.7% ####################### 32.6% ######################### 34.9% ########################## 36.4% ############################ 39.2% ############################# 41.1% ############################### 43.6% ################################ 45.4% ################################## 47.9% #################################### 50.4% ##################################### 52.3% ####################################### 54.8% ######################################### 57.3% ########################################### 60.4% ############################################# 62.9% ############################################### 65.4% ################################################ 67.3% ################################################# 69.1% ################################################### 71.0% #################################################### 72.3% ##################################################### 74.8% ######################################################## 78.5% ########################################################## 81.6% ############################################################# 84.7% ############################################################### 87.9% ################################################################# 91.0% ################################################################### 94.1% #################################### [2020-08-05T23:59:14.471Z] #25 ... [2020-08-05T23:59:14.471Z] [2020-08-05T23:59:14.472Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:14.472Z] #52 1.011 + RM_GOPATH=0 [2020-08-05T23:59:14.472Z] #52 1.012 + TMP_GOPATH= [2020-08-05T23:59:14.472Z] #52 1.012 + : /build [2020-08-05T23:59:14.472Z] #52 1.013 + '[' -z '' ']' [2020-08-05T23:59:14.472Z] #52 1.015 ++ mktemp -d [2020-08-05T23:59:14.472Z] #52 1.017 + export GOPATH=/tmp/tmp.JL8tkDPoPF [2020-08-05T23:59:14.472Z] #52 1.017 + GOPATH=/tmp/tmp.JL8tkDPoPF [2020-08-05T23:59:14.472Z] #52 1.017 + RM_GOPATH=1 [2020-08-05T23:59:14.472Z] #52 1.017 + case "$(go env GOARCH)" in [2020-08-05T23:59:14.472Z] #52 1.020 ++ go env GOARCH [2020-08-05T23:59:14.472Z] #52 1.027 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:14.472Z] #52 1.027 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:14.472Z] #52 1.034 ++ dirname /tmp/install/install.sh [2020-08-05T23:59:14.472Z] #52 1.034 + dir=/tmp/install [2020-08-05T23:59:14.472Z] #52 1.034 + bin=containerd [2020-08-05T23:59:14.472Z] #52 1.035 + shift [2020-08-05T23:59:14.472Z] #52 1.035 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-08-05T23:59:14.472Z] #52 1.035 + . /tmp/install/containerd.installer [2020-08-05T23:59:14.472Z] #52 1.035 ++ set -e [2020-08-05T23:59:14.472Z] #52 1.035 ++ : 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-05T23:59:14.472Z] #52 1.035 + install_containerd [2020-08-05T23:59:14.472Z] #52 1.037 + echo 'Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175' [2020-08-05T23:59:14.472Z] #52 1.037 Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-05T23:59:14.472Z] #52 1.037 + git clone https://github.com/containerd/containerd.git /tmp/tmp.JL8tkDPoPF/src/github.com/containerd/containerd [2020-08-05T23:59:14.472Z] #52 1.047 Cloning into '/tmp/tmp.JL8tkDPoPF/src/github.com/containerd/containerd'... [2020-08-05T23:59:14.472Z] #52 ... [2020-08-05T23:59:14.472Z] [2020-08-05T23:59:14.472Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:14.762Z] #25 8.874 # 1.4% ## 3.3% ### 5.2% ##### 7.0% ###### 8.9% ######## 11.4% ########## 13.9% ########### 16.4% ############## 19.5% ############### 22.0% ################# 23.9% ################## 26.4% #################### 28.9% ###################### 30.7% ####################### 32.6% ######################### 34.9% ########################## 36.4% ############################ 39.2% ############################# 41.1% ############################### 43.6% ################################ 45.4% ################################## 47.9% #################################### 50.4% ##################################### 52.3% ####################################### 54.8% ######################################### 57.3% ########################################### 60.4% ############################################# 62.9% ############################################### 65.4% ################################################ 67.3% ################################################# 69.1% ################################################### 71.0% #################################################### 72.3% ##################################################### 74.8% ######################################################## 78.5% ########################################################## 81.6% ############################################################# 84.7% ############################################################### 87.9% ################################################################# 91.0% ################################################################### 94.1% ##################################################################### 96.6% ####################################################################### 99.8% ######################################################################## 100.0% [2020-08-05T23:59:14.762Z] #25 13.76 [2020-08-05T23:59:14.762Z] #25 ... [2020-08-05T23:59:14.762Z] [2020-08-05T23:59:14.762Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:14.762Z] #32 24.97 The following NEW packages will be installed: [2020-08-05T23:59:14.762Z] #32 24.97 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-08-05T23:59:14.762Z] #32 24.97 vim-common xxd [2020-08-05T23:59:14.762Z] #32 25.17 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:14.762Z] #32 25.17 Need to get 14.0 MB of archives. [2020-08-05T23:59:14.762Z] #32 25.17 After this operation, 62.1 MB of additional disk space will be used. [2020-08-05T23:59:14.762Z] #32 25.17 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-08-05T23:59:14.762Z] #32 25.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-08-05T23:59:14.762Z] #32 25.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2020-08-05T23:59:14.762Z] #32 25.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-08-05T23:59:14.762Z] #32 25.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] [2020-08-05T23:59:14.762Z] #32 25.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2020-08-05T23:59:14.762Z] #32 25.75 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2020-08-05T23:59:14.762Z] #32 25.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2020-08-05T23:59:14.762Z] #32 25.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2020-08-05T23:59:14.762Z] #32 25.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2020-08-05T23:59:14.762Z] #32 26.73 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:14.762Z] #32 26.79 Fetched 14.0 MB in 1s (16.4 MB/s) [2020-08-05T23:59:14.762Z] #32 26.88 Selecting previously unselected package xxd. [2020-08-05T23:59:14.762Z] #32 26.88 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2020-08-05T23:59:14.762Z] #32 27.02 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-08-05T23:59:14.762Z] #32 27.03 Unpacking xxd (2:8.1.0875-5) ... [2020-08-05T23:59:14.762Z] #32 27.15 Selecting previously unselected package vim-common. [2020-08-05T23:59:14.762Z] #32 27.15 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-05T23:59:14.762Z] #32 27.17 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-05T23:59:14.762Z] #32 27.46 Selecting previously unselected package cmake-data. [2020-08-05T23:59:14.762Z] #32 27.47 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-08-05T23:59:14.762Z] #32 27.47 Unpacking cmake-data (3.13.4-1) ... [2020-08-05T23:59:14.762Z] #32 29.59 Selecting previously unselected package libicu63:s390x. [2020-08-05T23:59:14.762Z] #32 29.59 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-08-05T23:59:14.762Z] #32 29.61 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-08-05T23:59:14.762Z] #32 34.41 Selecting previously unselected package libxml2:s390x. [2020-08-05T23:59:14.762Z] #32 34.41 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... [2020-08-05T23:59:14.762Z] #32 34.42 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-08-05T23:59:14.762Z] #32 34.82 Selecting previously unselected package libarchive13:s390x. [2020-08-05T23:59:14.762Z] #32 34.83 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2020-08-05T23:59:14.762Z] #32 34.83 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-08-05T23:59:15.053Z] #32 35.01 Selecting previously unselected package libjsoncpp1:s390x. [2020-08-05T23:59:15.053Z] #32 35.01 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2020-08-05T23:59:15.053Z] #32 35.01 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2020-08-05T23:59:15.053Z] #32 35.11 Selecting previously unselected package librhash0:s390x. [2020-08-05T23:59:15.053Z] #32 35.11 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2020-08-05T23:59:15.053Z] #32 35.11 Unpacking librhash0:s390x (1.3.8-1) ... [2020-08-05T23:59:15.053Z] #32 35.21 Selecting previously unselected package libuv1:s390x. [2020-08-05T23:59:15.053Z] #32 35.22 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2020-08-05T23:59:15.053Z] #32 35.22 Unpacking libuv1:s390x (1.24.1-1) ... [2020-08-05T23:59:15.053Z] #32 35.34 Selecting previously unselected package cmake. [2020-08-05T23:59:15.343Z] #32 35.34 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2020-08-05T23:59:15.343Z] #32 35.36 Unpacking cmake (3.13.4-1) ... [2020-08-05T23:59:15.634Z] #32 ... [2020-08-05T23:59:15.634Z] [2020-08-05T23:59:15.634Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:15.634Z] #25 14.71 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-08-05T23:59:15.925Z] #25 15.02 #=#=# [2020-08-05T23:59:16.214Z] #25 15.16 ################################################################ 90.2% ######################################################################## 100.0% [2020-08-05T23:59:16.214Z] #25 15.25 [2020-08-05T23:59:16.505Z] #25 ... [2020-08-05T23:59:16.505Z] [2020-08-05T23:59:16.505Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:16.505Z] #30 26.57 errors [2020-08-05T23:59:16.505Z] #30 26.59 sort [2020-08-05T23:59:16.505Z] #30 27.03 strconv [2020-08-05T23:59:16.505Z] #30 27.35 io [2020-08-05T23:59:16.505Z] #30 28.07 internal/oserror [2020-08-05T23:59:16.505Z] #30 28.15 syscall [2020-08-05T23:59:16.505Z] #30 29.88 reflect [2020-08-05T23:59:16.505Z] #30 33.30 time [2020-08-05T23:59:16.795Z] #30 ... [2020-08-05T23:59:16.795Z] [2020-08-05T23:59:16.795Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-05T23:59:16.795Z] #28 31.16 Checking out files: 99% (1508/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-08-05T23:59:16.795Z] #28 31.19 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-08-05T23:59:16.795Z] #28 32.03 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-08-05T23:59:16.795Z] #28 ... [2020-08-05T23:59:16.795Z] [2020-08-05T23:59:16.795Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:16.795Z] #41 26.95 github.com/LK4D4/vndr/godl/singleflight [2020-08-05T23:59:16.795Z] #41 26.95 errors [2020-08-05T23:59:16.795Z] #41 27.13 sort [2020-08-05T23:59:16.795Z] #41 27.20 io [2020-08-05T23:59:16.795Z] #41 27.92 strconv [2020-08-05T23:59:16.795Z] #41 28.06 bytes [2020-08-05T23:59:16.795Z] #41 29.51 bufio [2020-08-05T23:59:16.795Z] #41 30.30 reflect [2020-08-05T23:59:16.795Z] #41 30.55 syscall [2020-08-05T23:59:16.795Z] #41 36.15 time [2020-08-05T23:59:17.085Z] #41 ... [2020-08-05T23:59:17.085Z] [2020-08-05T23:59:17.085Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:17.085Z] #32 37.11 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-08-05T23:59:17.085Z] #32 37.13 Setting up xxd (2:8.1.0875-5) ... [2020-08-05T23:59:17.085Z] #32 37.13 Setting up libuv1:s390x (1.24.1-1) ... [2020-08-05T23:59:17.085Z] #32 37.14 Setting up vim-common (2:8.1.0875-5) ... [2020-08-05T23:59:17.085Z] #32 37.16 Setting up librhash0:s390x (1.3.8-1) ... [2020-08-05T23:59:17.085Z] #32 37.17 Setting up cmake-data (3.13.4-1) ... [2020-08-05T23:59:17.085Z] #32 37.18 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... [2020-08-05T23:59:17.085Z] #32 37.19 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2020-08-05T23:59:17.085Z] #32 37.19 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2020-08-05T23:59:17.085Z] #32 37.20 Setting up cmake (3.13.4-1) ... [2020-08-05T23:59:17.085Z] #32 37.21 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:17.085Z] #32 37.24 Processing triggers for mime-support (3.62) ... [2020-08-05T23:59:17.715Z] #32 DONE 37.7s [2020-08-05T23:59:17.715Z] [2020-08-05T23:59:17.715Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:18.346Z] #33 0.795 + RM_GOPATH=0 [2020-08-05T23:59:18.346Z] #33 0.795 + TMP_GOPATH= [2020-08-05T23:59:18.346Z] #33 0.795 + : /build [2020-08-05T23:59:18.346Z] #33 0.795 + '[' -z '' ']' [2020-08-05T23:59:18.346Z] #33 0.795 ++ mktemp -d [2020-08-05T23:59:18.346Z] #33 0.796 + export GOPATH=/tmp/tmp.UthlShF0f3 [2020-08-05T23:59:18.346Z] #33 0.796 + GOPATH=/tmp/tmp.UthlShF0f3 [2020-08-05T23:59:18.346Z] #33 0.796 + RM_GOPATH=1 [2020-08-05T23:59:18.346Z] #33 0.796 + case "$(go env GOARCH)" in [2020-08-05T23:59:18.346Z] #33 0.797 ++ go env GOARCH [2020-08-05T23:59:18.346Z] #33 0.823 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:18.346Z] #33 0.823 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:18.346Z] #33 0.823 ++ dirname /tmp/install/install.sh [2020-08-05T23:59:18.346Z] #33 0.824 + dir=/tmp/install [2020-08-05T23:59:18.346Z] #33 0.824 + bin=tini [2020-08-05T23:59:18.346Z] #33 0.824 + shift [2020-08-05T23:59:18.346Z] #33 0.824 + '[' '!' -f /tmp/install/tini.installer ']' [2020-08-05T23:59:18.346Z] #33 0.824 + . /tmp/install/tini.installer [2020-08-05T23:59:18.346Z] #33 0.824 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-05T23:59:18.346Z] #33 0.824 + install_tini [2020-08-05T23:59:18.346Z] #33 0.824 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-08-05T23:59:18.346Z] #33 0.825 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-05T23:59:18.346Z] #33 0.825 + git clone https://github.com/krallin/tini.git /tmp/tmp.UthlShF0f3/tini [2020-08-05T23:59:18.346Z] #33 0.825 Cloning into '/tmp/tmp.UthlShF0f3/tini'... [2020-08-05T23:59:18.447Z] #60 ... [2020-08-05T23:59:18.447Z] [2020-08-05T23:59:18.447Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:18.447Z] #47 22.02 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:59:18.447Z] #47 22.17 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:59:18.447Z] #47 22.30 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:59:18.447Z] #47 23.31 runtime/cgo [2020-08-05T23:59:18.447Z] #47 23.51 runtime [2020-08-05T23:59:18.513Z] #36 ... [2020-08-05T23:59:18.513Z] [2020-08-05T23:59:18.513Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:18.513Z] #38 20.85 Fetched 8372 kB in 17s (484 kB/s) [2020-08-05T23:59:18.513Z] #38 20.85 Reading package lists... [2020-08-05T23:59:18.513Z] #38 28.83 Reading package lists... [2020-08-05T23:59:18.513Z] #38 ... [2020-08-05T23:59:18.513Z] [2020-08-05T23:59:18.513Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:18.513Z] #47 22.07 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-05T23:59:18.513Z] #47 22.22 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:59:18.513Z] #47 22.45 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:59:18.513Z] #47 22.52 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:59:18.513Z] #47 23.19 runtime/cgo [2020-08-05T23:59:18.513Z] #47 23.22 runtime [2020-08-05T23:59:18.582Z] #60 ... [2020-08-05T23:59:18.582Z] [2020-08-05T23:59:18.582Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:18.582Z] #47 22.13 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-05T23:59:18.582Z] #47 22.35 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-05T23:59:18.582Z] #47 22.39 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-05T23:59:18.582Z] #47 23.32 runtime/cgo [2020-08-05T23:59:18.582Z] #47 23.42 runtime [2020-08-05T23:59:18.840Z] #47 ... [2020-08-05T23:59:18.840Z] [2020-08-05T23:59:18.840Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-05T23:59:18.840Z] #36 24.41 + 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-08-05T23:59:18.977Z] #33 1.420 + cd /tmp/tmp.UthlShF0f3/tini [2020-08-05T23:59:18.977Z] #33 1.423 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-05T23:59:18.977Z] #33 1.436 + cmake . [2020-08-05T23:59:19.386Z] #47 ... [2020-08-05T23:59:19.386Z] [2020-08-05T23:59:19.386Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:59:19.386Z] #23 22.59 Fetched 8372 kB in 18s (463 kB/s) [2020-08-05T23:59:19.386Z] #23 22.59 Reading package lists... [2020-08-05T23:59:19.386Z] #23 29.58 Reading package lists... [2020-08-05T23:59:19.386Z] #23 ... [2020-08-05T23:59:19.386Z] [2020-08-05T23:59:19.386Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:59:19.386Z] #51 23.69 Fetched 8372 kB in 18s (456 kB/s) [2020-08-05T23:59:19.386Z] #51 23.69 Reading package lists... [2020-08-05T23:59:19.608Z] #33 1.821 -- The C compiler identification is GNU 8.3.0 [2020-08-05T23:59:19.608Z] #33 1.936 -- Check for working C compiler: /usr/bin/cc [2020-08-05T23:59:19.608Z] #33 ... [2020-08-05T23:59:19.608Z] [2020-08-05T23:59:19.608Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:19.608Z] #47 29.74 syscall [2020-08-05T23:59:19.608Z] #47 29.78 strconv [2020-08-05T23:59:19.608Z] #47 32.78 reflect [2020-08-05T23:59:19.608Z] #47 35.90 time [2020-08-05T23:59:19.608Z] #47 39.21 context [2020-08-05T23:59:19.608Z] #47 ... [2020-08-05T23:59:19.608Z] [2020-08-05T23:59:19.608Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:19.608Z] #25 16.22 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-08-05T23:59:19.608Z] #25 16.27 skipping existing aab193acf6ba [2020-08-05T23:59:19.608Z] #25 16.32 [2020-08-05T23:59:19.608Z] #25 17.34 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-08-05T23:59:19.608Z] #25 17.39 skipping existing 4d43f82972ce [2020-08-05T23:59:19.608Z] #25 17.43 [2020-08-05T23:59:19.608Z] #25 18.32 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-08-05T23:59:19.608Z] #25 18.73 #=#=# [2020-08-05T23:59:19.608Z] #25 18.81 ######################################################################## 100.0% [2020-08-05T23:59:19.895Z] #47 ... [2020-08-05T23:59:19.895Z] [2020-08-05T23:59:19.895Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:59:19.895Z] #51 22.65 Fetched 8372 kB in 18s (475 kB/s) [2020-08-05T23:59:19.895Z] #51 22.65 Reading package lists... [2020-08-05T23:59:19.895Z] #51 30.18 Reading package lists... [2020-08-05T23:59:19.895Z] #51 ... [2020-08-05T23:59:19.895Z] [2020-08-05T23:59:19.895Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:19.895Z] #10 23.58 Fetched 8372 kB in 19s (451 kB/s) [2020-08-05T23:59:19.895Z] #10 23.58 Reading package lists... [2020-08-05T23:59:19.895Z] #10 30.98 Reading package lists... [2020-08-05T23:59:19.895Z] #10 ... [2020-08-05T23:59:19.895Z] [2020-08-05T23:59:19.895Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:59:19.895Z] #23 22.93 Fetched 8372 kB in 18s (478 kB/s) [2020-08-05T23:59:19.895Z] #23 22.93 Reading package lists... [2020-08-05T23:59:19.905Z] #25 18.88 [2020-08-05T23:59:19.906Z] #25 18.94 Download of images into '/build' complete. [2020-08-05T23:59:19.906Z] #25 18.94 Use something like the following to load the result into a Docker daemon: [2020-08-05T23:59:19.906Z] #25 18.94 tar -cC '/build' . | docker load [2020-08-05T23:59:19.906Z] #25 DONE 19.1s [2020-08-05T23:59:19.906Z] [2020-08-05T23:59:19.906Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:19.906Z] #47 39.96 os [2020-08-05T23:59:19.955Z] #51 31.32 Reading package lists... [2020-08-05T23:59:19.955Z] #51 ... [2020-08-05T23:59:19.955Z] [2020-08-05T23:59:19.955Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:19.955Z] #38 23.36 Fetched 8372 kB in 19s (442 kB/s) [2020-08-05T23:59:19.955Z] #38 23.36 Reading package lists... [2020-08-05T23:59:19.955Z] #38 30.72 Reading package lists... [2020-08-05T23:59:19.955Z] #38 ... [2020-08-05T23:59:19.955Z] [2020-08-05T23:59:19.955Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:19.955Z] #10 23.52 Fetched 8372 kB in 18s (461 kB/s) [2020-08-05T23:59:19.955Z] #10 23.52 Reading package lists... [2020-08-05T23:59:20.156Z] #23 30.37 Reading package lists... [2020-08-05T23:59:20.156Z] #23 ... [2020-08-05T23:59:20.156Z] [2020-08-05T23:59:20.156Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:20.156Z] #32 23.40 Fetched 8372 kB in 18s (465 kB/s) [2020-08-05T23:59:20.156Z] #32 23.40 Reading package lists... [2020-08-05T23:59:20.214Z] #10 30.96 Reading package lists... [2020-08-05T23:59:20.214Z] #10 ... [2020-08-05T23:59:20.214Z] [2020-08-05T23:59:20.214Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:20.214Z] #32 23.57 Fetched 8372 kB in 18s (455 kB/s) [2020-08-05T23:59:20.214Z] #32 23.57 Reading package lists... [2020-08-05T23:59:20.215Z] #36 ... [2020-08-05T23:59:20.215Z] [2020-08-05T23:59:20.215Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:20.215Z] #10 23.58 Fetched 8372 kB in 18s (459 kB/s) [2020-08-05T23:59:20.215Z] #10 23.58 Reading package lists... [2020-08-05T23:59:20.215Z] #10 31.06 Reading package lists... [2020-08-05T23:59:20.215Z] #10 ... [2020-08-05T23:59:20.215Z] [2020-08-05T23:59:20.215Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:59:20.215Z] #51 23.52 Fetched 8372 kB in 18s (455 kB/s) [2020-08-05T23:59:20.215Z] #51 23.52 Reading package lists... [2020-08-05T23:59:20.215Z] #51 30.62 Reading package lists... [2020-08-05T23:59:20.215Z] #51 ... [2020-08-05T23:59:20.215Z] [2020-08-05T23:59:20.215Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:20.215Z] #38 23.74 Fetched 8372 kB in 18s (453 kB/s) [2020-08-05T23:59:20.215Z] #38 23.74 Reading package lists... [2020-08-05T23:59:20.472Z] #38 31.00 Reading package lists... [2020-08-05T23:59:20.472Z] #38 ... [2020-08-05T23:59:20.472Z] [2020-08-05T23:59:20.472Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:20.472Z] #32 23.74 Fetched 8372 kB in 19s (451 kB/s) [2020-08-05T23:59:20.472Z] #32 23.74 Reading package lists... [2020-08-05T23:59:20.472Z] #32 30.62 Reading package lists... [2020-08-05T23:59:20.472Z] #32 ... [2020-08-05T23:59:20.472Z] [2020-08-05T23:59:20.472Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:59:20.472Z] #23 23.83 Fetched 8372 kB in 18s (453 kB/s) [2020-08-05T23:59:20.472Z] #23 23.83 Reading package lists... [2020-08-05T23:59:21.535Z] #47 41.72 encoding/binary [2020-08-05T23:59:22.370Z] #23 31.24 Reading package lists... [2020-08-05T23:59:22.370Z] #23 ... [2020-08-05T23:59:22.370Z] [2020-08-05T23:59:22.370Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:22.370Z] #41 25.59 vendor/golang.org/x/crypto/internal/subtle [2020-08-05T23:59:22.370Z] #41 25.72 vendor/golang.org/x/crypto/curve25519 [2020-08-05T23:59:22.698Z] #32 30.65 Reading package lists... [2020-08-05T23:59:22.698Z] #32 ... [2020-08-05T23:59:22.698Z] [2020-08-05T23:59:22.698Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:22.698Z] #38 28.83 Reading package lists... [2020-08-05T23:59:22.752Z] #32 31.10 Reading package lists... [2020-08-05T23:59:22.752Z] #32 ... [2020-08-05T23:59:22.752Z] [2020-08-05T23:59:22.752Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:22.752Z] #41 26.08 vendor/golang.org/x/crypto/curve25519 [2020-08-05T23:59:23.011Z] #41 ... [2020-08-05T23:59:23.011Z] [2020-08-05T23:59:23.011Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:59:23.011Z] #23 29.58 Reading package lists... [2020-08-05T23:59:23.039Z] #47 ... [2020-08-05T23:59:23.039Z] [2020-08-05T23:59:23.040Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:23.040Z] #39 6.736 Note: Building without setproctitle() and strlcpy() support. [2020-08-05T23:59:23.040Z] #39 6.736 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-05T23:59:23.040Z] #39 6.742 Note: Building without GnuTLS support [2020-08-05T23:59:23.040Z] #39 6.748 Makefile.config:39: Warn: you have no libnftables installed [2020-08-05T23:59:23.040Z] #39 6.748 Makefile.config:40: Warn: Building without nftables support [2020-08-05T23:59:23.040Z] #39 8.567 fatal: not a git repository (or any of the parent directories): .git [2020-08-05T23:59:23.040Z] #39 8.581 GEN .gitid [2020-08-05T23:59:23.040Z] #39 8.614 GEN criu/include/version.h [2020-08-05T23:59:23.040Z] #39 8.644 GEN include/common/asm [2020-08-05T23:59:23.040Z] #39 9.535 PBCC images/timens.pb-c.c [2020-08-05T23:59:23.040Z] #39 9.575 DEP images/timens.pb-c.d [2020-08-05T23:59:23.040Z] #39 9.618 PBCC images/fown.pb-c.c [2020-08-05T23:59:23.040Z] #39 9.638 PBCC images/google/protobuf/descriptor.pb-c.c [2020-08-05T23:59:23.040Z] #39 9.690 PBCC images/opts.pb-c.c [2020-08-05T23:59:23.040Z] #39 9.721 PBCC images/memfd.pb-c.c [2020-08-05T23:59:23.040Z] #39 9.745 DEP images/fown.pb-c.d [2020-08-05T23:59:23.040Z] #39 9.776 DEP images/google/protobuf/descriptor.pb-c.d [2020-08-05T23:59:23.040Z] #39 9.799 DEP images/opts.pb-c.d [2020-08-05T23:59:23.040Z] #39 9.833 DEP images/memfd.pb-c.d [2020-08-05T23:59:23.040Z] #39 9.871 PBCC images/sit.pb-c.c [2020-08-05T23:59:23.040Z] #39 9.877 DEP images/sit.pb-c.d [2020-08-05T23:59:23.040Z] #39 9.917 PBCC images/macvlan.pb-c.c [2020-08-05T23:59:23.040Z] #39 9.931 DEP images/macvlan.pb-c.d [2020-08-05T23:59:23.040Z] #39 9.939 PBCC images/autofs.pb-c.c [2020-08-05T23:59:23.040Z] #39 9.987 DEP images/autofs.pb-c.d [2020-08-05T23:59:23.040Z] #39 10.00 PBCC images/sysctl.pb-c.c [2020-08-05T23:59:23.040Z] #39 10.03 DEP images/sysctl.pb-c.d [2020-08-05T23:59:23.040Z] #39 10.07 PBCC images/time.pb-c.c [2020-08-05T23:59:23.040Z] #39 10.09 DEP images/time.pb-c.d [2020-08-05T23:59:23.040Z] #39 ... [2020-08-05T23:59:23.040Z] [2020-08-05T23:59:23.040Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:23.040Z] #47 43.26 encoding/base64 [2020-08-05T23:59:23.330Z] #47 43.31 fmt [2020-08-05T23:59:23.765Z] #41 ... [2020-08-05T23:59:23.765Z] [2020-08-05T23:59:23.765Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:23.765Z] #32 30.62 Reading package lists... [2020-08-05T23:59:23.960Z] #47 43.89 golang.org/x/sys/unix [2020-08-05T23:59:24.252Z] #47 ... [2020-08-05T23:59:24.252Z] [2020-08-05T23:59:24.252Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:24.252Z] #33 2.477 -- Check for working C compiler: /usr/bin/cc -- works [2020-08-05T23:59:24.252Z] #33 2.485 -- Detecting C compiler ABI info [2020-08-05T23:59:24.252Z] #33 3.206 -- Detecting C compiler ABI info - done [2020-08-05T23:59:24.252Z] #33 3.206 -- Detecting C compile features [2020-08-05T23:59:24.252Z] #33 4.564 -- Detecting C compile features - done [2020-08-05T23:59:24.252Z] #33 4.600 -- Performing Test HAS_BUILTIN_FORTIFY [2020-08-05T23:59:24.252Z] #33 4.781 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-08-05T23:59:24.252Z] #33 4.865 -- Configuring done [2020-08-05T23:59:24.252Z] #33 4.880 -- Generating done [2020-08-05T23:59:24.252Z] #33 4.885 -- Build files have been written to: /tmp/tmp.UthlShF0f3/tini [2020-08-05T23:59:24.252Z] #33 4.896 + make tini-static [2020-08-05T23:59:24.252Z] #33 5.124 Scanning dependencies of target tini-static [2020-08-05T23:59:24.252Z] #33 5.224 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-08-05T23:59:24.252Z] #33 5.970 [100%] Linking C executable tini-static [2020-08-05T23:59:24.252Z] #33 6.382 [100%] Built target tini-static [2020-08-05T23:59:24.252Z] #33 6.500 + mkdir -p /build [2020-08-05T23:59:24.252Z] #33 6.505 + cp tini-static /build/docker-init [2020-08-05T23:59:24.252Z] #33 DONE 6.7s [2020-08-05T23:59:24.544Z] [2020-08-05T23:59:24.544Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:24.544Z] #39 10.14 PBCC images/binfmt-misc.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.17 DEP images/binfmt-misc.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.21 PBCC images/seccomp.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.22 DEP images/seccomp.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.27 PBCC images/userns.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.31 DEP images/userns.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.36 PBCC images/cgroup.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.38 DEP images/cgroup.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.39 PBCC images/ext-file.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.41 DEP images/ext-file.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.49 PBCC images/rpc.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.50 DEP images/rpc.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.54 PBCC images/siginfo.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.55 DEP images/siginfo.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.60 PBCC images/pagemap.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.60 DEP images/pagemap.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.65 PBCC images/rlimit.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.66 DEP images/rlimit.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.68 PBCC images/file-lock.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.69 DEP images/file-lock.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.75 PBCC images/tty.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.79 DEP images/tty.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.83 PBCC images/tun.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.85 PBCC images/netdev.pb-c.c [2020-08-05T23:59:24.544Z] #39 10.88 DEP images/tun.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.92 DEP images/netdev.pb-c.d [2020-08-05T23:59:24.544Z] #39 10.99 PBCC images/vma.pb-c.c [2020-08-05T23:59:24.544Z] #39 11.02 DEP images/vma.pb-c.d [2020-08-05T23:59:24.544Z] #39 11.06 PBCC images/creds.pb-c.c [2020-08-05T23:59:24.544Z] #39 11.06 DEP images/creds.pb-c.d [2020-08-05T23:59:24.544Z] #39 11.08 PBCC images/utsns.pb-c.c [2020-08-05T23:59:24.544Z] #39 11.11 DEP images/utsns.pb-c.d [2020-08-05T23:59:24.544Z] #39 11.18 PBCC images/ipc-desc.pb-c.c [2020-08-05T23:59:24.544Z] #39 11.20 PBCC images/ipc-sem.pb-c.c [2020-08-05T23:59:24.544Z] #39 11.22 DEP images/ipc-desc.pb-c.d [2020-08-05T23:59:24.544Z] #39 11.27 DEP images/ipc-sem.pb-c.d [2020-08-05T23:59:24.544Z] #39 11.31 PBCC images/ipc-msg.pb-c.c [2020-08-05T23:59:24.544Z] #39 11.32 DEP images/ipc-msg.pb-c.d [2020-08-05T23:59:24.544Z] #39 11.44 PBCC images/ipc-shm.pb-c.c [2020-08-05T23:59:24.544Z] #39 11.45 DEP images/ipc-shm.pb-c.d [2020-08-05T23:59:24.544Z] #39 11.50 PBCC images/ipc-var.pb-c.c [2020-08-05T23:59:24.545Z] #39 11.55 DEP images/ipc-var.pb-c.d [2020-08-05T23:59:24.545Z] #39 11.58 PBCC images/sk-opts.pb-c.c [2020-08-05T23:59:24.545Z] #39 11.61 PBCC images/packet-sock.pb-c.c [2020-08-05T23:59:24.545Z] #39 11.69 DEP images/sk-opts.pb-c.d [2020-08-05T23:59:24.649Z] #23 36.65 Building dependency tree... [2020-08-05T23:59:24.837Z] #39 11.73 DEP images/packet-sock.pb-c.d [2020-08-05T23:59:24.838Z] #39 11.79 PBCC images/sk-netlink.pb-c.c [2020-08-05T23:59:24.838Z] #39 11.82 DEP images/sk-netlink.pb-c.d [2020-08-05T23:59:24.838Z] #39 11.88 PBCC images/sk-inet.pb-c.c [2020-08-05T23:59:24.869Z] #38 36.00 Building dependency tree... [2020-08-05T23:59:25.180Z] #39 11.98 DEP images/sk-inet.pb-c.d [2020-08-05T23:59:25.180Z] #39 12.04 PBCC images/sk-unix.pb-c.c [2020-08-05T23:59:25.180Z] #39 12.07 DEP images/sk-unix.pb-c.d [2020-08-05T23:59:25.180Z] #39 12.12 PBCC images/mm.pb-c.c [2020-08-05T23:59:25.180Z] #39 12.24 DEP images/mm.pb-c.d [2020-08-05T23:59:25.180Z] #39 12.26 PBCC images/timerfd.pb-c.c [2020-08-05T23:59:25.180Z] #39 12.32 DEP images/timerfd.pb-c.d [2020-08-05T23:59:25.180Z] #39 12.35 PBCC images/timer.pb-c.c [2020-08-05T23:59:25.482Z] #39 12.36 DEP images/timer.pb-c.d [2020-08-05T23:59:25.482Z] #39 12.38 PBCC images/sa.pb-c.c [2020-08-05T23:59:25.482Z] #39 12.42 DEP images/sa.pb-c.d [2020-08-05T23:59:25.482Z] #39 12.44 PBCC images/pipe-data.pb-c.c [2020-08-05T23:59:25.482Z] #39 12.45 DEP images/pipe-data.pb-c.d [2020-08-05T23:59:25.482Z] #39 12.47 PBCC images/mnt.pb-c.c [2020-08-05T23:59:25.482Z] #39 12.50 DEP images/mnt.pb-c.d [2020-08-05T23:59:25.482Z] #39 12.54 PBCC images/sk-packet.pb-c.c [2020-08-05T23:59:25.482Z] #39 12.55 DEP images/sk-packet.pb-c.d [2020-08-05T23:59:25.482Z] #39 12.57 PBCC images/tcp-stream.pb-c.c [2020-08-05T23:59:25.482Z] #39 12.58 DEP images/tcp-stream.pb-c.d [2020-08-05T23:59:25.806Z] #39 12.60 PBCC images/pipe.pb-c.c [2020-08-05T23:59:25.806Z] #39 12.65 DEP images/pipe.pb-c.d [2020-08-05T23:59:25.806Z] #39 12.67 PBCC images/pstree.pb-c.c [2020-08-05T23:59:25.806Z] #39 12.67 DEP images/pstree.pb-c.d [2020-08-05T23:59:25.806Z] #39 12.70 PBCC images/fs.pb-c.c [2020-08-05T23:59:25.806Z] #39 12.75 DEP images/fs.pb-c.d [2020-08-05T23:59:25.806Z] #39 12.78 PBCC images/signalfd.pb-c.c [2020-08-05T23:59:25.806Z] #39 12.81 DEP images/signalfd.pb-c.d [2020-08-05T23:59:25.806Z] #39 12.85 PBCC images/fh.pb-c.c [2020-08-05T23:59:25.806Z] #39 12.88 PBCC images/fsnotify.pb-c.c [2020-08-05T23:59:25.806Z] #39 12.88 DEP images/fh.pb-c.d [2020-08-05T23:59:25.806Z] #39 12.92 DEP images/fsnotify.pb-c.d [2020-08-05T23:59:26.096Z] #39 12.96 PBCC images/eventpoll.pb-c.c [2020-08-05T23:59:26.096Z] #39 12.96 DEP images/eventpoll.pb-c.d [2020-08-05T23:59:26.096Z] #39 12.99 PBCC images/eventfd.pb-c.c [2020-08-05T23:59:26.096Z] #39 13.01 DEP images/eventfd.pb-c.d [2020-08-05T23:59:26.096Z] #39 13.05 PBCC images/remap-file-path.pb-c.c [2020-08-05T23:59:26.096Z] #39 13.05 DEP images/remap-file-path.pb-c.d [2020-08-05T23:59:26.096Z] #39 13.09 PBCC images/fifo.pb-c.c [2020-08-05T23:59:26.096Z] #39 13.10 DEP images/fifo.pb-c.d [2020-08-05T23:59:26.096Z] #39 13.11 PBCC images/ghost-file.pb-c.c [2020-08-05T23:59:26.096Z] #39 13.15 DEP images/ghost-file.pb-c.d [2020-08-05T23:59:26.096Z] #39 13.17 PBCC images/regfile.pb-c.c [2020-08-05T23:59:26.222Z] #32 37.84 Building dependency tree... [2020-08-05T23:59:26.440Z] #39 13.19 DEP images/regfile.pb-c.d [2020-08-05T23:59:26.440Z] #39 13.21 PBCC images/ns.pb-c.c [2020-08-05T23:59:26.440Z] #39 13.22 DEP images/ns.pb-c.d [2020-08-05T23:59:26.440Z] #39 13.23 PBCC images/fdinfo.pb-c.c [2020-08-05T23:59:26.440Z] #39 13.27 DEP images/fdinfo.pb-c.d [2020-08-05T23:59:26.440Z] #39 13.29 PBCC images/core-aarch64.pb-c.c [2020-08-05T23:59:26.440Z] #39 13.32 PBCC images/core-arm.pb-c.c [2020-08-05T23:59:26.440Z] #39 13.34 PBCC images/core-ppc64.pb-c.c [2020-08-05T23:59:26.440Z] #39 13.36 PBCC images/core-s390.pb-c.c [2020-08-05T23:59:26.440Z] #39 13.38 PBCC images/core-x86.pb-c.c [2020-08-05T23:59:26.440Z] #39 13.41 PBCC images/core.pb-c.c [2020-08-05T23:59:26.440Z] #39 13.44 PBCC images/inventory.pb-c.c [2020-08-05T23:59:26.440Z] #39 13.47 DEP images/core-aarch64.pb-c.d [2020-08-05T23:59:26.440Z] #39 13.51 DEP images/core-arm.pb-c.d [2020-08-05T23:59:26.482Z] #32 ... [2020-08-05T23:59:26.482Z] [2020-08-05T23:59:26.482Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:26.482Z] #43 DONE 40.2s [2020-08-05T23:59:26.555Z] #23 40.08 ca-certificates is already the newest version (20200601~deb10u1). [2020-08-05T23:59:26.555Z] #23 40.08 The following additional packages will be installed: [2020-08-05T23:59:26.555Z] #23 40.08 libjq1 libonig5 [2020-08-05T23:59:26.731Z] #39 13.58 DEP images/core-ppc64.pb-c.d [2020-08-05T23:59:26.731Z] #39 13.59 DEP images/core-s390.pb-c.d [2020-08-05T23:59:26.731Z] #39 13.64 DEP images/core-x86.pb-c.d [2020-08-05T23:59:26.731Z] #39 13.66 DEP images/core.pb-c.d [2020-08-05T23:59:26.731Z] #39 13.69 DEP images/inventory.pb-c.d [2020-08-05T23:59:26.731Z] #39 13.75 PBCC images/cpuinfo.pb-c.c [2020-08-05T23:59:26.731Z] #39 13.75 DEP images/cpuinfo.pb-c.d [2020-08-05T23:59:26.731Z] #39 13.81 PBCC images/stats.pb-c.c [2020-08-05T23:59:26.731Z] #39 13.81 DEP images/stats.pb-c.d [2020-08-05T23:59:26.739Z] [2020-08-05T23:59:26.739Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:26.739Z] #10 31.06 Reading package lists... [2020-08-05T23:59:26.739Z] #10 38.46 Building dependency tree... [2020-08-05T23:59:27.090Z] #39 ... [2020-08-05T23:59:27.091Z] [2020-08-05T23:59:27.091Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:27.091Z] #10 37.05 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-08-05T23:59:27.091Z] #10 37.06 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-08-05T23:59:27.091Z] #10 37.06 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-05T23:59:27.091Z] #10 42.15 Selecting previously unselected package gcc-mingw-w64-base. [2020-08-05T23:59:27.091Z] #10 42.15 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-08-05T23:59:27.091Z] #10 42.15 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-05T23:59:27.091Z] #10 42.30 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-08-05T23:59:27.091Z] #10 42.31 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-08-05T23:59:27.091Z] #10 42.31 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-05T23:59:27.091Z] #10 ... [2020-08-05T23:59:27.091Z] [2020-08-05T23:59:27.091Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:27.124Z] #23 40.66 The following NEW packages will be installed: [2020-08-05T23:59:27.124Z] #23 40.67 jq libjq1 libonig5 [2020-08-05T23:59:27.381Z] #52 22.67 Checking out files: 59% (1905/3209) Checking out files: 60% (1926/3209) Checking out files: 61% (1958/3209) Checking out files: 62% (1990/3209) Checking out files: 63% (2022/3209) Checking out files: 64% (2054/3209) Checking out files: 65% (2086/3209) Checking out files: 66% (2118/3209) Checking out files: 67% (2151/3209) Checking out files: 68% (2183/3209) Checking out files: 69% (2215/3209) Checking out files: 70% (2247/3209) Checking out files: 71% (2279/3209) Checking out files: 72% (2311/3209) Checking out files: 73% (2343/3209) Checking out files: 74% (2375/3209) Checking out files: 75% (2407/3209) Checking out files: 76% (2439/3209) Checking out files: 77% (2471/3209) Checking out files: 78% (2504/3209) Checking out files: 79% (2536/3209) Checking out files: 80% (2568/3209) Checking out files: 81% (2600/3209) Checking out files: 82% (2632/3209) Checking out files: 83% (2664/3209) Checking out files: 84% (2696/3209) Checking out files: 85% (2728/3209) [2020-08-05T23:59:27.381Z] #52 ... [2020-08-05T23:59:27.381Z] [2020-08-05T23:59:27.381Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:27.381Z] #30 37.61 internal/poll [2020-08-05T23:59:27.381Z] #30 38.97 internal/syscall/execenv [2020-08-05T23:59:27.381Z] #30 39.05 internal/syscall/unix [2020-08-05T23:59:27.381Z] #30 39.20 os [2020-08-05T23:59:27.381Z] #30 39.36 internal/fmtsort [2020-08-05T23:59:27.381Z] #30 39.76 strings [2020-08-05T23:59:27.381Z] #30 41.92 path [2020-08-05T23:59:27.381Z] #30 41.93 fmt [2020-08-05T23:59:27.381Z] #30 42.33 path/filepath [2020-08-05T23:59:27.381Z] #30 43.41 io/ioutil [2020-08-05T23:59:27.381Z] #30 44.06 text/tabwriter [2020-08-05T23:59:27.381Z] #30 44.89 flag [2020-08-05T23:59:27.381Z] #30 44.99 github.com/BurntSushi/toml [2020-08-05T23:59:27.381Z] #30 46.54 log [2020-08-05T23:59:27.381Z] #30 47.44 github.com/BurntSushi/toml/cmd/tomlv [2020-08-05T23:59:27.410Z] #38 39.99 The following additional packages will be installed: [2020-08-05T23:59:27.410Z] #38 40.01 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-08-05T23:59:27.410Z] #38 40.01 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-08-05T23:59:27.410Z] #38 40.02 Suggested packages: [2020-08-05T23:59:27.410Z] #38 40.02 manpages-dev python-setuptools [2020-08-05T23:59:27.671Z] #38 ... [2020-08-05T23:59:27.671Z] [2020-08-05T23:59:27.671Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:27.671Z] #60 DONE 40.7s [2020-08-05T23:59:27.671Z] [2020-08-05T23:59:27.671Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:27.671Z] #41 40.31 sync [2020-08-05T23:59:27.671Z] #41 40.33 internal/reflectlite [2020-08-05T23:59:27.692Z] #23 41.26 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:27.692Z] #23 41.26 Need to get 355 kB of archives. [2020-08-05T23:59:27.692Z] #23 41.26 After this operation, 1072 kB of additional disk space will be used. [2020-08-05T23:59:27.692Z] #23 41.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-08-05T23:59:27.692Z] #23 41.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-08-05T23:59:27.692Z] #23 41.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-08-05T23:59:27.746Z] #30 ... [2020-08-05T23:59:27.746Z] [2020-08-05T23:59:27.746Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:27.931Z] #41 ... [2020-08-05T23:59:27.931Z] [2020-08-05T23:59:27.931Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:27.931Z] #43 DONE 40.8s [2020-08-05T23:59:27.931Z] [2020-08-05T23:59:27.931Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:27.931Z] #10 30.98 Reading package lists... [2020-08-05T23:59:27.931Z] #10 38.49 Building dependency tree... [2020-08-05T23:59:28.036Z] #52 22.67 Checking out files: 59% (1905/3209) Checking out files: 60% (1926/3209) Checking out files: 61% (1958/3209) Checking out files: 62% (1990/3209) Checking out files: 63% (2022/3209) Checking out files: 64% (2054/3209) Checking out files: 65% (2086/3209) Checking out files: 66% (2118/3209) Checking out files: 67% (2151/3209) Checking out files: 68% (2183/3209) Checking out files: 69% (2215/3209) Checking out files: 70% (2247/3209) Checking out files: 71% (2279/3209) Checking out files: 72% (2311/3209) Checking out files: 73% (2343/3209) Checking out files: 74% (2375/3209) Checking out files: 75% (2407/3209) Checking out files: 76% (2439/3209) Checking out files: 77% (2471/3209) Checking out files: 78% (2504/3209) Checking out files: 79% (2536/3209) Checking out files: 80% (2568/3209) Checking out files: 81% (2600/3209) Checking out files: 82% (2632/3209) Checking out files: 83% (2664/3209) Checking out files: 84% (2696/3209) Checking out files: 85% (2728/3209) Checking out files: 86% (2760/3209) Checking out files: 87% (2792/3209) Checking out files: 88% (2824/3209) Checking out files: 89% (2857/3209) Checking out files: 90% (2889/3209) Checking out files: 91% (2921/3209) Checking out files: 92% (2953/3209) Checking out files: 93% (2985/3209) Checking out files: 94% (3017/3209) Checking out files: 95% (3049/3209) Checking out files: 96% (3081/3209) Checking out files: 97% (3113/3209) Checking out files: 98% (3145/3209) Checking out files: 99% (3177/3209) Checking out files: 100% (3209/3209) Checking out files: 100% (3209/3209), done. [2020-08-05T23:59:28.036Z] #52 23.54 + cd /tmp/tmp.JL8tkDPoPF/src/github.com/containerd/containerd [2020-08-05T23:59:28.036Z] #52 23.55 + git checkout -q 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-05T23:59:28.327Z] Fetching without tags [2020-08-05T23:59:28.630Z] #23 ... [2020-08-05T23:59:28.630Z] [2020-08-05T23:59:28.630Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:28.630Z] #60 DONE 42.1s [2020-08-05T23:59:28.630Z] [2020-08-05T23:59:28.630Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:28.630Z] #43 DONE 42.1s [2020-08-05T23:59:28.630Z] [2020-08-05T23:59:28.630Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:59:28.630Z] #51 31.32 Reading package lists... [2020-08-05T23:59:28.630Z] #51 38.08 Building dependency tree... [2020-08-05T23:59:28.630Z] #51 41.68 The following additional packages will be installed: [2020-08-05T23:59:28.630Z] #51 41.70 libbtrfs0 [2020-08-05T23:59:28.630Z] #51 42.10 The following NEW packages will be installed: [2020-08-05T23:59:28.630Z] #51 42.14 libbtrfs-dev libbtrfs0 [2020-08-05T23:59:28.849Z] Merging remotes/origin/master commit aaf92f627622c230a00bb6a0b47580dffdec1a5d into PR head commit a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:59:29.126Z] #52 ... [2020-08-05T23:59:29.126Z] [2020-08-05T23:59:29.126Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:29.126Z] #41 39.15 internal/fmtsort [2020-08-05T23:59:29.126Z] #41 39.46 os [2020-08-05T23:59:29.126Z] #41 39.50 strings [2020-08-05T23:59:29.126Z] #41 41.99 regexp/syntax [2020-08-05T23:59:29.126Z] #41 42.45 fmt [2020-08-05T23:59:29.126Z] #41 45.44 regexp [2020-08-05T23:59:29.126Z] #41 45.66 flag [2020-08-05T23:59:29.126Z] #41 47.09 go/token [2020-08-05T23:59:29.126Z] #41 47.98 go/scanner [2020-08-05T23:59:29.126Z] #41 48.68 internal/lazyregexp [2020-08-05T23:59:29.126Z] #41 48.80 go/ast [2020-08-05T23:59:29.126Z] #41 49.03 net/url [2020-08-05T23:59:29.126Z] #41 ... [2020-08-05T23:59:29.126Z] [2020-08-05T23:59:29.126Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:29.126Z] #39 14.89 make[1]: Nothing to be done for 'all'. [2020-08-05T23:59:29.126Z] #39 15.89 CC images/stats.o [2020-08-05T23:59:29.126Z] #39 16.20 CC images/core.o [2020-08-05T23:59:29.265Z] #10 ... [2020-08-05T23:59:29.265Z] [2020-08-05T23:59:29.265Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:29.265Z] #60 DONE 42.4s [2020-08-05T23:59:29.265Z] [2020-08-05T23:59:29.265Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:29.265Z] #32 42.32 The following additional packages will be installed: [2020-08-05T23:59:29.265Z] #32 42.33 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-08-05T23:59:29.265Z] #32 42.35 Suggested packages: [2020-08-05T23:59:29.265Z] #32 42.36 cmake-doc ninja-build lrzip [2020-08-05T23:59:29.265Z] #32 42.36 Recommended packages: [2020-08-05T23:59:29.265Z] #32 42.36 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-08-05T23:59:29.572Z] #51 42.88 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:29.572Z] #51 42.88 Need to get 119 kB of archives. [2020-08-05T23:59:29.572Z] #51 42.88 After this operation, 387 kB of additional disk space will be used. [2020-08-05T23:59:29.572Z] #51 42.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-08-05T23:59:29.572Z] #51 42.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-08-05T23:59:29.572Z] #51 ... [2020-08-05T23:59:29.572Z] [2020-08-05T23:59:29.572Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:59:29.572Z] #23 43.02 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:29.757Z] #39 16.62 CC images/core-x86.o [2020-08-05T23:59:30.048Z] #39 16.96 CC images/core-arm.o [2020-08-05T23:59:30.048Z] #39 17.19 CC images/core-aarch64.o [2020-08-05T23:59:30.137Z] Merge succeeded, producing a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-05T23:59:30.137Z] Checking out Revision a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e (PR-41316) [2020-08-05T23:59:30.140Z] #23 43.53 Fetched 355 kB in 0s (875 kB/s) [2020-08-05T23:59:28.172Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:59:28.188Z] > git config --add remote.origin.fetch +refs/pull/41316/head:refs/remotes/origin/PR-41316 # timeout=10 [2020-08-05T23:59:28.205Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:59:28.233Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-05T23:59:28.330Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-05T23:59:28.331Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-05T23:59:28.333Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-05T23:59:28.856Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:59:28.881Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:59:30.104Z] > git merge aaf92f627622c230a00bb6a0b47580dffdec1a5d # timeout=10 [2020-08-05T23:59:30.119Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-05T23:59:30.138Z] > git config core.sparsecheckout # timeout=10 [2020-08-05T23:59:30.151Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-05T23:59:30.197Z] #32 43.78 The following NEW packages will be installed: [2020-08-05T23:59:30.197Z] #32 43.78 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-08-05T23:59:30.197Z] #32 43.80 vim-common xxd [2020-08-05T23:59:30.339Z] #39 ... [2020-08-05T23:59:30.339Z] [2020-08-05T23:59:30.339Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:30.339Z] #30 DONE 50.6s [2020-08-05T23:59:30.339Z] [2020-08-05T23:59:30.339Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:30.339Z] #39 17.48 CC images/core-ppc64.o [2020-08-05T23:59:30.455Z] #32 44.19 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:30.455Z] #32 44.19 Need to get 14.9 MB of archives. [2020-08-05T23:59:30.455Z] #32 44.19 After this operation, 61.8 MB of additional disk space will be used. [2020-08-05T23:59:30.455Z] #32 44.19 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-08-05T23:59:30.460Z] #23 43.81 Selecting previously unselected package libonig5:amd64. [2020-08-05T23:59:30.460Z] #23 43.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-08-05T23:59:30.460Z] #23 43.97 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-08-05T23:59:30.460Z] #23 44.03 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-08-05T23:59:30.475Z] #10 ... [2020-08-05T23:59:30.475Z] [2020-08-05T23:59:30.475Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:30.475Z] #41 43.27 github.com/LK4D4/vndr/godl/singleflight [2020-08-05T23:59:30.713Z] #32 44.20 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-08-05T23:59:30.713Z] #32 44.21 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-08-05T23:59:30.713Z] #32 44.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-08-05T23:59:30.736Z] #41 43.73 math/rand [2020-08-05T23:59:30.984Z] #39 17.96 CC images/core-s390.o [2020-08-05T23:59:31.037Z] #23 44.48 Selecting previously unselected package libjq1:amd64. [2020-08-05T23:59:31.037Z] #23 44.48 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-08-05T23:59:31.037Z] #23 44.52 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-05T23:59:31.305Z] #23 44.68 Selecting previously unselected package jq. [2020-08-05T23:59:31.305Z] #23 44.68 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-08-05T23:59:31.305Z] #23 44.69 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-05T23:59:31.305Z] #23 44.89 Setting up libonig5:amd64 (6.9.1-1) ... [2020-08-05T23:59:31.566Z] #23 44.95 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-05T23:59:31.566Z] #23 44.97 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-05T23:59:31.566Z] #23 44.98 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:31.615Z] #39 18.40 CC images/cpuinfo.o [2020-08-05T23:59:31.616Z] #39 18.73 CC images/inventory.o [2020-08-05T23:59:31.645Z] #32 45.10 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-08-05T23:59:31.645Z] #32 45.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-08-05T23:59:31.645Z] #32 45.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-08-05T23:59:31.645Z] #32 45.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-08-05T23:59:31.645Z] #32 45.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-08-05T23:59:31.645Z] #32 45.24 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-08-05T23:59:31.826Z] #23 DONE 45.3s [2020-08-05T23:59:31.826Z] [2020-08-05T23:59:31.826Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-08-05T23:59:31.826Z] #24 DONE 0.1s [2020-08-05T23:59:31.826Z] [2020-08-05T23:59:31.826Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:59:31.826Z] #51 44.71 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:31.826Z] #51 44.92 Fetched 119 kB in 0s (284 kB/s) [2020-08-05T23:59:31.826Z] #51 45.04 Selecting previously unselected package libbtrfs0. [2020-08-05T23:59:31.827Z] #51 45.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-08-05T23:59:31.827Z] #51 45.12 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-08-05T23:59:31.827Z] #51 45.14 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-05T23:59:31.827Z] #51 45.24 Selecting previously unselected package libbtrfs-dev. [2020-08-05T23:59:31.827Z] #51 45.25 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-08-05T23:59:31.827Z] #51 45.26 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-05T23:59:31.906Z] #39 18.84 CC images/fdinfo.o [2020-08-05T23:59:31.906Z] #39 18.97 CC images/fown.o [2020-08-05T23:59:32.120Z] #41 ... [2020-08-05T23:59:32.120Z] [2020-08-05T23:59:32.120Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:59:32.120Z] #51 30.18 Reading package lists... [2020-08-05T23:59:32.120Z] #51 37.37 Building dependency tree... [2020-08-05T23:59:32.120Z] #51 41.49 The following additional packages will be installed: [2020-08-05T23:59:32.120Z] #51 41.53 libbtrfs0 [2020-08-05T23:59:32.120Z] #51 41.86 The following NEW packages will be installed: [2020-08-05T23:59:32.120Z] #51 41.88 libbtrfs-dev libbtrfs0 [2020-08-05T23:59:32.120Z] #51 42.44 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:32.120Z] #51 42.44 Need to get 119 kB of archives. [2020-08-05T23:59:32.120Z] #51 42.44 After this operation, 387 kB of additional disk space will be used. [2020-08-05T23:59:32.120Z] #51 42.44 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-08-05T23:59:32.120Z] #51 42.44 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-08-05T23:59:32.120Z] #51 43.90 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:32.120Z] #51 44.10 Fetched 119 kB in 0s (391 kB/s) [2020-08-05T23:59:32.120Z] #51 44.19 Selecting previously unselected package libbtrfs0. [2020-08-05T23:59:32.120Z] #51 44.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-08-05T23:59:32.120Z] #51 44.27 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-08-05T23:59:32.120Z] #51 44.28 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-05T23:59:32.120Z] #51 44.37 Selecting previously unselected package libbtrfs-dev. [2020-08-05T23:59:32.120Z] #51 44.39 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-08-05T23:59:32.120Z] #51 44.40 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-05T23:59:32.120Z] #51 44.69 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-05T23:59:32.120Z] #51 44.71 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-05T23:59:32.120Z] #51 44.72 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:32.120Z] #51 DONE 44.9s [2020-08-05T23:59:32.120Z] [2020-08-05T23:59:32.120Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:32.120Z] #41 44.84 internal/singleflight [2020-08-05T23:59:32.120Z] #41 45.21 io [2020-08-05T23:59:32.120Z] #41 45.23 strconv [2020-08-05T23:59:32.213Z] #32 ... [2020-08-05T23:59:32.213Z] [2020-08-05T23:59:32.213Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-05T23:59:32.213Z] #51 30.62 Reading package lists... [2020-08-05T23:59:32.213Z] #51 37.96 Building dependency tree... [2020-08-05T23:59:32.213Z] #51 42.26 The following additional packages will be installed: [2020-08-05T23:59:32.213Z] #51 42.28 libbtrfs0 [2020-08-05T23:59:32.213Z] #51 42.58 The following NEW packages will be installed: [2020-08-05T23:59:32.213Z] #51 42.60 libbtrfs-dev libbtrfs0 [2020-08-05T23:59:32.213Z] #51 43.08 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:32.213Z] #51 43.08 Need to get 119 kB of archives. [2020-08-05T23:59:32.213Z] #51 43.08 After this operation, 387 kB of additional disk space will be used. [2020-08-05T23:59:32.213Z] #51 43.08 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-08-05T23:59:32.213Z] #51 43.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-08-05T23:59:32.213Z] #51 44.51 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:32.213Z] #51 44.73 Fetched 119 kB in 0s (331 kB/s) [2020-08-05T23:59:32.213Z] #51 44.84 Selecting previously unselected package libbtrfs0. [2020-08-05T23:59:32.213Z] #51 44.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 ... 15410 files and directories currently installed.) [2020-08-05T23:59:32.213Z] #51 44.92 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2020-08-05T23:59:32.213Z] #51 44.95 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-05T23:59:32.213Z] #51 45.05 Selecting previously unselected package libbtrfs-dev. [2020-08-05T23:59:32.213Z] #51 45.06 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-08-05T23:59:32.213Z] #51 45.07 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-05T23:59:32.213Z] #51 45.35 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-05T23:59:32.213Z] #51 45.37 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-05T23:59:32.213Z] #51 45.39 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:32.213Z] #51 DONE 45.7s [2020-08-05T23:59:32.213Z] [2020-08-05T23:59:32.213Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:32.213Z] #10 42.92 The following additional packages will be installed: [2020-08-05T23:59:32.213Z] #10 42.92 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-08-05T23:59:32.213Z] #10 42.92 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-08-05T23:59:32.213Z] #10 42.92 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-08-05T23:59:32.213Z] #10 42.93 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-05T23:59:32.213Z] #10 42.95 Suggested packages: [2020-08-05T23:59:32.213Z] #10 42.95 gcc-8-locales seccomp wine64 [2020-08-05T23:59:32.213Z] #10 44.63 The following NEW packages will be installed: [2020-08-05T23:59:32.213Z] #10 44.63 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-08-05T23:59:32.213Z] #10 44.64 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-08-05T23:59:32.213Z] #10 44.65 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-08-05T23:59:32.213Z] #10 44.65 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-08-05T23:59:32.213Z] #10 44.65 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-08-05T23:59:32.213Z] #10 44.66 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-05T23:59:32.213Z] #10 45.04 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:32.213Z] #10 45.04 Need to get 77.7 MB of archives. [2020-08-05T23:59:32.213Z] #10 45.04 After this operation, 487 MB of additional disk space will be used. [2020-08-05T23:59:32.213Z] #10 45.04 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-08-05T23:59:32.213Z] #10 45.23 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-08-05T23:59:32.213Z] #10 45.49 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-08-05T23:59:32.213Z] #10 45.50 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-08-05T23:59:32.213Z] #10 45.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-08-05T23:59:32.213Z] #10 45.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-08-05T23:59:32.244Z] #39 19.12 CC images/ns.o [2020-08-05T23:59:32.244Z] #39 19.21 CC images/regfile.o [2020-08-05T23:59:32.399Z] #51 45.91 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-05T23:59:32.399Z] #51 46.01 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-05T23:59:32.534Z] #39 19.37 CC images/ghost-file.o [2020-08-05T23:59:32.534Z] #39 19.51 CC images/fifo.o [2020-08-05T23:59:32.658Z] #51 46.03 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:32.691Z] #41 ... [2020-08-05T23:59:32.691Z] [2020-08-05T23:59:32.691Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:59:32.691Z] #23 30.37 Reading package lists... [2020-08-05T23:59:32.691Z] #23 37.40 Building dependency tree... [2020-08-05T23:59:32.691Z] #23 41.64 ca-certificates is already the newest version (20200601~deb10u1). [2020-08-05T23:59:32.691Z] #23 41.64 The following additional packages will be installed: [2020-08-05T23:59:32.691Z] #23 41.64 libjq1 libonig5 [2020-08-05T23:59:32.691Z] #23 42.37 The following NEW packages will be installed: [2020-08-05T23:59:32.691Z] #23 42.37 jq libjq1 libonig5 [2020-08-05T23:59:32.691Z] #23 42.89 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:32.691Z] #23 42.89 Need to get 355 kB of archives. [2020-08-05T23:59:32.691Z] #23 42.89 After this operation, 1072 kB of additional disk space will be used. [2020-08-05T23:59:32.691Z] #23 42.89 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-08-05T23:59:32.691Z] #23 42.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-08-05T23:59:32.691Z] #23 42.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-08-05T23:59:32.691Z] #23 44.08 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:32.691Z] #23 44.28 Fetched 355 kB in 0s (1003 kB/s) [2020-08-05T23:59:32.691Z] #23 44.38 Selecting previously unselected package libonig5:amd64. [2020-08-05T23:59:32.691Z] #23 44.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-08-05T23:59:32.691Z] #23 44.46 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-08-05T23:59:32.691Z] #23 44.48 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-08-05T23:59:32.691Z] #23 44.68 Selecting previously unselected package libjq1:amd64. [2020-08-05T23:59:32.691Z] #23 44.69 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-08-05T23:59:32.691Z] #23 44.69 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-05T23:59:32.691Z] #23 44.86 Selecting previously unselected package jq. [2020-08-05T23:59:32.691Z] #23 44.88 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-08-05T23:59:32.691Z] #23 44.90 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-05T23:59:32.691Z] #23 45.30 Setting up libonig5:amd64 (6.9.1-1) ... [2020-08-05T23:59:32.691Z] #23 45.32 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-05T23:59:32.691Z] #23 45.34 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-05T23:59:32.691Z] #23 45.36 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:32.691Z] #23 DONE 45.8s [2020-08-05T23:59:32.778Z] #10 46.28 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-08-05T23:59:32.893Z] #39 19.67 CC images/remap-file-path.o [2020-08-05T23:59:32.893Z] #39 19.78 CC images/eventfd.o [2020-08-05T23:59:32.893Z] #39 19.88 CC images/eventpoll.o [2020-08-05T23:59:32.952Z] [2020-08-05T23:59:32.952Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-08-05T23:59:32.952Z] #24 DONE 0.1s [2020-08-05T23:59:32.952Z] [2020-08-05T23:59:32.952Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:32.952Z] #38 41.86 The following NEW packages will be installed: [2020-08-05T23:59:32.952Z] #38 41.86 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-08-05T23:59:32.952Z] #38 41.86 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-08-05T23:59:32.952Z] #38 41.86 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-08-05T23:59:32.952Z] #38 41.86 python-six zlib1g-dev [2020-08-05T23:59:32.952Z] #38 42.58 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:32.952Z] #38 42.58 Need to get 4095 kB of archives. [2020-08-05T23:59:32.952Z] #38 42.58 After this operation, 22.5 MB of additional disk space will be used. [2020-08-05T23:59:32.952Z] #38 42.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-08-05T23:59:32.952Z] #38 42.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-08-05T23:59:32.952Z] #38 42.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-08-05T23:59:32.952Z] #38 42.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-08-05T23:59:32.952Z] #38 42.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-08-05T23:59:32.952Z] #38 42.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-08-05T23:59:32.952Z] #38 42.63 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-08-05T23:59:32.952Z] #38 42.65 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-08-05T23:59:32.952Z] #38 42.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-08-05T23:59:32.952Z] #38 42.85 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-08-05T23:59:32.952Z] #38 42.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-08-05T23:59:32.952Z] #38 43.05 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-08-05T23:59:32.952Z] #38 43.16 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-08-05T23:59:32.952Z] #38 43.18 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-08-05T23:59:32.952Z] #38 43.20 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-08-05T23:59:32.952Z] #38 43.22 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-08-05T23:59:32.952Z] #38 43.23 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-08-05T23:59:32.952Z] #38 44.37 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:32.952Z] #38 44.59 Fetched 4095 kB in 1s (3647 kB/s) [2020-08-05T23:59:32.952Z] #38 44.65 Selecting previously unselected package libcap-dev:amd64. [2020-08-05T23:59:32.952Z] #38 44.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-08-05T23:59:32.952Z] #38 44.71 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-08-05T23:59:32.952Z] #38 44.72 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-08-05T23:59:32.952Z] #38 44.81 Selecting previously unselected package libnet1:amd64. [2020-08-05T23:59:32.952Z] #38 44.82 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-08-05T23:59:32.952Z] #38 44.88 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:32.952Z] #38 45.05 Selecting previously unselected package libnet1-dev. [2020-08-05T23:59:32.952Z] #38 45.07 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-08-05T23:59:32.952Z] #38 45.09 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:32.952Z] #38 45.49 Selecting previously unselected package libnl-3-200:amd64. [2020-08-05T23:59:32.952Z] #38 45.49 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-08-05T23:59:32.952Z] #38 45.49 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-08-05T23:59:32.952Z] #38 45.77 Selecting previously unselected package libnl-3-dev:amd64. [2020-08-05T23:59:32.952Z] #38 45.77 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-08-05T23:59:32.952Z] #38 45.80 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-08-05T23:59:33.184Z] #39 20.09 CC images/fh.o [2020-08-05T23:59:33.184Z] #39 20.32 CC images/fsnotify.o [2020-08-05T23:59:33.213Z] #38 46.30 Selecting previously unselected package libprotobuf-c1:amd64. [2020-08-05T23:59:33.213Z] #38 46.30 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-08-05T23:59:33.213Z] #38 46.31 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:33.225Z] #51 DONE 46.5s [2020-08-05T23:59:33.225Z] [2020-08-05T23:59:33.225Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:33.392Z] #10 46.76 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-08-05T23:59:33.392Z] #10 46.78 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-08-05T23:59:33.392Z] #10 ... [2020-08-05T23:59:33.392Z] [2020-08-05T23:59:33.392Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-05T23:59:33.392Z] #23 31.24 Reading package lists... [2020-08-05T23:59:33.392Z] #23 38.40 Building dependency tree... [2020-08-05T23:59:33.392Z] #23 42.94 ca-certificates is already the newest version (20200601~deb10u1). [2020-08-05T23:59:33.392Z] #23 42.94 The following additional packages will be installed: [2020-08-05T23:59:33.392Z] #23 42.96 libjq1 libonig5 [2020-08-05T23:59:33.392Z] #23 43.66 The following NEW packages will be installed: [2020-08-05T23:59:33.392Z] #23 43.66 jq libjq1 libonig5 [2020-08-05T23:59:33.392Z] #23 44.12 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:33.392Z] #23 44.12 Need to get 355 kB of archives. [2020-08-05T23:59:33.392Z] #23 44.12 After this operation, 1072 kB of additional disk space will be used. [2020-08-05T23:59:33.392Z] #23 44.12 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-08-05T23:59:33.392Z] #23 44.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-08-05T23:59:33.392Z] #23 44.13 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-08-05T23:59:33.392Z] #23 45.35 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:33.392Z] #23 45.56 Fetched 355 kB in 0s (1269 kB/s) [2020-08-05T23:59:33.392Z] #23 45.70 Selecting previously unselected package libonig5:amd64. [2020-08-05T23:59:33.392Z] #23 45.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 ... 15410 files and directories currently installed.) [2020-08-05T23:59:33.392Z] #23 45.85 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... [2020-08-05T23:59:33.392Z] #23 45.88 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-08-05T23:59:33.392Z] #23 46.18 Selecting previously unselected package libjq1:amd64. [2020-08-05T23:59:33.392Z] #23 46.18 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-08-05T23:59:33.392Z] #23 46.19 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-05T23:59:33.392Z] #23 46.50 Selecting previously unselected package jq. [2020-08-05T23:59:33.392Z] #23 46.51 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... [2020-08-05T23:59:33.392Z] #23 46.52 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-05T23:59:33.392Z] #23 46.77 Setting up libonig5:amd64 (6.9.1-1) ... [2020-08-05T23:59:33.392Z] #23 46.79 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-05T23:59:33.392Z] #23 46.80 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-05T23:59:33.392Z] #23 46.82 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:33.392Z] #23 DONE 47.1s [2020-08-05T23:59:33.474Z] #38 46.47 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-08-05T23:59:33.474Z] #38 46.48 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-08-05T23:59:33.474Z] #38 46.49 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:33.542Z] #39 20.57 CC images/signalfd.o [2020-08-05T23:59:33.542Z] #39 20.71 CC images/fs.o [2020-08-05T23:59:33.650Z] [2020-08-05T23:59:33.650Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-08-05T23:59:33.650Z] #24 DONE 0.1s [2020-08-05T23:59:33.650Z] [2020-08-05T23:59:33.650Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:33.734Z] #38 46.72 Selecting previously unselected package zlib1g-dev:amd64. [2020-08-05T23:59:33.734Z] #38 46.76 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-08-05T23:59:33.734Z] #38 46.77 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-08-05T23:59:33.734Z] #38 46.97 Selecting previously unselected package libprotobuf17:amd64. [2020-08-05T23:59:33.792Z] #52 ... [2020-08-05T23:59:33.792Z] [2020-08-05T23:59:33.792Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:33.792Z] #38 30.72 Reading package lists... [2020-08-05T23:59:33.792Z] #38 37.68 Building dependency tree... [2020-08-05T23:59:33.792Z] #38 41.28 The following additional packages will be installed: [2020-08-05T23:59:33.792Z] #38 41.31 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-08-05T23:59:33.792Z] #38 41.31 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-08-05T23:59:33.792Z] #38 41.33 Suggested packages: [2020-08-05T23:59:33.792Z] #38 41.33 manpages-dev python-setuptools [2020-08-05T23:59:33.792Z] #38 43.44 The following NEW packages will be installed: [2020-08-05T23:59:33.792Z] #38 43.44 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-08-05T23:59:33.792Z] #38 43.44 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-08-05T23:59:33.792Z] #38 43.44 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-08-05T23:59:33.792Z] #38 43.50 python-six zlib1g-dev [2020-08-05T23:59:33.792Z] #38 44.01 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:33.792Z] #38 44.01 Need to get 4095 kB of archives. [2020-08-05T23:59:33.792Z] #38 44.01 After this operation, 22.5 MB of additional disk space will be used. [2020-08-05T23:59:33.792Z] #38 44.01 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-08-05T23:59:33.792Z] #38 44.01 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-08-05T23:59:33.792Z] #38 44.01 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-08-05T23:59:33.792Z] #38 44.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-08-05T23:59:33.792Z] #38 44.01 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-08-05T23:59:33.792Z] #38 44.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-08-05T23:59:33.792Z] #38 44.07 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-08-05T23:59:33.792Z] #38 44.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-08-05T23:59:33.792Z] #38 44.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-08-05T23:59:33.792Z] #38 44.24 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-08-05T23:59:33.792Z] #38 44.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-08-05T23:59:33.792Z] #38 44.46 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-08-05T23:59:33.792Z] #38 44.53 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-08-05T23:59:33.792Z] #38 44.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-08-05T23:59:33.792Z] #38 44.55 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-08-05T23:59:33.792Z] #38 44.58 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-08-05T23:59:33.792Z] #38 44.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-08-05T23:59:33.792Z] #38 46.19 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:33.792Z] #38 46.49 Fetched 4095 kB in 1s (4509 kB/s) [2020-08-05T23:59:33.792Z] #38 46.70 Selecting previously unselected package libcap-dev:amd64. [2020-08-05T23:59:33.792Z] #38 46.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 ... 15410 files and directories currently installed.) [2020-08-05T23:59:33.792Z] #38 46.87 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-08-05T23:59:33.792Z] #38 46.89 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-08-05T23:59:33.792Z] #38 47.15 Selecting previously unselected package libnet1:amd64. [2020-08-05T23:59:33.792Z] #38 47.17 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-08-05T23:59:33.792Z] #38 47.18 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:33.832Z] #39 20.83 CC images/pstree.o [2020-08-05T23:59:33.832Z] #39 20.97 CC images/pipe.o [2020-08-05T23:59:33.996Z] #38 46.99 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:33.996Z] #38 47.00 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:34.050Z] #38 47.41 Selecting previously unselected package libnet1-dev. [2020-08-05T23:59:34.050Z] #38 47.42 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-08-05T23:59:34.050Z] #38 47.45 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:34.050Z] #38 ... [2020-08-05T23:59:34.050Z] [2020-08-05T23:59:34.050Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:34.050Z] #52 1.035 + RM_GOPATH=0 [2020-08-05T23:59:34.050Z] #52 1.035 + TMP_GOPATH= [2020-08-05T23:59:34.050Z] #52 1.035 + : /build [2020-08-05T23:59:34.050Z] #52 1.035 + '[' -z '' ']' [2020-08-05T23:59:34.050Z] #52 1.035 ++ mktemp -d [2020-08-05T23:59:34.050Z] #52 1.035 + export GOPATH=/tmp/tmp.S4Xa9hIFSX [2020-08-05T23:59:34.050Z] #52 1.035 + GOPATH=/tmp/tmp.S4Xa9hIFSX [2020-08-05T23:59:34.050Z] #52 1.035 + RM_GOPATH=1 [2020-08-05T23:59:34.050Z] #52 1.035 + case "$(go env GOARCH)" in [2020-08-05T23:59:34.050Z] #52 1.035 ++ go env GOARCH [2020-08-05T23:59:34.050Z] #52 1.053 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:34.050Z] #52 1.053 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:34.050Z] #52 1.054 ++ dirname /tmp/install/install.sh [2020-08-05T23:59:34.050Z] #52 1.055 + dir=/tmp/install [2020-08-05T23:59:34.050Z] #52 1.059 + bin=containerd [2020-08-05T23:59:34.050Z] #52 1.059 + shift [2020-08-05T23:59:34.050Z] #52 1.060 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-08-05T23:59:34.050Z] #52 1.061 + . /tmp/install/containerd.installer [2020-08-05T23:59:34.050Z] #52 1.061 ++ set -e [2020-08-05T23:59:34.050Z] #52 1.061 ++ : 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-05T23:59:34.050Z] #52 1.061 + install_containerd [2020-08-05T23:59:34.050Z] #52 1.062 + echo 'Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175' [2020-08-05T23:59:34.050Z] #52 1.068 Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-05T23:59:34.050Z] #52 1.068 + git clone https://github.com/containerd/containerd.git /tmp/tmp.S4Xa9hIFSX/src/github.com/containerd/containerd [2020-08-05T23:59:34.050Z] #52 1.070 Cloning into '/tmp/tmp.S4Xa9hIFSX/src/github.com/containerd/containerd'... [2020-08-05T23:59:34.110Z] Commit message: "Update authors and mailmap" [2020-08-05T23:59:34.136Z] > git --version # timeout=10 [2020-08-05T23:59:34.156Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-08-05T23:59:34.196Z] #39 21.08 CC images/tcp-stream.o [2020-08-05T23:59:34.196Z] #39 21.20 CC images/sk-packet.o [2020-08-05T23:59:34.196Z] #39 21.32 CC images/mnt.o [2020-08-05T23:59:34.220Z] #25 ... [2020-08-05T23:59:34.220Z] [2020-08-05T23:59:34.220Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:34.220Z] #38 31.00 Reading package lists... [2020-08-05T23:59:34.220Z] #38 38.15 Building dependency tree... [2020-08-05T23:59:34.220Z] #38 42.65 The following additional packages will be installed: [2020-08-05T23:59:34.220Z] #38 42.65 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-08-05T23:59:34.220Z] #38 42.65 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-08-05T23:59:34.220Z] #38 42.66 Suggested packages: [2020-08-05T23:59:34.220Z] #38 42.67 manpages-dev python-setuptools [2020-08-05T23:59:34.220Z] #38 44.28 The following NEW packages will be installed: [2020-08-05T23:59:34.220Z] #38 44.28 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-08-05T23:59:34.220Z] #38 44.28 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-08-05T23:59:34.220Z] #38 44.28 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-08-05T23:59:34.220Z] #38 44.28 python-six zlib1g-dev [2020-08-05T23:59:34.220Z] #38 44.72 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:34.220Z] #38 44.72 Need to get 4095 kB of archives. [2020-08-05T23:59:34.220Z] #38 44.72 After this operation, 22.5 MB of additional disk space will be used. [2020-08-05T23:59:34.220Z] #38 44.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2020-08-05T23:59:34.220Z] #38 44.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-08-05T23:59:34.220Z] #38 44.73 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2020-08-05T23:59:34.220Z] #38 44.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-08-05T23:59:34.220Z] #38 44.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2020-08-05T23:59:34.220Z] #38 44.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-08-05T23:59:34.220Z] #38 44.77 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-08-05T23:59:34.220Z] #38 44.79 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2020-08-05T23:59:34.220Z] #38 44.82 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2020-08-05T23:59:34.220Z] #38 44.87 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2020-08-05T23:59:34.220Z] #38 44.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2020-08-05T23:59:34.220Z] #38 44.98 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2020-08-05T23:59:34.220Z] #38 45.04 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-08-05T23:59:34.220Z] #38 45.05 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2020-08-05T23:59:34.220Z] #38 45.05 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-08-05T23:59:34.220Z] #38 45.07 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2020-08-05T23:59:34.220Z] #38 45.09 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2020-08-05T23:59:34.220Z] #38 46.37 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:34.220Z] #38 46.56 Fetched 4095 kB in 1s (5680 kB/s) [2020-08-05T23:59:34.220Z] #38 46.73 Selecting previously unselected package libcap-dev:amd64. [2020-08-05T23:59:34.220Z] #38 46.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-08-05T23:59:34.220Z] #38 46.83 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2020-08-05T23:59:34.220Z] #38 46.85 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2020-08-05T23:59:34.220Z] #38 47.02 Selecting previously unselected package libnet1:amd64. [2020-08-05T23:59:34.220Z] #38 47.03 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-08-05T23:59:34.220Z] #38 47.05 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:34.220Z] #38 47.28 Selecting previously unselected package libnet1-dev. [2020-08-05T23:59:34.220Z] #38 47.31 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2020-08-05T23:59:34.220Z] #38 47.32 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:34.220Z] #38 47.69 Selecting previously unselected package libnl-3-200:amd64. [2020-08-05T23:59:34.220Z] #38 47.69 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-08-05T23:59:34.220Z] #38 47.70 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-08-05T23:59:34.477Z] #38 ... [2020-08-05T23:59:34.477Z] [2020-08-05T23:59:34.477Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:34.477Z] #32 46.86 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:34.477Z] #32 47.07 Fetched 14.9 MB in 2s (9099 kB/s) [2020-08-05T23:59:34.477Z] #32 47.29 Selecting previously unselected package xxd. [2020-08-05T23:59:34.477Z] #32 47.29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-08-05T23:59:34.477Z] #32 47.37 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-08-05T23:59:34.477Z] #32 47.40 Unpacking xxd (2:8.1.0875-5) ... [2020-08-05T23:59:34.477Z] #32 47.77 Selecting previously unselected package vim-common. [2020-08-05T23:59:34.477Z] #32 47.79 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-05T23:59:34.477Z] #32 47.88 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-05T23:59:34.477Z] #32 ... [2020-08-05T23:59:34.477Z] [2020-08-05T23:59:34.477Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:34.477Z] #30 38.06 sync [2020-08-05T23:59:34.477Z] #30 38.07 internal/reflectlite [2020-08-05T23:59:34.477Z] #30 41.14 sort [2020-08-05T23:59:34.477Z] #30 41.14 errors [2020-08-05T23:59:34.477Z] #30 41.74 strconv [2020-08-05T23:59:34.477Z] #30 42.56 io [2020-08-05T23:59:34.477Z] #30 44.46 internal/oserror [2020-08-05T23:59:34.477Z] #30 44.56 syscall [2020-08-05T23:59:34.477Z] #30 45.55 reflect [2020-08-05T23:59:34.486Z] #39 21.40 CC images/pipe-data.o [2020-08-05T23:59:34.486Z] #39 21.48 CC images/sa.o [2020-08-05T23:59:34.486Z] #39 21.57 CC images/timer.o [2020-08-05T23:59:34.566Z] #38 47.80 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-08-05T23:59:34.566Z] #38 47.82 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:34.566Z] #38 ... [2020-08-05T23:59:34.566Z] [2020-08-05T23:59:34.566Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:34.566Z] #32 30.65 Reading package lists... [2020-08-05T23:59:34.566Z] #32 38.09 Building dependency tree... [2020-08-05T23:59:34.566Z] #32 43.34 The following additional packages will be installed: [2020-08-05T23:59:34.566Z] #32 43.36 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-08-05T23:59:34.566Z] #32 43.38 Suggested packages: [2020-08-05T23:59:34.566Z] #32 43.39 cmake-doc ninja-build lrzip [2020-08-05T23:59:34.566Z] #32 43.39 Recommended packages: [2020-08-05T23:59:34.566Z] #32 43.39 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-08-05T23:59:34.566Z] #32 44.38 The following NEW packages will be installed: [2020-08-05T23:59:34.566Z] #32 44.39 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-08-05T23:59:34.566Z] #32 44.40 vim-common xxd [2020-08-05T23:59:34.566Z] #32 44.94 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:34.566Z] #32 44.94 Need to get 14.9 MB of archives. [2020-08-05T23:59:34.566Z] #32 44.94 After this operation, 61.8 MB of additional disk space will be used. [2020-08-05T23:59:34.566Z] #32 44.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-08-05T23:59:34.566Z] #32 44.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-08-05T23:59:34.566Z] #32 44.98 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-08-05T23:59:34.566Z] #32 45.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-08-05T23:59:34.566Z] #32 46.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-08-05T23:59:34.566Z] #32 46.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-08-05T23:59:34.567Z] #32 46.74 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-08-05T23:59:34.567Z] #32 46.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-08-05T23:59:34.567Z] #32 46.78 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-08-05T23:59:34.567Z] #32 46.79 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [Pipeline] withEnv [Pipeline] { [2020-08-05T23:59:34.617Z] #52 ... [2020-08-05T23:59:34.618Z] [2020-08-05T23:59:34.618Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:34.618Z] #30 38.01 sync [2020-08-05T23:59:34.618Z] #30 38.03 internal/reflectlite [2020-08-05T23:59:34.618Z] #30 40.91 sort [2020-08-05T23:59:34.618Z] #30 40.91 errors [2020-08-05T23:59:34.618Z] #30 41.31 strconv [2020-08-05T23:59:34.618Z] #30 42.66 io [2020-08-05T23:59:34.618Z] #30 45.01 internal/oserror [2020-08-05T23:59:34.618Z] #30 45.12 syscall [2020-08-05T23:59:34.618Z] #30 47.68 reflect [2020-08-05T23:59:34.618Z] #30 ... [2020-08-05T23:59:34.618Z] [2020-08-05T23:59:34.618Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:34.618Z] #38 47.64 Selecting previously unselected package libnl-3-200:amd64. [2020-08-05T23:59:34.618Z] #38 47.64 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2020-08-05T23:59:34.618Z] #38 47.64 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-08-05T23:59:34.618Z] #38 47.82 Selecting previously unselected package libnl-3-dev:amd64. [2020-08-05T23:59:34.618Z] #38 47.83 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-08-05T23:59:34.618Z] #38 47.84 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-08-05T23:59:34.618Z] #38 48.16 Selecting previously unselected package libprotobuf-c1:amd64. [2020-08-05T23:59:34.618Z] #38 48.16 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-08-05T23:59:34.618Z] #38 48.16 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:34.618Z] #38 ... [2020-08-05T23:59:34.618Z] [2020-08-05T23:59:34.618Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:34.618Z] #10 30.96 Reading package lists... [2020-08-05T23:59:34.618Z] #10 38.44 Building dependency tree... [2020-08-05T23:59:34.618Z] #10 42.81 The following additional packages will be installed: [2020-08-05T23:59:34.618Z] #10 42.81 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-08-05T23:59:34.618Z] #10 42.81 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-08-05T23:59:34.618Z] #10 42.81 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-08-05T23:59:34.618Z] #10 42.81 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-05T23:59:34.618Z] #10 42.92 Suggested packages: [2020-08-05T23:59:34.618Z] #10 42.92 gcc-8-locales seccomp wine64 [2020-08-05T23:59:34.618Z] #10 44.87 The following NEW packages will be installed: [2020-08-05T23:59:34.618Z] #10 44.87 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-08-05T23:59:34.618Z] #10 44.87 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-08-05T23:59:34.618Z] #10 44.87 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-08-05T23:59:34.618Z] #10 44.88 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-08-05T23:59:34.618Z] #10 44.88 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-08-05T23:59:34.618Z] #10 44.88 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-05T23:59:34.618Z] #10 45.30 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:34.618Z] #10 45.30 Need to get 77.7 MB of archives. [2020-08-05T23:59:34.618Z] #10 45.30 After this operation, 487 MB of additional disk space will be used. [2020-08-05T23:59:34.618Z] #10 45.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2020-08-05T23:59:34.618Z] #10 45.83 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-08-05T23:59:34.618Z] #10 46.29 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-08-05T23:59:34.618Z] #10 46.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-08-05T23:59:34.618Z] #10 46.32 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-08-05T23:59:34.618Z] #10 46.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-08-05T23:59:34.618Z] #10 47.10 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-08-05T23:59:34.618Z] #10 47.44 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-08-05T23:59:34.618Z] #10 47.45 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] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-08-05T23:59:34.735Z] #30 ... [2020-08-05T23:59:34.735Z] [2020-08-05T23:59:34.735Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:34.735Z] #52 1.075 + RM_GOPATH=0 [2020-08-05T23:59:34.735Z] #52 1.075 + TMP_GOPATH= [2020-08-05T23:59:34.735Z] #52 1.075 + : /build [2020-08-05T23:59:34.735Z] #52 1.076 + '[' -z '' ']' [2020-08-05T23:59:34.735Z] #52 1.082 ++ mktemp -d [2020-08-05T23:59:34.735Z] #52 1.083 + export GOPATH=/tmp/tmp.KiRmUWwH9z [2020-08-05T23:59:34.735Z] #52 1.083 + GOPATH=/tmp/tmp.KiRmUWwH9z [2020-08-05T23:59:34.735Z] #52 1.083 + RM_GOPATH=1 [2020-08-05T23:59:34.735Z] #52 1.083 + case "$(go env GOARCH)" in [2020-08-05T23:59:34.735Z] #52 1.089 ++ go env GOARCH [2020-08-05T23:59:34.735Z] #52 1.107 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:34.735Z] #52 1.108 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:34.735Z] #52 1.117 ++ dirname /tmp/install/install.sh [2020-08-05T23:59:34.735Z] #52 1.123 + dir=/tmp/install [2020-08-05T23:59:34.735Z] #52 1.127 + bin=containerd [2020-08-05T23:59:34.735Z] #52 1.129 + shift [2020-08-05T23:59:34.735Z] #52 1.130 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-08-05T23:59:34.735Z] #52 1.130 + . /tmp/install/containerd.installer [2020-08-05T23:59:34.735Z] #52 1.132 ++ set -e [2020-08-05T23:59:34.735Z] #52 1.132 ++ : 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-05T23:59:34.735Z] #52 1.134 + install_containerd [2020-08-05T23:59:34.735Z] #52 1.142 + echo 'Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175' [2020-08-05T23:59:34.735Z] #52 1.142 Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-05T23:59:34.735Z] #52 1.142 + git clone https://github.com/containerd/containerd.git /tmp/tmp.KiRmUWwH9z/src/github.com/containerd/containerd [2020-08-05T23:59:34.735Z] #52 1.143 Cloning into '/tmp/tmp.KiRmUWwH9z/src/github.com/containerd/containerd'... [2020-08-05T23:59:34.827Z] #32 ... [2020-08-05T23:59:34.827Z] [2020-08-05T23:59:34.827Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:34.827Z] #38 47.82 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:34.827Z] #38 47.83 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:34.827Z] #38 48.07 Selecting previously unselected package libprotobuf-dev:amd64. [2020-08-05T23:59:34.841Z] #39 21.80 CC images/timerfd.o [2020-08-05T23:59:34.841Z] #39 21.95 CC images/mm.o [2020-08-05T23:59:34.878Z] #10 ... [2020-08-05T23:59:34.879Z] [2020-08-05T23:59:34.879Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:34.879Z] #32 31.10 Reading package lists... [2020-08-05T23:59:34.879Z] #32 38.55 Building dependency tree... [2020-08-05T23:59:34.879Z] #32 42.32 The following additional packages will be installed: [2020-08-05T23:59:34.879Z] #32 42.32 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-08-05T23:59:34.879Z] #32 42.32 Suggested packages: [2020-08-05T23:59:34.879Z] #32 42.32 cmake-doc ninja-build lrzip [2020-08-05T23:59:34.879Z] #32 42.32 Recommended packages: [2020-08-05T23:59:34.879Z] #32 42.32 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-08-05T23:59:34.879Z] #32 44.00 The following NEW packages will be installed: [2020-08-05T23:59:34.879Z] #32 44.00 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-08-05T23:59:34.879Z] #32 44.00 vim-common xxd [2020-08-05T23:59:34.879Z] #32 44.71 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:34.879Z] #32 44.71 Need to get 14.9 MB of archives. [2020-08-05T23:59:34.879Z] #32 44.71 After this operation, 61.8 MB of additional disk space will be used. [2020-08-05T23:59:34.879Z] #32 44.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-08-05T23:59:34.879Z] #32 44.72 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-08-05T23:59:34.879Z] #32 44.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2020-08-05T23:59:34.879Z] #32 44.91 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-08-05T23:59:34.879Z] #32 45.95 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] [2020-08-05T23:59:34.879Z] #32 46.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2020-08-05T23:59:34.879Z] #32 46.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2020-08-05T23:59:34.879Z] #32 46.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2020-08-05T23:59:34.879Z] #32 46.09 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2020-08-05T23:59:34.879Z] #32 46.12 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2020-08-05T23:59:34.879Z] #32 47.88 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:34.879Z] #32 48.02 Fetched 14.9 MB in 2s (6893 kB/s) [2020-08-05T23:59:34.879Z] #32 48.12 Selecting previously unselected package xxd. [2020-08-05T23:59:34.879Z] #32 48.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 ... 15410 files and directories currently installed.) [2020-08-05T23:59:34.879Z] #32 48.22 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-08-05T23:59:34.879Z] #32 48.24 Unpacking xxd (2:8.1.0875-5) ... [2020-08-05T23:59:34.879Z] #32 ... [2020-08-05T23:59:34.879Z] [2020-08-05T23:59:34.879Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:34.879Z] #25 2.222 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-08-05T23:59:34.879Z] #25 2.580 [2020-08-05T23:59:35.087Z] #38 48.09 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:35.087Z] #38 48.09 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:35.132Z] #39 22.12 CC images/sk-opts.o [2020-08-05T23:59:35.132Z] #39 22.28 CC images/sk-unix.o [2020-08-05T23:59:35.253Z] + docker version [2020-08-05T23:59:35.300Z] #52 ... [2020-08-05T23:59:35.300Z] [2020-08-05T23:59:35.300Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:35.300Z] #41 38.83 sync [2020-08-05T23:59:35.300Z] #41 38.83 internal/reflectlite [2020-08-05T23:59:35.300Z] #41 41.15 github.com/LK4D4/vndr/godl/singleflight [2020-08-05T23:59:35.300Z] #41 41.64 math/rand [2020-08-05T23:59:35.300Z] #41 43.05 internal/singleflight [2020-08-05T23:59:35.300Z] #41 43.49 io [2020-08-05T23:59:35.300Z] #41 43.69 strconv [2020-08-05T23:59:35.300Z] #41 44.86 bytes [2020-08-05T23:59:35.300Z] #41 47.75 bufio [2020-08-05T23:59:35.300Z] #41 48.46 reflect [2020-08-05T23:59:35.300Z] #41 ... [2020-08-05T23:59:35.300Z] [2020-08-05T23:59:35.300Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:35.300Z] #38 48.08 Selecting previously unselected package libnl-3-dev:amd64. [2020-08-05T23:59:35.300Z] #38 48.11 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2020-08-05T23:59:35.300Z] #38 48.11 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2020-08-05T23:59:35.300Z] #38 48.42 Selecting previously unselected package libprotobuf-c1:amd64. [2020-08-05T23:59:35.300Z] #38 48.42 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-08-05T23:59:35.300Z] #38 48.44 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:35.300Z] #38 48.55 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-08-05T23:59:35.300Z] #38 48.55 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-08-05T23:59:35.300Z] #38 48.57 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:35.300Z] #38 48.69 Selecting previously unselected package zlib1g-dev:amd64. [2020-08-05T23:59:35.300Z] #38 48.71 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-08-05T23:59:35.300Z] #38 48.72 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-08-05T23:59:35.397Z] #25 2.750 ### 4.7% ######## 11.7% ########### 16.2% ################# 23.8% ######################## 34.4% ################################ 44.7% #################################### 50.8% [2020-08-05T23:59:35.397Z] #25 ... [2020-08-05T23:59:35.397Z] [2020-08-05T23:59:35.397Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:35.397Z] #41 38.83 internal/reflectlite [2020-08-05T23:59:35.397Z] #41 38.83 sync [2020-08-05T23:59:35.397Z] #41 40.39 github.com/LK4D4/vndr/godl/singleflight [2020-08-05T23:59:35.397Z] #41 40.70 math/rand [2020-08-05T23:59:35.397Z] #41 41.82 internal/singleflight [2020-08-05T23:59:35.397Z] #41 42.72 strconv [2020-08-05T23:59:35.397Z] #41 42.74 io [2020-08-05T23:59:35.397Z] #41 45.07 bytes [2020-08-05T23:59:35.397Z] #41 47.91 reflect [2020-08-05T23:59:35.397Z] #41 48.29 bufio [2020-08-05T23:59:35.397Z] #41 ... [2020-08-05T23:59:35.397Z] [2020-08-05T23:59:35.397Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:35.484Z] #39 22.45 CC images/sk-inet.o [2020-08-05T23:59:35.557Z] #38 48.99 Selecting previously unselected package libprotobuf17:amd64. [2020-08-05T23:59:35.557Z] #38 49.00 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:35.557Z] #38 49.02 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:35.657Z] #38 ... [2020-08-05T23:59:35.657Z] [2020-08-05T23:59:35.657Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:35.657Z] #30 38.81 internal/reflectlite [2020-08-05T23:59:35.657Z] #30 38.81 sync [2020-08-05T23:59:35.657Z] #30 42.32 errors [2020-08-05T23:59:35.657Z] #30 42.32 sort [2020-08-05T23:59:35.657Z] #30 43.11 strconv [2020-08-05T23:59:35.657Z] #30 43.99 io [2020-08-05T23:59:35.657Z] #30 45.47 internal/oserror [2020-08-05T23:59:35.657Z] #30 45.57 syscall [2020-08-05T23:59:35.657Z] #30 47.72 reflect [2020-08-05T23:59:35.774Z] #39 22.77 CC images/tun.o [2020-08-05T23:59:35.917Z] #30 ... [2020-08-05T23:59:35.917Z] [2020-08-05T23:59:35.917Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:35.917Z] #25 2.183 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-08-05T23:59:35.917Z] #25 2.494 [2020-08-05T23:59:36.136Z] #39 22.94 CC images/sk-netlink.o [2020-08-05T23:59:36.136Z] #39 23.07 CC images/packet-sock.o [2020-08-05T23:59:36.136Z] #39 23.30 CC images/ipc-var.o [2020-08-05T23:59:36.179Z] #25 2.750 ### 4.7% ######## 11.7% ########### 16.2% ################# 23.8% ######################## 34.4% ################################ 44.7% #################################### 50.8% ########################################## 59.0% ############################################### 65.4% ################################################### 71.4% ######################################################## 78.3% ############################################################ 83.8% ############################################################### 88.5% ###################################################################### 97.6% ######################################################################## 100.0% [2020-08-05T23:59:36.427Z] #39 23.38 CC images/ipc-desc.o [2020-08-05T23:59:36.427Z] #39 23.52 CC images/ipc-shm.o [2020-08-05T23:59:36.427Z] #39 23.59 CC images/ipc-msg.o [2020-08-05T23:59:36.427Z] #39 ... [2020-08-05T23:59:36.427Z] [2020-08-05T23:59:36.427Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:36.427Z] #47 46.67 encoding/json [2020-08-05T23:59:36.427Z] #47 49.96 github.com/pkg/diff [2020-08-05T23:59:36.427Z] #47 51.13 go/ast [2020-08-05T23:59:36.427Z] #47 51.76 golang.org/x/crypto/ssh/terminal [2020-08-05T23:59:36.427Z] #47 52.93 mvdan.cc/editorconfig [2020-08-05T23:59:36.427Z] #47 53.78 mvdan.cc/sh/v3/fileutil [2020-08-05T23:59:36.427Z] #47 53.89 mvdan.cc/sh/v3/syntax [2020-08-05T23:59:36.489Z] #38 49.99 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-08-05T23:59:36.489Z] #38 49.99 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:36.489Z] #38 50.00 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:36.746Z] #38 50.37 Selecting previously unselected package libprotobuf-dev:amd64. [2020-08-05T23:59:36.746Z] #38 50.37 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:36.746Z] #38 50.38 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:36.747Z] #25 4.668 [2020-08-05T23:59:36.768Z] #47 ... [2020-08-05T23:59:36.768Z] [2020-08-05T23:59:36.768Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:36.768Z] #39 23.71 CC images/ipc-sem.o [2020-08-05T23:59:36.768Z] #39 23.80 CC images/utsns.o [2020-08-05T23:59:37.008Z] #25 4.902 ################# 24.8% ########################################### 59.8% ######################################################################## 100.0% [2020-08-05T23:59:37.059Z] #39 23.88 CC images/creds.o [2020-08-05T23:59:37.059Z] #39 24.03 CC images/vma.o [2020-08-05T23:59:37.268Z] #25 5.446 [2020-08-05T23:59:37.429Z] #39 24.19 CC images/netdev.o [2020-08-05T23:59:37.429Z] #39 24.45 CC images/tty.o [2020-08-05T23:59:37.482Z] #25 2.686 0.8% ###### 9.2% ########## 14.7% ############### 21.2% ################### 27.7% ####################### 32.4% ############################ 39.6% ################################ 45.0% #################################### 51.3% #################################### 51.3% ######################################## 56.4% ########################################### 60.7% ############################################## 65.2% ################################################## 69.9% ##################################################### 74.5% ######################################################### 79.5% ############################################################# 85.5% ################################################################# 91.6% ####################################################################### 99.3% ######################################################################## 100.0% [2020-08-05T23:59:37.720Z] #39 24.78 CC images/file-lock.o [2020-08-05T23:59:37.787Z] #25 5.626 ################# 23.7% ############################################### 65.7% ######################################################################## 100.0% [2020-08-05T23:59:38.047Z] #25 6.225 [2020-08-05T23:59:38.053Z] #25 5.157 [2020-08-05T23:59:38.067Z] #39 24.89 CC images/rlimit.o [2020-08-05T23:59:38.067Z] #39 25.00 CC images/pagemap.o [2020-08-05T23:59:38.067Z] #39 25.13 CC images/siginfo.o [2020-08-05T23:59:38.119Z] #38 51.84 Selecting previously unselected package libprotoc17:amd64. [2020-08-05T23:59:38.119Z] #38 51.84 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:38.119Z] #38 51.85 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:38.313Z] #25 5.336 ###### 9.5% ################################# 46.9% ###################################################### 75.2% ######################################################################## 100.0% [2020-08-05T23:59:38.357Z] #39 25.27 CC images/rpc.o [2020-08-05T23:59:38.883Z] #25 6.025 [2020-08-05T23:59:39.051Z] #38 52.57 Selecting previously unselected package protobuf-c-compiler. [2020-08-05T23:59:39.051Z] #38 52.57 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-08-05T23:59:39.051Z] #38 52.58 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-05T23:59:39.051Z] #38 52.73 Selecting previously unselected package protobuf-compiler. [2020-08-05T23:59:39.051Z] #38 52.74 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:39.051Z] #38 52.75 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-08-05T23:59:39.053Z] #39 25.89 CC images/ext-file.o [2020-08-05T23:59:39.053Z] #39 25.99 CC images/cgroup.o [2020-08-05T23:59:39.320Z] #38 52.92 Selecting previously unselected package python-pkg-resources. [2020-08-05T23:59:39.320Z] #38 52.92 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-08-05T23:59:39.320Z] #38 52.94 Unpacking python-pkg-resources (40.8.0-1) ... [2020-08-05T23:59:39.343Z] #39 26.25 CC images/userns.o [2020-08-05T23:59:39.343Z] #39 26.38 CC images/google/protobuf/descriptor.o [2020-08-05T23:59:39.343Z] #39 ... [2020-08-05T23:59:39.343Z] [2020-08-05T23:59:39.343Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:39.343Z] #52 24.92 + export 'BUILDTAGS=netgo osusergo static_build' [2020-08-05T23:59:39.343Z] #52 24.92 + BUILDTAGS='netgo osusergo static_build' [2020-08-05T23:59:39.343Z] #52 24.93 + export EXTRA_FLAGS=-buildmode=pie [2020-08-05T23:59:39.343Z] #52 24.93 + EXTRA_FLAGS=-buildmode=pie [2020-08-05T23:59:39.343Z] #52 24.93 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-08-05T23:59:39.343Z] #52 24.93 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-08-05T23:59:39.343Z] #52 24.93 + '[' '' = dynamic ']' [2020-08-05T23:59:39.343Z] #52 24.93 + make [2020-08-05T23:59:39.343Z] #52 25.65 + bin/ctr [2020-08-05T23:59:39.343Z] #52 ... [2020-08-05T23:59:39.343Z] [2020-08-05T23:59:39.343Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:39.343Z] #10 57.98 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-08-05T23:59:39.343Z] #10 57.99 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2020-08-05T23:59:39.343Z] #10 57.99 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-05T23:59:39.403Z] #25 6.199 1.0% ######################## 33.8% ################################ 45.5% ############################################################## 87.0% ######################################################################## 100.0% [2020-08-05T23:59:39.579Z] #38 53.17 Selecting previously unselected package python-six. [2020-08-05T23:59:39.579Z] #38 53.18 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-08-05T23:59:39.579Z] #38 53.19 Unpacking python-six (1.12.0-1) ... [2020-08-05T23:59:39.579Z] #38 53.28 Selecting previously unselected package python-protobuf. [2020-08-05T23:59:39.579Z] #38 ... [2020-08-05T23:59:39.579Z] [2020-08-05T23:59:39.579Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:39.579Z] #25 2.133 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-08-05T23:59:39.579Z] #25 2.488 [2020-08-05T23:59:39.579Z] #25 2.644 ## 4.0% ####### 10.1% ############ 16.7% ################# 23.7% ################### 27.6% ####################### 32.8% ############################## 42.7% ################################## 48.3% ######################################### 57.0% ################################################ 67.6% ####################################################### 77.6% ################################################################ 89.6% ######################################################################## 100.0% [2020-08-05T23:59:39.579Z] #25 4.311 [2020-08-05T23:59:39.579Z] #25 4.543 ############# 18.5% ################################################## 70.0% ######################################################################## 100.0% [2020-08-05T23:59:39.579Z] #25 5.103 [2020-08-05T23:59:39.579Z] #25 5.294 ########## 13.9% ################################ 44.9% ####################################################### 76.8% ######################################################################## 100.0% [2020-08-05T23:59:39.579Z] #25 5.955 [2020-08-05T23:59:39.865Z] #25 6.414 ## 3.7% ######### 13.8% ################ 22.8% ###################### 30.8% ########################### 38.3% ############################## 42.6% ################################## 47.9% ####################################### 54.3% ########################################### 59.8% ################################################ 67.8% #################################################### 73.5% ######################################################## 78.5% ############################################################ 84.1% ################################################################ 90.0% ###################################################################### 98.5% ######################################################################## 100.0% [2020-08-05T23:59:39.972Z] #25 7.007 [2020-08-05T23:59:40.388Z] #10 ... [2020-08-05T23:59:40.388Z] [2020-08-05T23:59:40.388Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:40.388Z] #41 50.34 text/template/parse [2020-08-05T23:59:40.388Z] #41 52.72 go/parser [2020-08-05T23:59:40.388Z] #41 53.62 text/template [2020-08-05T23:59:40.388Z] #41 54.88 encoding/xml [2020-08-05T23:59:40.388Z] #41 56.92 go/doc [2020-08-05T23:59:40.388Z] #41 58.60 github.com/LK4D4/vndr/versioned [2020-08-05T23:59:40.388Z] #41 58.73 crypto/rsa [2020-08-05T23:59:40.388Z] #41 59.05 github.com/LK4D4/vndr/build [2020-08-05T23:59:40.388Z] #41 59.68 crypto/x509/pkix [2020-08-05T23:59:40.388Z] #41 59.99 vendor/golang.org/x/crypto/cryptobyte [2020-08-05T23:59:40.388Z] #41 ... [2020-08-05T23:59:40.388Z] [2020-08-05T23:59:40.388Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:40.388Z] #39 27.16 CC images/opts.o [2020-08-05T23:59:40.388Z] #39 27.35 CC images/seccomp.o [2020-08-05T23:59:40.388Z] #39 27.49 CC images/binfmt-misc.o [2020-08-05T23:59:40.433Z] #25 8.375 [2020-08-05T23:59:40.492Z] #25 7.214 # 2.6% ##### 8.2% ######### 13.9% ############# 19.1% ################## [2020-08-05T23:59:40.492Z] #25 ... [2020-08-05T23:59:40.492Z] [2020-08-05T23:59:40.492Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:40.492Z] #10 43.45 The following additional packages will be installed: [2020-08-05T23:59:40.492Z] #10 43.45 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-08-05T23:59:40.492Z] #10 43.46 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-08-05T23:59:40.492Z] #10 43.47 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-08-05T23:59:40.492Z] #10 43.47 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-05T23:59:40.492Z] #10 43.49 Suggested packages: [2020-08-05T23:59:40.492Z] #10 43.49 gcc-8-locales seccomp wine64 [2020-08-05T23:59:40.492Z] #10 44.71 The following NEW packages will be installed: [2020-08-05T23:59:40.492Z] #10 44.71 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-08-05T23:59:40.492Z] #10 44.71 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-08-05T23:59:40.492Z] #10 44.71 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-08-05T23:59:40.492Z] #10 44.72 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-08-05T23:59:40.492Z] #10 44.72 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-08-05T23:59:40.492Z] #10 44.72 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-05T23:59:40.492Z] #10 45.18 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-08-05T23:59:40.492Z] #10 45.18 Need to get 77.7 MB of archives. [2020-08-05T23:59:40.492Z] #10 45.18 After this operation, 487 MB of additional disk space will be used. [2020-08-05T23:59:40.492Z] #10 45.18 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-08-05T23:59:40.492Z] #10 45.47 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-08-05T23:59:40.492Z] #10 45.79 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-08-05T23:59:40.492Z] #10 45.81 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2020-08-05T23:59:40.492Z] #10 45.82 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2020-08-05T23:59:40.492Z] #10 45.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-08-05T23:59:40.492Z] #10 46.46 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-08-05T23:59:40.492Z] #10 46.75 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-08-05T23:59:40.492Z] #10 46.78 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-08-05T23:59:40.492Z] #10 50.32 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-08-05T23:59:40.492Z] #10 52.47 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-08-05T23:59:40.492Z] #10 52.47 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-08-05T23:59:40.492Z] #10 52.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-08-05T23:59:40.492Z] #10 52.50 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-08-05T23:59:40.492Z] #10 52.51 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-08-05T23:59:40.492Z] #10 52.51 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-08-05T23:59:40.492Z] #10 52.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-08-05T23:59:40.492Z] #10 52.54 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-08-05T23:59:40.492Z] #10 52.58 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-08-05T23:59:40.492Z] #10 52.60 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-08-05T23:59:40.492Z] #10 52.62 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-08-05T23:59:40.492Z] #10 52.69 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-08-05T23:59:40.492Z] #10 52.72 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-08-05T23:59:40.492Z] #10 52.74 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-08-05T23:59:40.492Z] #10 52.75 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-08-05T23:59:40.492Z] #10 ... [2020-08-05T23:59:40.492Z] [2020-08-05T23:59:40.492Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:40.678Z] #39 27.63 CC images/time.o [2020-08-05T23:59:40.968Z] #39 27.77 CC images/sysctl.o [2020-08-05T23:59:40.968Z] #39 27.93 CC images/autofs.o [2020-08-05T23:59:40.968Z] #39 28.02 CC images/macvlan.o [2020-08-05T23:59:41.267Z] #39 28.18 CC images/sit.o [2020-08-05T23:59:41.267Z] #39 ... [2020-08-05T23:59:41.267Z] [2020-08-05T23:59:41.267Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:41.267Z] #47 57.98 mvdan.cc/sh/v3/cmd/shfmt [2020-08-05T23:59:41.267Z] #47 DONE 61.5s [2020-08-05T23:59:41.267Z] [2020-08-05T23:59:41.267Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:41.267Z] #39 28.40 CC images/memfd.o [2020-08-05T23:59:41.644Z] #25 6.185 # 2.7% ##### 7.8% ######### 13.2% ############ 17.7% ################# 24.7% ###################### 30.9% ######################### 35.2% ############################## 42.4% ################################## 48.0% ####################################### 54.2% ############################################# 63.2% ############################################### 65.5% ################################################### 71.0% ####################################################### 76.7% ############################################################ 83.8% ############################################################### 88.1% ##################################################################### 96.9% ######################################################################## 100.0% [2020-08-05T23:59:41.796Z] #25 7.214 # 2.6% ##### 8.2% ######### 13.9% ############# 19.1% ################## 26.1% ####################### 32.8% ############################ 39.2% ################################ 44.8% ################################### 48.9% ##################################### 52.6% ######################################### 58.1% ############################################# 63.6% ################################################# 69.4% #################################################### 72.9% ########################################################## 80.6% ############################################################ 84.3% ############################################################### 87.8% [2020-08-05T23:59:41.796Z] #25 ... [2020-08-05T23:59:41.796Z] [2020-08-05T23:59:41.796Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:41.796Z] #52 1.212 + RM_GOPATH=0 [2020-08-05T23:59:41.796Z] #52 1.212 + TMP_GOPATH= [2020-08-05T23:59:41.796Z] #52 1.212 + : /build [2020-08-05T23:59:41.796Z] #52 1.212 + '[' -z '' ']' [2020-08-05T23:59:41.796Z] #52 1.212 ++ mktemp -d [2020-08-05T23:59:41.796Z] #52 1.212 + export GOPATH=/tmp/tmp.z4QXsc2f4I [2020-08-05T23:59:41.796Z] #52 1.212 + GOPATH=/tmp/tmp.z4QXsc2f4I [2020-08-05T23:59:41.796Z] #52 1.212 + RM_GOPATH=1 [2020-08-05T23:59:41.796Z] #52 1.212 + case "$(go env GOARCH)" in [2020-08-05T23:59:41.796Z] #52 1.212 ++ go env GOARCH [2020-08-05T23:59:41.796Z] #52 1.252 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:41.796Z] #52 1.252 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:41.796Z] #52 1.255 ++ dirname /tmp/install/install.sh [2020-08-05T23:59:41.796Z] #52 1.262 + dir=/tmp/install [2020-08-05T23:59:41.796Z] #52 1.262 + bin=containerd [2020-08-05T23:59:41.796Z] #52 1.262 + shift [2020-08-05T23:59:41.796Z] #52 1.262 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-08-05T23:59:41.796Z] #52 1.262 + . /tmp/install/containerd.installer [2020-08-05T23:59:41.796Z] #52 1.265 ++ set -e [2020-08-05T23:59:41.796Z] #52 1.265 ++ : 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-05T23:59:41.796Z] #52 1.265 + install_containerd [2020-08-05T23:59:41.796Z] #52 1.267 + echo 'Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175' [2020-08-05T23:59:41.796Z] #52 1.268 Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-05T23:59:41.796Z] #52 1.269 + git clone https://github.com/containerd/containerd.git /tmp/tmp.z4QXsc2f4I/src/github.com/containerd/containerd [2020-08-05T23:59:41.796Z] #52 1.283 Cloning into '/tmp/tmp.z4QXsc2f4I/src/github.com/containerd/containerd'... [2020-08-05T23:59:41.903Z] #25 8.293 [2020-08-05T23:59:41.975Z] #39 28.75 CC images/timens.o [2020-08-05T23:59:41.975Z] #39 28.83 LINK images/built-in.o [2020-08-05T23:59:41.975Z] #39 28.92 GEN compel/include/asm [2020-08-05T23:59:41.975Z] #39 28.96 GEN compel/include/version.h [2020-08-05T23:59:41.975Z] #39 28.98 touch .config [2020-08-05T23:59:41.975Z] #39 29.01 GEN include/common/config.h [2020-08-05T23:59:41.975Z] #39 29.09 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2020-08-05T23:59:42.057Z] #52 ... [2020-08-05T23:59:42.057Z] [2020-08-05T23:59:42.057Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:42.057Z] #25 7.214 # 2.6% ##### 8.2% ######### 13.9% ############# 19.1% ################## 26.1% ####################### 32.8% ############################ 39.2% ################################ 44.8% ################################### 48.9% ##################################### 52.6% ######################################### 58.1% ############################################# 63.6% ################################################# 69.4% #################################################### 72.9% ########################################################## 80.6% ############################################################ 84.3% ############################################################### 87.8% #################################################################### 94.7% ######################################################################## 100.0% [2020-08-05T23:59:42.301Z] #39 29.13 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-08-05T23:59:42.301Z] #39 29.14 GEN compel/plugins/include/uapi/std/syscall.h [2020-08-05T23:59:42.301Z] #39 29.16 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2020-08-05T23:59:42.301Z] #39 29.20 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2020-08-05T23:59:42.301Z] #39 29.26 DEP compel/arch/s390/plugins/std/parasite-head.d [2020-08-05T23:59:42.301Z] #39 29.28 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-08-05T23:59:42.301Z] #39 29.28 DEP compel/plugins/std/infect.d [2020-08-05T23:59:42.301Z] #39 29.33 DEP compel/plugins/std/string.d [2020-08-05T23:59:42.301Z] #39 29.38 DEP compel/plugins/std/log.d [2020-08-05T23:59:42.591Z] #39 29.49 DEP compel/plugins/std/fds.d [2020-08-05T23:59:42.591Z] #39 29.53 DEP compel/plugins/std/std.d [2020-08-05T23:59:42.591Z] #39 29.57 DEP compel/plugins/shmem/shmem.d [2020-08-05T23:59:42.591Z] #39 29.62 DEP compel/plugins/fds/fds.d [2020-08-05T23:59:42.591Z] #39 29.68 CC compel/plugins/std/std.o [2020-08-05T23:59:42.627Z] #25 9.539 [2020-08-05T23:59:42.943Z] #39 29.83 CC compel/plugins/std/fds.o [2020-08-05T23:59:43.234Z] #39 30.12 CC compel/plugins/std/log.o [2020-08-05T23:59:43.930Z] #25 9.705 0.1% # 2.2% ## 3.8% #### 6.1% ##### 8.2% ####### 10.1% ######## 11.5% ######### 13.0% ########## 14.7% ########### 16.5% ############# 18.3% ############## 20.4% ################ 22.6% ################# 24.5% [2020-08-05T23:59:43.930Z] #25 ... [2020-08-05T23:59:43.930Z] [2020-08-05T23:59:43.930Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:43.930Z] #41 46.99 bytes [2020-08-05T23:59:43.930Z] #41 49.10 bufio [2020-08-05T23:59:43.930Z] #41 49.90 reflect [2020-08-05T23:59:43.930Z] #41 51.29 syscall [2020-08-05T23:59:43.959Z] #39 30.65 CC compel/plugins/std/string.o [2020-08-05T23:59:43.959Z] #39 31.02 CC compel/plugins/std/infect.o [2020-08-05T23:59:44.192Z] #41 ... [2020-08-05T23:59:44.192Z] [2020-08-05T23:59:44.192Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:44.254Z] #39 31.22 CC compel/arch/s390/plugins/std/parasite-head.o [2020-08-05T23:59:44.254Z] #39 31.26 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2020-08-05T23:59:44.254Z] #39 31.29 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2020-08-05T23:59:44.544Z] #39 31.38 AR compel/plugins/std.lib.a [2020-08-05T23:59:44.544Z] #39 31.43 CC compel/plugins/fds/fds.o [2020-08-05T23:59:44.795Z] #25 8.523 # 1.4% ## 4.0% #### 6.3% ###### 8.4% ####### 10.8% ######### 13.2% ########### 15.4% ############ 17.6% ############## 19.7% ############### 21.2% ############### 21.8% ################ 22.8% ################## 25.3% #################### 27.9% ###################### 30.7% ######################## 33.6% ######################### 35.6% ########################## 37.4% ############################ 39.9% ############################## 42.6% ################################ 44.8% ################################## 47.9% ################################### 49.8% ##################################### 51.6% [2020-08-05T23:59:44.795Z] #25 ... [2020-08-05T23:59:44.795Z] [2020-08-05T23:59:44.795Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:44.795Z] #32 48.35 Selecting previously unselected package cmake-data. [2020-08-05T23:59:44.795Z] #32 48.36 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-08-05T23:59:44.795Z] #32 48.37 Unpacking cmake-data (3.13.4-1) ... [2020-08-05T23:59:44.795Z] #32 51.60 Selecting previously unselected package libicu63:amd64. [2020-08-05T23:59:44.795Z] #32 51.61 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-08-05T23:59:44.795Z] #32 51.62 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-05T23:59:44.795Z] #32 ... [2020-08-05T23:59:44.795Z] [2020-08-05T23:59:44.795Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:44.843Z] #25 8.552 1.2% ## 3.4% ### 5.0% #### 6.4% ##### 8.1% ###### 9.6% ######## 11.2% ######## 12.3% ######### 13.9% ########## 15.0% ########### 16.6% ############# 18.2% ############## 19.8% ############### 21.1% ################ 22.5% ################# 24.1% ################## 25.2% ################### 26.7% ##################### 29.3% ##################### 30.3% ###################### 31.5% ####################### 32.8% ######################## 33.8% ######################### 35.3% ########################## 36.5% ########################### 37.8% ############################ 39.1% ############################# 40.3% ############################# 41.2% ############################## 42.6% ################################ 45.1% ################################## 47.4% ################################### 48.7% ##################################### 51.6% ####################################### 54.3% ######################################### 57.1% ########################################## 58.5% ########################################### 60.4% ############################################ 62.1% ############################################## 65.0% [2020-08-05T23:59:44.843Z] #25 ... [2020-08-05T23:59:44.843Z] [2020-08-05T23:59:44.843Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:44.843Z] #38 48.31 Selecting previously unselected package libprotobuf-c-dev:amd64. [2020-08-05T23:59:44.843Z] #38 48.34 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2020-08-05T23:59:44.843Z] #38 48.36 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:44.843Z] #38 48.52 Selecting previously unselected package zlib1g-dev:amd64. [2020-08-05T23:59:44.843Z] #38 48.55 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2020-08-05T23:59:44.843Z] #38 48.57 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-08-05T23:59:44.843Z] #38 48.82 Selecting previously unselected package libprotobuf17:amd64. [2020-08-05T23:59:44.843Z] #38 48.86 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:44.843Z] #38 48.87 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:44.843Z] #38 49.84 Selecting previously unselected package libprotobuf-lite17:amd64. [2020-08-05T23:59:44.843Z] #38 49.84 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:44.843Z] #38 49.85 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:44.844Z] #38 50.12 Selecting previously unselected package libprotobuf-dev:amd64. [2020-08-05T23:59:44.844Z] #38 50.12 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:44.844Z] #38 50.15 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:44.844Z] #38 51.66 Selecting previously unselected package libprotoc17:amd64. [2020-08-05T23:59:44.844Z] #38 51.67 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:44.844Z] #38 51.67 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:44.844Z] #38 52.41 Selecting previously unselected package protobuf-c-compiler. [2020-08-05T23:59:44.844Z] #38 52.42 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-08-05T23:59:44.844Z] #38 52.43 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-05T23:59:44.844Z] #38 52.58 Selecting previously unselected package protobuf-compiler. [2020-08-05T23:59:44.844Z] #38 52.60 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:44.844Z] #38 52.61 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-08-05T23:59:44.844Z] #38 52.78 Selecting previously unselected package python-pkg-resources. [2020-08-05T23:59:44.844Z] #38 52.81 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-08-05T23:59:44.844Z] #38 52.82 Unpacking python-pkg-resources (40.8.0-1) ... [2020-08-05T23:59:44.844Z] #38 53.07 Selecting previously unselected package python-six. [2020-08-05T23:59:44.844Z] #38 53.08 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-08-05T23:59:44.844Z] #38 53.09 Unpacking python-six (1.12.0-1) ... [2020-08-05T23:59:44.844Z] #38 53.23 Selecting previously unselected package python-protobuf. [2020-08-05T23:59:44.844Z] #38 53.25 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:44.844Z] #38 53.26 Unpacking python-protobuf (3.6.1.3-2) ... [2020-08-05T23:59:44.844Z] #38 53.93 Setting up python-pkg-resources (40.8.0-1) ... [2020-08-05T23:59:44.899Z] #39 31.70 AR compel/plugins/fds.lib.a [2020-08-05T23:59:44.899Z] #39 31.72 HOSTDEP compel/src/lib/log-host.d [2020-08-05T23:59:44.899Z] #39 31.82 HOSTDEP compel/src/lib/handle-elf-host.d [2020-08-05T23:59:44.899Z] #39 31.90 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2020-08-05T23:59:44.899Z] #39 31.96 HOSTDEP compel/src/main-host.d [2020-08-05T23:59:44.976Z] #25 9.705 0.1% # 2.2% ## 3.8% #### 6.1% ##### 8.2% ####### 10.1% ######## 11.5% ######### 13.0% ########## 14.7% ########### 16.5% ############# 18.3% ############## 20.4% ################ 22.6% ################# 24.5% ################### 26.8% #################### 29.0% ###################### 30.8% ######################## 33.7% ######################### 35.6% ########################## 37.5% ############################ 39.3% ############################## 42.1% ############################### 44.4% ################################# 47.1% [2020-08-05T23:59:44.976Z] #25 ... [2020-08-05T23:59:44.976Z] [2020-08-05T23:59:44.976Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:44.976Z] #32 48.14 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:44.976Z] #32 48.30 Fetched 14.9 MB in 3s (5890 kB/s) [2020-08-05T23:59:44.976Z] #32 48.41 Selecting previously unselected package xxd. [2020-08-05T23:59:44.976Z] #32 48.41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-08-05T23:59:44.976Z] #32 48.54 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-08-05T23:59:44.976Z] #32 48.55 Unpacking xxd (2:8.1.0875-5) ... [2020-08-05T23:59:44.976Z] #32 48.80 Selecting previously unselected package vim-common. [2020-08-05T23:59:44.976Z] #32 48.81 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-05T23:59:44.976Z] #32 48.85 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-05T23:59:44.976Z] #32 49.35 Selecting previously unselected package cmake-data. [2020-08-05T23:59:44.976Z] #32 49.36 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-08-05T23:59:44.976Z] #32 49.37 Unpacking cmake-data (3.13.4-1) ... [2020-08-05T23:59:44.976Z] #32 52.70 Selecting previously unselected package libicu63:amd64. [2020-08-05T23:59:44.976Z] #32 52.70 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-08-05T23:59:44.976Z] #32 52.71 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-05T23:59:44.978Z] Removing intermediate container 593ee88c914d [2020-08-05T23:59:44.978Z] ---> b1acf6066212 [2020-08-05T23:59:44.978Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2020-08-05T23:59:44.978Z] ---> 4bc81aa2240f [2020-08-05T23:59:44.978Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2020-08-05T23:59:44.978Z] ---> ac92f2893f3b [2020-08-05T23:59:44.978Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2020-08-05T23:59:44.978Z] ---> Running in 33f55626b013 [2020-08-05T23:59:44.978Z] Removing intermediate container 33f55626b013 [2020-08-05T23:59:44.978Z] ---> c704f9857f4a [2020-08-05T23:59:44.978Z] Successfully built c704f9857f4a [2020-08-05T23:59:44.978Z] Successfully tagged moby-buildx:latest [2020-08-05T23:59:44.978Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2020-08-05T23:59:44.978Z] if [ -n "${id}" ]; then \ [2020-08-05T23:59:44.978Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2020-08-05T23:59:44.978Z] && touch bundles/buildx; \ [2020-08-05T23:59:44.978Z] docker rm -f ${id}; \ [2020-08-05T23:59:44.978Z] fi [2020-08-05T23:59:44.978Z] 4a184b5ccf22b4e64a2b3f904bf0838b14786650862789268b8a0b63c215700a [2020-08-05T23:59:44.978Z] bundles/buildx version [2020-08-05T23:59:44.978Z] buildx v0.3.1 6db68d0 [2020-08-05T23:59:44.978Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e . [2020-08-05T23:59:44.978Z] #1 [internal] booting buildkit [2020-08-05T23:59:44.978Z] #1 pulling image moby/buildkit:buildx-stable-1 [2020-08-05T23:59:44.978Z] #1 pulling image moby/buildkit:buildx-stable-1 1.8s done [2020-08-05T23:59:44.978Z] #1 creating container buildx_buildkit_default [2020-08-05T23:59:44.978Z] #1 creating container buildx_buildkit_default 0.4s done [2020-08-05T23:59:44.978Z] #1 DONE 2.2s [2020-08-05T23:59:44.978Z] [2020-08-05T23:59:44.978Z] #2 [internal] load build definition from Dockerfile [2020-08-05T23:59:44.978Z] #2 transferring dockerfile: [2020-08-05T23:59:44.978Z] #2 transferring dockerfile: 16.36kB done [2020-08-05T23:59:44.978Z] #2 DONE 0.0s [2020-08-05T23:59:44.978Z] [2020-08-05T23:59:44.978Z] #3 [internal] load .dockerignore [2020-08-05T23:59:44.978Z] #3 transferring context: 87B done [2020-08-05T23:59:44.978Z] #3 DONE 0.0s [2020-08-05T23:59:44.978Z] [2020-08-05T23:59:44.978Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-08-05T23:59:44.978Z] #4 DONE 1.0s [2020-08-05T23:59:44.978Z] [2020-08-05T23:59:44.978Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-08-05T23:59:44.978Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-08-05T23:59:44.978Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-08-05T23:59:44.978Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done [2020-08-05T23:59:44.978Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s [2020-08-05T23:59:44.978Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done [2020-08-05T23:59:44.978Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.4s done [2020-08-05T23:59:44.978Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2020-08-05T23:59:44.978Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done [2020-08-05T23:59:44.978Z] #5 DONE 1.0s [2020-08-05T23:59:44.978Z] [2020-08-05T23:59:44.978Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-08-05T23:59:45.103Z] #38 ... [2020-08-05T23:59:45.104Z] [2020-08-05T23:59:45.104Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:45.104Z] #25 8.552 1.2% ## 3.4% ### 5.0% #### 6.4% ##### 8.1% ###### 9.6% ######## 11.2% ######## 12.3% ######### 13.9% ########## 15.0% ########### 16.6% ############# 18.2% ############## 19.8% ############### 21.1% ################ 22.5% ################# 24.1% ################## 25.2% ################### 26.7% ##################### 29.3% ##################### 30.3% ###################### 31.5% ####################### 32.8% ######################## 33.8% ######################### 35.3% ########################## 36.5% ########################### 37.8% ############################ 39.1% ############################# 40.3% ############################# 41.2% ############################## 42.6% ################################ 45.1% ################################## 47.4% ################################### 48.7% ##################################### 51.6% ####################################### 54.3% ######################################### 57.1% ########################################## 58.5% ########################################### 60.4% ############################################ 62.1% ############################################## 65.0% ################################################ 67.6% ################################################## 70.1% [2020-08-05T23:59:45.104Z] #25 ... [2020-08-05T23:59:45.104Z] [2020-08-05T23:59:45.104Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:45.104Z] #32 48.53 Selecting previously unselected package vim-common. [2020-08-05T23:59:45.104Z] #32 48.55 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-05T23:59:45.104Z] #32 48.63 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-05T23:59:45.104Z] #32 49.07 Selecting previously unselected package cmake-data. [2020-08-05T23:59:45.104Z] #32 49.08 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-08-05T23:59:45.104Z] #32 49.10 Unpacking cmake-data (3.13.4-1) ... [2020-08-05T23:59:45.104Z] #32 52.28 Selecting previously unselected package libicu63:amd64. [2020-08-05T23:59:45.104Z] #32 52.31 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-08-05T23:59:45.104Z] #32 52.32 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-05T23:59:45.104Z] #32 ... [2020-08-05T23:59:45.104Z] [2020-08-05T23:59:45.104Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:45.190Z] #39 32.10 DEP compel/src/lib/ptrace.d [2020-08-05T23:59:45.190Z] #39 32.19 DEP compel/src/lib/infect.d [2020-08-05T23:59:45.239Z] #32 ... [2020-08-05T23:59:45.239Z] [2020-08-05T23:59:45.239Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:45.280Z] Client: Docker Engine - Community [2020-08-05T23:59:45.280Z] Version: 19.03.12 [2020-08-05T23:59:45.280Z] API version: 1.40 [2020-08-05T23:59:45.280Z] Go version: go1.13.10 [2020-08-05T23:59:45.280Z] Git commit: 48a6621 [2020-08-05T23:59:45.280Z] Built: Mon Jun 22 15:46:32 2020 [2020-08-05T23:59:45.280Z] OS/Arch: linux/arm64 [2020-08-05T23:59:45.280Z] Experimental: false [2020-08-05T23:59:45.280Z] [2020-08-05T23:59:45.280Z] Server: Docker Engine - Community [2020-08-05T23:59:45.280Z] Engine: [2020-08-05T23:59:45.280Z] Version: 19.03.12 [2020-08-05T23:59:45.280Z] API version: 1.40 (minimum version 1.12) [2020-08-05T23:59:45.280Z] Go version: go1.13.10 [2020-08-05T23:59:45.280Z] Git commit: 48a6621 [2020-08-05T23:59:45.280Z] Built: Mon Jun 22 15:45:04 2020 [2020-08-05T23:59:45.280Z] OS/Arch: linux/arm64 [2020-08-05T23:59:45.280Z] Experimental: true [2020-08-05T23:59:45.280Z] containerd: [2020-08-05T23:59:45.280Z] Version: 1.2.13 [2020-08-05T23:59:45.280Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-08-05T23:59:45.280Z] runc: [2020-08-05T23:59:45.280Z] Version: 1.0.0-rc10 [2020-08-05T23:59:45.280Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-08-05T23:59:45.280Z] docker-init: [2020-08-05T23:59:45.280Z] Version: 0.18.0 [2020-08-05T23:59:45.280Z] GitCommit: fec3683 [Pipeline] sh [2020-08-05T23:59:45.542Z] #39 32.30 DEP compel/src/lib/infect-util.d [2020-08-05T23:59:45.542Z] #39 32.43 DEP compel/src/lib/infect-rpc.d [2020-08-05T23:59:45.542Z] #39 32.51 DEP compel/arch/s390/src/lib/infect.d [2020-08-05T23:59:45.542Z] #39 32.61 DEP compel/arch/s390/src/lib/cpu.d [2020-08-05T23:59:45.542Z] #39 32.62 DEP compel/src/lib/log.d [2020-08-05T23:59:45.542Z] #39 32.66 DEP compel/src/main.d [2020-08-05T23:59:45.542Z] #39 32.72 DEP compel/src/lib/handle-elf.d [2020-08-05T23:59:45.627Z] + docker info [2020-08-05T23:59:45.823Z] #25 8.523 # 1.4% ## 4.0% #### 6.3% ###### 8.4% ####### 10.8% ######### 13.2% ########### 15.4% ############ 17.6% ############## 19.7% ############### 21.2% ############### 21.8% ################ 22.8% ################## 25.3% #################### 27.9% ###################### 30.7% ######################## 33.6% ######################### 35.6% ########################## 37.4% ############################ 39.9% ############################## 42.6% ################################ 44.8% ################################## 47.9% ################################### 49.8% ##################################### 51.6% ####################################### 54.3% ######################################## 56.4% ########################################## 58.6% ########################################### 60.8% ############################################# 62.8% ############################################## 65.0% ################################################ 67.1% ################################################# 68.9% ################################################## 70.3% ################################################### 72.0% #################################################### 73.0% [2020-08-05T23:59:45.823Z] #25 ... [2020-08-05T23:59:45.823Z] [2020-08-05T23:59:45.823Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-05T23:59:45.823Z] #28 49.39 Checking out files: 88% (1342/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-08-05T23:59:45.823Z] #28 50.08 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-08-05T23:59:45.823Z] #28 50.23 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-08-05T23:59:45.832Z] #39 32.82 DEP compel/arch/s390/src/lib/handle-elf.d [2020-08-05T23:59:45.832Z] #39 32.90 CC compel/src/lib/log.o [2020-08-05T23:59:45.883Z] #25 8.552 1.2% ## 3.4% ### 5.0% #### 6.4% ##### 8.1% ###### 9.6% ######## 11.2% ######## 12.3% ######### 13.9% ########## 15.0% ########### 16.6% ############# 18.2% ############## 19.8% ############### 21.1% ################ 22.5% ################# 24.1% ################## 25.2% ################### 26.7% ##################### 29.3% ##################### 30.3% ###################### 31.5% ####################### 32.8% ######################## 33.8% ######################### 35.3% ########################## 36.5% ########################### 37.8% ############################ 39.1% ############################# 40.3% ############################# 41.2% ############################## 42.6% ################################ 45.1% ################################## 47.4% ################################### 48.7% ##################################### 51.6% ####################################### 54.3% ######################################### 57.1% ########################################## 58.5% ########################################### 60.4% ############################################ 62.1% ############################################## 65.0% ################################################ 67.6% ################################################## 70.1% #################################################### 72.4% ##################################################### 74.6% ####################################################### 77.2% ######################################################## 78.6% ########################################################## 81.1% ########################################################### 82.8% ############################################################# 85.4% [2020-08-05T23:59:45.883Z] #25 ... [2020-08-05T23:59:45.883Z] [2020-08-05T23:59:45.883Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-05T23:59:45.883Z] #28 49.26 Checking out files: 89% (1362/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-08-05T23:59:45.883Z] #28 49.78 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-08-05T23:59:45.883Z] #28 49.99 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-08-05T23:59:45.883Z] #28 ... [2020-08-05T23:59:45.883Z] [2020-08-05T23:59:45.883Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:46.023Z] #25 9.705 0.1% # 2.2% ## 3.8% #### 6.1% ##### 8.2% ####### 10.1% ######## 11.5% ######### 13.0% ########## 14.7% ########### 16.5% ############# 18.3% ############## 20.4% ################ 22.6% ################# 24.5% ################### 26.8% #################### 29.0% ###################### 30.8% ######################## 33.7% ######################### 35.6% ########################## 37.5% ############################ 39.3% ############################## 42.1% ############################### 44.4% ################################# 47.1% ################################### 49.1% ##################################### 51.6% ###################################### 53.8% ######################################## 56.8% ########################################## 59.3% ############################################ 61.4% ############################################# 63.8% ############################################### 65.5% ################################################ 67.5% [2020-08-05T23:59:46.023Z] #25 ... [2020-08-05T23:59:46.023Z] [2020-08-05T23:59:46.023Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-05T23:59:46.023Z] #28 49.02 Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-08-05T23:59:46.023Z] #28 49.70 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-08-05T23:59:46.023Z] #28 49.99 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-08-05T23:59:46.027Z] #7 DONE 0.8s [2020-08-05T23:59:46.027Z] [2020-08-05T23:59:46.027Z] #6 [internal] load metadata for docker.io/library/golang:1.13.14-buster [2020-08-05T23:59:46.027Z] #6 DONE 0.8s [2020-08-05T23:59:46.027Z] [2020-08-05T23:59:46.027Z] #64 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-08-05T23:59:46.027Z] #64 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-08-05T23:59:46.082Z] #28 ... [2020-08-05T23:59:46.082Z] [2020-08-05T23:59:46.082Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:46.082Z] #25 8.523 # 1.4% ## 4.0% #### 6.3% ###### 8.4% ####### 10.8% ######### 13.2% ########### 15.4% ############ 17.6% ############## 19.7% ############### 21.2% ############### 21.8% ################ 22.8% ################## 25.3% #################### 27.9% ###################### 30.7% ######################## 33.6% ######################### 35.6% ########################## 37.4% ############################ 39.9% ############################## 42.6% ################################ 44.8% ################################## 47.9% ################################### 49.8% ##################################### 51.6% ####################################### 54.3% ######################################## 56.4% ########################################## 58.6% ########################################### 60.8% ############################################# 62.8% ############################################## 65.0% ################################################ 67.1% ################################################# 68.9% ################################################## 70.3% ################################################### 72.0% #################################################### 73.0% ##################################################### 74.6% ###################################################### 76.3% [2020-08-05T23:59:46.082Z] #25 ... [2020-08-05T23:59:46.082Z] [2020-08-05T23:59:46.082Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:46.082Z] #41 49.75 syscall [2020-08-05T23:59:46.082Z] #41 57.10 time [2020-08-05T23:59:46.185Z] #39 33.03 CC compel/arch/s390/src/lib/cpu.o [2020-08-05T23:59:46.185Z] #39 33.16 CC compel/arch/s390/src/lib/infect.o [2020-08-05T23:59:46.287Z] #28 ... [2020-08-05T23:59:46.287Z] [2020-08-05T23:59:46.287Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:46.341Z] #41 ... [2020-08-05T23:59:46.341Z] [2020-08-05T23:59:46.341Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:46.476Z] #39 33.54 CC compel/src/lib/infect-rpc.o [2020-08-05T23:59:46.663Z] #25 8.552 1.2% ## 3.4% ### 5.0% #### 6.4% ##### 8.1% ###### 9.6% ######## 11.2% ######## 12.3% ######### 13.9% ########## 15.0% ########### 16.6% ############# 18.2% ############## 19.8% ############### 21.1% ################ 22.5% ################# 24.1% ################## 25.2% ################### 26.7% ##################### 29.3% ##################### 30.3% ###################### 31.5% ####################### 32.8% ######################## 33.8% ######################### 35.3% ########################## 36.5% ########################### 37.8% ############################ 39.1% ############################# 40.3% ############################# 41.2% ############################## 42.6% ################################ 45.1% ################################## 47.4% ################################### 48.7% ##################################### 51.6% ####################################### 54.3% ######################################### 57.1% ########################################## 58.5% ########################################### 60.4% ############################################ 62.1% ############################################## 65.0% ################################################ 67.6% ################################################## 70.1% #################################################### 72.4% ##################################################### 74.6% ####################################################### 77.2% ######################################################## 78.6% ########################################################## 81.1% ########################################################### 82.8% ############################################################# 85.4% ############################################################## 87.2% ################################################################ 89.0% ################################################################# 91.1% ################################################################### 93.3% ##################################################################### 96.2% ###################################################################### 98.2% ######################################################################## 100.0% [2020-08-05T23:59:46.663Z] #25 14.79 [2020-08-05T23:59:46.663Z] #25 ... [2020-08-05T23:59:46.663Z] [2020-08-05T23:59:46.663Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:46.663Z] #41 50.07 syscall [2020-08-05T23:59:46.663Z] #41 57.28 time [2020-08-05T23:59:46.696Z] #64 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-08-05T23:59:46.696Z] #64 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-08-05T23:59:46.696Z] #64 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0B / 9.86MB 0.1s [2020-08-05T23:59:46.811Z] #39 33.86 CC compel/src/lib/infect-util.o [2020-08-05T23:59:46.815Z] #25 9.705 0.1% # 2.2% ## 3.8% #### 6.1% ##### 8.2% ####### 10.1% ######## 11.5% ######### 13.0% ########## 14.7% ########### 16.5% ############# 18.3% ############## 20.4% ################ 22.6% ################# 24.5% ################### 26.8% #################### 29.0% ###################### 30.8% ######################## 33.7% ######################### 35.6% ########################## 37.5% ############################ 39.3% ############################## 42.1% ############################### 44.4% ################################# 47.1% ################################### 49.1% ##################################### 51.6% ###################################### 53.8% ######################################## 56.8% ########################################## 59.3% ############################################ 61.4% ############################################# 63.8% ############################################### 65.5% ################################################ 67.5% ################################################## 70.1% #################################################### 72.4% ##################################################### 74.9% ####################################################### 77.5% ######################################################### 80.5% ############################################################ 83.4% [2020-08-05T23:59:46.815Z] #25 ... [2020-08-05T23:59:46.815Z] [2020-08-05T23:59:46.815Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:46.815Z] #38 49.75 Selecting previously unselected package libprotoc17:amd64. [2020-08-05T23:59:46.815Z] #38 49.76 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:46.815Z] #38 49.76 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:46.815Z] #38 50.72 Selecting previously unselected package protobuf-c-compiler. [2020-08-05T23:59:46.815Z] #38 50.73 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2020-08-05T23:59:46.815Z] #38 50.74 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-05T23:59:46.815Z] #38 50.89 Selecting previously unselected package protobuf-compiler. [2020-08-05T23:59:46.815Z] #38 50.92 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:46.815Z] #38 50.93 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-08-05T23:59:46.815Z] #38 51.04 Selecting previously unselected package python-pkg-resources. [2020-08-05T23:59:46.815Z] #38 51.05 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-08-05T23:59:46.815Z] #38 51.07 Unpacking python-pkg-resources (40.8.0-1) ... [2020-08-05T23:59:46.815Z] #38 51.30 Selecting previously unselected package python-six. [2020-08-05T23:59:46.815Z] #38 51.31 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-08-05T23:59:46.815Z] #38 51.32 Unpacking python-six (1.12.0-1) ... [2020-08-05T23:59:46.815Z] #38 51.54 Selecting previously unselected package python-protobuf. [2020-08-05T23:59:46.815Z] #38 51.55 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:46.815Z] #38 51.57 Unpacking python-protobuf (3.6.1.3-2) ... [2020-08-05T23:59:46.815Z] #38 52.23 Setting up python-pkg-resources (40.8.0-1) ... [2020-08-05T23:59:46.815Z] #38 56.89 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:46.815Z] #38 56.91 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:46.815Z] #38 56.94 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:46.815Z] #38 56.95 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:46.815Z] #38 56.97 Setting up python-six (1.12.0-1) ... [2020-08-05T23:59:46.815Z] #38 ... [2020-08-05T23:59:46.815Z] [2020-08-05T23:59:46.815Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:46.857Z] #25 8.523 # 1.4% ## 4.0% #### 6.3% ###### 8.4% ####### 10.8% ######### 13.2% ########### 15.4% ############ 17.6% ############## 19.7% ############### 21.2% ############### 21.8% ################ 22.8% ################## 25.3% #################### 27.9% ###################### 30.7% ######################## 33.6% ######################### 35.6% ########################## 37.4% ############################ 39.9% ############################## 42.6% ################################ 44.8% ################################## 47.9% ################################### 49.8% ##################################### 51.6% ####################################### 54.3% ######################################## 56.4% ########################################## 58.6% ########################################### 60.8% ############################################# 62.8% ############################################## 65.0% ################################################ 67.1% ################################################# 68.9% ################################################## 70.3% ################################################### 72.0% #################################################### 73.0% ##################################################### 74.6% ###################################################### 76.3% ####################################################### 77.2% ######################################################## 78.7% ######################################################### 79.6% ########################################################## 81.6% ############################################################ 83.5% ############################################################ 84.6% [2020-08-05T23:59:46.857Z] #25 ... [2020-08-05T23:59:46.857Z] [2020-08-05T23:59:46.857Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:46.857Z] #10 50.37 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-08-05T23:59:46.857Z] #10 52.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-08-05T23:59:46.857Z] #10 52.69 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-08-05T23:59:46.857Z] #10 52.70 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-08-05T23:59:46.857Z] #10 52.71 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-08-05T23:59:46.857Z] #10 52.72 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-08-05T23:59:46.857Z] #10 52.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-08-05T23:59:46.857Z] #10 52.74 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-08-05T23:59:46.857Z] #10 52.76 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-08-05T23:59:46.857Z] #10 52.80 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-08-05T23:59:46.857Z] #10 52.82 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-08-05T23:59:46.857Z] #10 52.83 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-08-05T23:59:46.857Z] #10 52.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-08-05T23:59:46.857Z] #10 52.90 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-08-05T23:59:46.857Z] #10 52.92 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-08-05T23:59:46.857Z] #10 52.92 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-08-05T23:59:46.857Z] #10 54.29 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:46.857Z] #10 54.50 Fetched 77.7 MB in 8s (9505 kB/s) [2020-08-05T23:59:46.857Z] #10 54.60 Selecting previously unselected package binutils-mingw-w64-i686. [2020-08-05T23:59:46.857Z] #10 54.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-08-05T23:59:46.857Z] #10 54.79 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-08-05T23:59:46.857Z] #10 54.80 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-05T23:59:46.857Z] #10 58.27 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-08-05T23:59:46.857Z] #10 58.27 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-08-05T23:59:46.857Z] #10 58.30 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-05T23:59:46.857Z] #10 ... [2020-08-05T23:59:46.857Z] [2020-08-05T23:59:46.857Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:46.923Z] #41 ... [2020-08-05T23:59:46.923Z] [2020-08-05T23:59:46.923Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:46.923Z] #32 60.04 Selecting previously unselected package libxml2:amd64. [2020-08-05T23:59:46.923Z] #32 60.05 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-08-05T23:59:46.923Z] #32 60.06 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-08-05T23:59:47.025Z] #64 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 826.58kB / 9.86MB 0.6s [2020-08-05T23:59:47.101Z] #39 34.06 CC compel/src/lib/infect.o [2020-08-05T23:59:47.185Z] #32 60.72 Selecting previously unselected package libarchive13:amd64. [2020-08-05T23:59:47.185Z] #32 60.73 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-08-05T23:59:47.185Z] #32 60.73 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-08-05T23:59:47.339Z] #25 9.705 0.1% # 2.2% ## 3.8% #### 6.1% ##### 8.2% ####### 10.1% ######## 11.5% ######### 13.0% ########## 14.7% ########### 16.5% ############# 18.3% ############## 20.4% ################ 22.6% ################# 24.5% ################### 26.8% #################### 29.0% ###################### 30.8% ######################## 33.7% ######################### 35.6% ########################## 37.5% ############################ 39.3% ############################## 42.1% ############################### 44.4% ################################# 47.1% ################################### 49.1% ##################################### 51.6% ###################################### 53.8% ######################################## 56.8% ########################################## 59.3% ############################################ 61.4% ############################################# 63.8% ############################################### 65.5% ################################################ 67.5% ################################################## 70.1% #################################################### 72.4% ##################################################### 74.9% ####################################################### 77.5% ######################################################### 80.5% ############################################################ 83.4% ############################################################## 86.2% ############################################################### 88.1% ################################################################# 90.4% ################################################################## 93.0% ##################################################################### 95.9% ###################################################################### 97.7% ######################################################################## 100.0% [2020-08-05T23:59:47.339Z] #25 ... [2020-08-05T23:59:47.339Z] [2020-08-05T23:59:47.339Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:47.339Z] #47 50.51 syscall [2020-08-05T23:59:47.339Z] #47 50.57 reflect [2020-08-05T23:59:47.339Z] #47 58.96 time [2020-08-05T23:59:47.376Z] #64 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.71MB / 9.86MB 0.9s [2020-08-05T23:59:47.376Z] #64 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 7.13MB / 9.86MB 1.1s [2020-08-05T23:59:47.607Z] #47 ... [2020-08-05T23:59:47.607Z] [2020-08-05T23:59:47.607Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:47.607Z] #25 14.78 [2020-08-05T23:59:47.698Z] #64 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.14MB / 9.86MB 1.2s [2020-08-05T23:59:47.698Z] #64 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.3s done [2020-08-05T23:59:47.698Z] #64 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2020-08-05T23:59:47.756Z] #32 61.17 Selecting previously unselected package libjsoncpp1:amd64. [2020-08-05T23:59:47.756Z] #32 ... [2020-08-05T23:59:47.756Z] [2020-08-05T23:59:47.756Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:47.756Z] #10 51.11 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-08-05T23:59:47.756Z] #10 53.63 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2020-08-05T23:59:47.756Z] #10 53.63 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2020-08-05T23:59:47.756Z] #10 53.63 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2020-08-05T23:59:47.756Z] #10 53.65 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2020-08-05T23:59:47.756Z] #10 53.66 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-08-05T23:59:47.756Z] #10 53.67 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] [2020-08-05T23:59:47.756Z] #10 53.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2020-08-05T23:59:47.756Z] #10 53.70 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2020-08-05T23:59:47.756Z] #10 53.71 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2020-08-05T23:59:47.756Z] #10 53.73 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2020-08-05T23:59:47.756Z] #10 53.74 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2020-08-05T23:59:47.756Z] #10 53.81 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2020-08-05T23:59:47.756Z] #10 53.81 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2020-08-05T23:59:47.756Z] #10 53.83 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2020-08-05T23:59:47.756Z] #10 53.83 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] [2020-08-05T23:59:47.756Z] #10 55.20 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:47.756Z] #10 55.45 Fetched 77.7 MB in 9s (8805 kB/s) [2020-08-05T23:59:47.756Z] #10 55.60 Selecting previously unselected package binutils-mingw-w64-i686. [2020-08-05T23:59:47.756Z] #10 55.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-08-05T23:59:47.756Z] #10 55.68 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-08-05T23:59:47.756Z] #10 55.70 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-05T23:59:47.756Z] #10 58.98 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-08-05T23:59:47.756Z] #10 58.99 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-08-05T23:59:47.756Z] #10 58.99 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-05T23:59:47.756Z] #10 ... [2020-08-05T23:59:47.756Z] [2020-08-05T23:59:47.756Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:47.756Z] #47 51.20 reflect [2020-08-05T23:59:47.756Z] #47 51.25 syscall [2020-08-05T23:59:47.756Z] #47 60.02 time [2020-08-05T23:59:47.803Z] #39 ... [2020-08-05T23:59:47.803Z] [2020-08-05T23:59:47.803Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:47.803Z] #10 68.00 Selecting previously unselected package libapparmor1:s390x. [2020-08-05T23:59:47.887Z] #25 8.523 # 1.4% ## 4.0% #### 6.3% ###### 8.4% ####### 10.8% ######### 13.2% ########### 15.4% ############ 17.6% ############## 19.7% ############### 21.2% ############### 21.8% ################ 22.8% ################## 25.3% #################### 27.9% ###################### 30.7% ######################## 33.6% ######################### 35.6% ########################## 37.4% ############################ 39.9% ############################## 42.6% ################################ 44.8% ################################## 47.9% ################################### 49.8% ##################################### 51.6% ####################################### 54.3% ######################################## 56.4% ########################################## 58.6% ########################################### 60.8% ############################################# 62.8% ############################################## 65.0% ################################################ 67.1% ################################################# 68.9% ################################################## 70.3% ################################################### 72.0% #################################################### 73.0% ##################################################### 74.6% ###################################################### 76.3% ####################################################### 77.2% ######################################################## 78.7% ######################################################### 79.6% ########################################################## 81.6% ############################################################ 83.5% ############################################################ 84.6% ############################################################# 85.8% ############################################################## 87.5% ################################################################ 88.9% ################################################################ 90.0% ################################################################# 91.4% ################################################################### 93.4% ################################################################### 94.4% ##################################################################### 97.0% ###################################################################### 98.4% ######################################################################## 100.0% [2020-08-05T23:59:47.887Z] #25 ... [2020-08-05T23:59:47.887Z] [2020-08-05T23:59:47.887Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:47.887Z] #47 51.46 syscall [2020-08-05T23:59:47.887Z] #47 51.48 reflect [2020-08-05T23:59:47.887Z] #47 60.23 context [2020-08-05T23:59:47.887Z] #47 61.05 internal/poll [2020-08-05T23:59:47.887Z] #47 ... [2020-08-05T23:59:47.887Z] [2020-08-05T23:59:47.887Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:47.887Z] #10 61.50 Selecting previously unselected package binutils-mingw-w64. [2020-08-05T23:59:47.887Z] #10 61.51 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-08-05T23:59:47.887Z] #10 61.52 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-05T23:59:48.018Z] #47 ... [2020-08-05T23:59:48.018Z] [2020-08-05T23:59:48.018Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:48.018Z] #32 61.17 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-08-05T23:59:48.018Z] #32 61.20 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-08-05T23:59:48.018Z] #32 61.51 Selecting previously unselected package librhash0:amd64. [2020-08-05T23:59:48.018Z] #32 61.51 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-08-05T23:59:48.018Z] #32 61.52 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-08-05T23:59:48.124Z] #10 68.01 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2020-08-05T23:59:48.124Z] #10 68.01 Unpacking libapparmor1:s390x (2.13.2-10) ... [2020-08-05T23:59:48.124Z] #10 68.08 Selecting previously unselected package libapparmor-dev:s390x. [2020-08-05T23:59:48.124Z] #10 68.09 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2020-08-05T23:59:48.124Z] #10 68.09 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2020-08-05T23:59:48.124Z] #10 68.17 Selecting previously unselected package libbtrfs0. [2020-08-05T23:59:48.124Z] #10 68.17 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2020-08-05T23:59:48.124Z] #10 68.17 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-05T23:59:48.124Z] #10 68.19 Selecting previously unselected package libbtrfs-dev. [2020-08-05T23:59:48.124Z] #10 68.20 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2020-08-05T23:59:48.124Z] #10 68.20 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-05T23:59:48.124Z] #10 68.28 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2020-08-05T23:59:48.124Z] #10 68.28 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2020-08-05T23:59:48.124Z] #10 68.28 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-08-05T23:59:48.124Z] #10 68.31 Selecting previously unselected package libudev-dev:s390x. [2020-08-05T23:59:48.124Z] #10 68.31 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ... [2020-08-05T23:59:48.124Z] #10 68.33 Unpacking libudev-dev:s390x (241-7~deb10u4) ... [2020-08-05T23:59:48.144Z] #10 61.69 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-08-05T23:59:48.144Z] #10 61.69 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-08-05T23:59:48.144Z] #10 61.70 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-08-05T23:59:48.402Z] #10 61.87 Selecting previously unselected package dmsetup. [2020-08-05T23:59:48.402Z] #10 61.91 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-08-05T23:59:48.402Z] #10 61.92 Unpacking dmsetup (2:1.02.155-3) ... [2020-08-05T23:59:48.414Z] #10 68.44 Selecting previously unselected package libsepol1-dev:s390x. [2020-08-05T23:59:48.414Z] #10 68.44 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2020-08-05T23:59:48.414Z] #10 68.44 Unpacking libsepol1-dev:s390x (2.8-1) ... [2020-08-05T23:59:48.414Z] #10 68.64 Selecting previously unselected package libpcre16-3:s390x. [2020-08-05T23:59:48.414Z] #10 68.64 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2020-08-05T23:59:48.414Z] #10 68.64 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2020-08-05T23:59:48.548Z] #25 15.71 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-08-05T23:59:48.587Z] #32 61.94 Selecting previously unselected package libuv1:amd64. [2020-08-05T23:59:48.587Z] #32 61.96 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-08-05T23:59:48.587Z] #32 62.00 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-08-05T23:59:48.659Z] #10 62.19 Selecting previously unselected package mingw-w64-common. [2020-08-05T23:59:48.659Z] #10 62.20 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-08-05T23:59:48.659Z] #10 62.21 Unpacking mingw-w64-common (6.0.0-3) ... [2020-08-05T23:59:48.768Z] #10 68.74 Selecting previously unselected package libpcre32-3:s390x. [2020-08-05T23:59:48.768Z] #10 68.74 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2020-08-05T23:59:48.768Z] #10 68.75 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2020-08-05T23:59:48.768Z] #10 68.81 Selecting previously unselected package libpcrecpp0v5:s390x. [2020-08-05T23:59:48.768Z] #10 68.81 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2020-08-05T23:59:48.768Z] #10 68.81 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2020-08-05T23:59:48.768Z] #10 68.88 Selecting previously unselected package libpcre3-dev:s390x. [2020-08-05T23:59:48.768Z] #10 68.88 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2020-08-05T23:59:48.768Z] #10 68.88 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2020-08-05T23:59:48.847Z] #32 62.16 Selecting previously unselected package cmake. [2020-08-05T23:59:48.847Z] #32 62.17 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-08-05T23:59:48.847Z] #32 62.18 Unpacking cmake (3.13.4-1) ... [2020-08-05T23:59:49.059Z] #10 69.11 Selecting previously unselected package libselinux1-dev:s390x. [2020-08-05T23:59:49.059Z] #10 69.12 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2020-08-05T23:59:49.059Z] #10 69.12 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2020-08-05T23:59:49.059Z] #10 69.24 Selecting previously unselected package libdevmapper-dev:s390x. [2020-08-05T23:59:49.059Z] #10 69.25 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2020-08-05T23:59:49.059Z] #10 69.25 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-08-05T23:59:49.059Z] #10 69.31 Selecting previously unselected package libseccomp-dev:s390x. [2020-08-05T23:59:49.059Z] #10 69.31 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2020-08-05T23:59:49.059Z] #10 69.31 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2020-08-05T23:59:49.118Z] #25 16.12 #=#=# [2020-08-05T23:59:49.118Z] #25 16.27 ######################################################################## 100.0% [2020-08-05T23:59:49.378Z] #25 16.43 [2020-08-05T23:59:49.423Z] #10 69.36 Selecting previously unselected package libsystemd-dev:s390x. [2020-08-05T23:59:49.423Z] #10 69.37 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ... [2020-08-05T23:59:49.423Z] #10 69.37 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ... [2020-08-05T23:59:49.423Z] #10 69.61 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2020-08-05T23:59:49.423Z] #10 69.62 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2020-08-05T23:59:49.423Z] #10 69.63 Setting up libapparmor1:s390x (2.13.2-10) ... [2020-08-05T23:59:49.423Z] #10 69.63 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-05T23:59:49.423Z] #10 69.64 Setting up libpcre16-3:s390x (2:8.39-12) ... [2020-08-05T23:59:49.423Z] #10 69.65 Setting up libsepol1-dev:s390x (2.8-1) ... [2020-08-05T23:59:49.423Z] #10 69.65 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-05T23:59:49.423Z] #10 69.66 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-05T23:59:49.423Z] #10 69.67 Setting up libpcre32-3:s390x (2:8.39-12) ... [2020-08-05T23:59:49.423Z] #10 69.67 Setting up libudev-dev:s390x (241-7~deb10u4) ... [2020-08-05T23:59:49.423Z] #10 69.69 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-05T23:59:49.423Z] #10 69.70 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-05T23:59:49.423Z] #10 69.70 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2020-08-05T23:59:49.423Z] #10 69.71 Setting up mingw-w64-common (6.0.0-3) ... [2020-08-05T23:59:49.714Z] #10 69.72 Setting up libsystemd-dev:s390x (241-7~deb10u4) ... [2020-08-05T23:59:49.714Z] #10 69.72 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-05T23:59:49.714Z] #10 69.73 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2020-08-05T23:59:49.714Z] #10 69.74 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-05T23:59:49.714Z] #10 69.74 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-08-05T23:59:49.714Z] #10 69.75 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-08-05T23:59:49.714Z] #10 69.75 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-05T23:59:49.714Z] #10 69.76 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-08-05T23:59:49.714Z] #10 69.76 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-08-05T23:59:49.714Z] #10 69.76 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-05T23:59:49.714Z] #10 69.77 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2020-08-05T23:59:49.714Z] #10 69.78 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2020-08-05T23:59:49.714Z] #10 69.78 Setting up dmsetup (2:1.02.155-3) ... [2020-08-05T23:59:49.714Z] #10 69.79 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2020-08-05T23:59:49.714Z] #10 69.80 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2020-08-05T23:59:49.714Z] #10 69.81 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:50.029Z] #10 ... [2020-08-05T23:59:50.029Z] [2020-08-05T23:59:50.029Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:50.029Z] #38 53.31 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2020-08-05T23:59:50.029Z] #38 53.32 Unpacking python-protobuf (3.6.1.3-2) ... [2020-08-05T23:59:50.029Z] #38 53.96 Setting up python-pkg-resources (40.8.0-1) ... [2020-08-05T23:59:50.029Z] #38 58.73 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:50.029Z] #38 58.75 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:50.029Z] #38 58.77 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:50.029Z] #38 58.78 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:50.029Z] #38 58.82 Setting up python-six (1.12.0-1) ... [2020-08-05T23:59:50.029Z] #38 62.88 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-08-05T23:59:50.029Z] #38 62.90 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-08-05T23:59:50.029Z] #38 62.92 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:50.029Z] #38 62.94 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-08-05T23:59:50.029Z] #38 62.96 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:50.029Z] #38 62.98 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-08-05T23:59:50.029Z] #38 63.00 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:50.029Z] #38 63.01 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:50.029Z] #38 63.03 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-05T23:59:50.029Z] #38 63.04 Setting up python-protobuf (3.6.1.3-2) ... [2020-08-05T23:59:50.029Z] #38 ... [2020-08-05T23:59:50.029Z] [2020-08-05T23:59:50.029Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:50.030Z] #32 60.04 Selecting previously unselected package libxml2:amd64. [2020-08-05T23:59:50.030Z] #32 60.05 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-08-05T23:59:50.030Z] #32 60.06 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-08-05T23:59:50.030Z] #32 60.66 Selecting previously unselected package libarchive13:amd64. [2020-08-05T23:59:50.030Z] #32 60.69 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-08-05T23:59:50.030Z] #32 60.70 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-08-05T23:59:50.030Z] #32 61.00 Selecting previously unselected package libjsoncpp1:amd64. [2020-08-05T23:59:50.030Z] #32 61.01 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-08-05T23:59:50.030Z] #32 61.01 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-08-05T23:59:50.030Z] #32 61.18 Selecting previously unselected package librhash0:amd64. [2020-08-05T23:59:50.030Z] #32 61.18 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-08-05T23:59:50.030Z] #32 61.19 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-08-05T23:59:50.030Z] #32 61.39 Selecting previously unselected package libuv1:amd64. [2020-08-05T23:59:50.030Z] #32 61.42 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-08-05T23:59:50.030Z] #32 61.43 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-08-05T23:59:50.030Z] #32 61.63 Selecting previously unselected package cmake. [2020-08-05T23:59:50.030Z] #32 61.64 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-08-05T23:59:50.030Z] #32 61.69 Unpacking cmake (3.13.4-1) ... [2020-08-05T23:59:50.074Z] #10 DONE 70.3s [2020-08-05T23:59:50.074Z] [2020-08-05T23:59:50.074Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:50.287Z] #32 ... [2020-08-05T23:59:50.287Z] [2020-08-05T23:59:50.287Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:50.287Z] #30 53.85 time [2020-08-05T23:59:50.287Z] #30 59.98 internal/poll [2020-08-05T23:59:50.287Z] #30 60.76 internal/fmtsort [2020-08-05T23:59:50.287Z] #30 61.43 internal/syscall/execenv [2020-08-05T23:59:50.287Z] #30 61.61 internal/syscall/unix [2020-08-05T23:59:50.287Z] #30 62.00 strings [2020-08-05T23:59:50.287Z] #30 62.74 os [2020-08-05T23:59:50.287Z] #30 ... [2020-08-05T23:59:50.287Z] [2020-08-05T23:59:50.287Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:50.287Z] #47 63.89 os [2020-08-05T23:59:50.319Z] #25 17.35 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-08-05T23:59:50.579Z] #25 17.72 #=#=# [2020-08-05T23:59:50.755Z] #32 ... [2020-08-05T23:59:50.755Z] [2020-08-05T23:59:50.755Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:50.755Z] #30 53.90 time [2020-08-05T23:59:50.755Z] #30 60.10 internal/poll [2020-08-05T23:59:50.755Z] #30 62.58 internal/syscall/execenv [2020-08-05T23:59:50.755Z] #30 62.68 internal/fmtsort [2020-08-05T23:59:50.755Z] #30 62.76 internal/syscall/unix [2020-08-05T23:59:50.755Z] #30 63.02 os [2020-08-05T23:59:50.755Z] #30 63.44 strings [2020-08-05T23:59:50.755Z] #30 ... [2020-08-05T23:59:50.755Z] [2020-08-05T23:59:50.755Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:50.755Z] #25 15.66 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-08-05T23:59:50.755Z] #25 16.19 [2020-08-05T23:59:50.755Z] #25 16.39 ################################################################ 89.1% ######################################################################## 100.0% [2020-08-05T23:59:50.755Z] #25 16.49 [2020-08-05T23:59:50.755Z] #25 17.46 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-08-05T23:59:50.755Z] #25 17.92 #=#=# [2020-08-05T23:59:50.755Z] #25 18.13 ############# 18.9% ######################################################################## 100.0% [2020-08-05T23:59:50.755Z] #25 18.38 [2020-08-05T23:59:51.072Z] #64 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 2.9s done [2020-08-05T23:59:51.072Z] #64 DONE 4.7s [2020-08-05T23:59:51.072Z] [2020-08-05T23:59:51.072Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-05T23:59:51.072Z] #8 resolve docker.io/library/golang:1.13.14-buster@sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 done [2020-08-05T23:59:51.072Z] #8 sha256:bbb1477f2a7c2506869f5a6f98d53a2a57aae587536607ba9dbaa46d12051954 1.79kB / 1.79kB done [2020-08-05T23:59:51.072Z] #8 sha256:4e7db4b3b5f669221130ab546e626a044af2f6431e1d15846292179b6e21a15c 156B / 156B 0.4s done [2020-08-05T23:59:51.072Z] #8 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.1s done [2020-08-05T23:59:51.072Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 60.76MB / 73.58MB 4.3s [2020-08-05T23:59:51.072Z] #8 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 4.2s done [2020-08-05T23:59:51.072Z] #8 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.2s done [2020-08-05T23:59:51.072Z] #8 sha256:4bc81aa2240f418b1ab3a09c4e7ed656e38d4a488b9f5458ab47b40d09439b8c 6.19kB / 6.19kB done [2020-08-05T23:59:51.072Z] #8 sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 1.86kB / 1.86kB done [2020-08-05T23:59:51.072Z] #8 sha256:8551927d95547f7176cc2c65ca7ce917e57aa66eb7f40dde57a82c8a2c38c549 64.38MB / 96.52MB 4.3s [2020-08-05T23:59:51.072Z] #8 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.0s done [2020-08-05T23:59:51.072Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 65.40MB / 73.58MB 4.5s [2020-08-05T23:59:51.072Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 69.87MB / 73.58MB 4.7s [2020-08-05T23:59:51.072Z] #8 sha256:8551927d95547f7176cc2c65ca7ce917e57aa66eb7f40dde57a82c8a2c38c549 73.64MB / 96.52MB 4.7s [2020-08-05T23:59:51.072Z] #8 sha256:8551927d95547f7176cc2c65ca7ce917e57aa66eb7f40dde57a82c8a2c38c549 79.09MB / 96.52MB 4.8s [2020-08-05T23:59:51.072Z] #8 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 4.8s done [2020-08-05T23:59:51.099Z] #25 17.97 #=#=# ######################################################################## 100.0% [2020-08-05T23:59:51.099Z] #25 ... [2020-08-05T23:59:51.099Z] [2020-08-05T23:59:51.099Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:51.099Z] #10 53.96 debconf: delaying package configuration, since apt-utils is not installed [2020-08-05T23:59:51.099Z] #10 54.16 Fetched 77.7 MB in 8s (9795 kB/s) [2020-08-05T23:59:51.099Z] #10 54.22 Selecting previously unselected package binutils-mingw-w64-i686. [2020-08-05T23:59:51.099Z] #10 54.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2020-08-05T23:59:51.099Z] #10 54.34 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2020-08-05T23:59:51.099Z] #10 54.35 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-05T23:59:51.099Z] #10 57.22 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-08-05T23:59:51.099Z] #10 57.23 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2020-08-05T23:59:51.099Z] #10 57.26 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-05T23:59:51.099Z] #10 60.69 Selecting previously unselected package binutils-mingw-w64. [2020-08-05T23:59:51.099Z] #10 60.72 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-08-05T23:59:51.099Z] #10 60.72 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-05T23:59:51.099Z] #10 60.86 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-08-05T23:59:51.099Z] #10 60.87 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-08-05T23:59:51.099Z] #10 60.88 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-08-05T23:59:51.099Z] #10 61.04 Selecting previously unselected package dmsetup. [2020-08-05T23:59:51.099Z] #10 61.04 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-08-05T23:59:51.099Z] #10 61.06 Unpacking dmsetup (2:1.02.155-3) ... [2020-08-05T23:59:51.099Z] #10 61.22 Selecting previously unselected package mingw-w64-common. [2020-08-05T23:59:51.099Z] #10 61.22 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-08-05T23:59:51.099Z] #10 61.22 Unpacking mingw-w64-common (6.0.0-3) ... [2020-08-05T23:59:51.099Z] #10 ... [2020-08-05T23:59:51.099Z] [2020-08-05T23:59:51.099Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:51.099Z] #32 60.92 Selecting previously unselected package libxml2:amd64. [2020-08-05T23:59:51.099Z] #32 60.92 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... [2020-08-05T23:59:51.099Z] #32 60.95 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-08-05T23:59:51.099Z] #32 61.52 Selecting previously unselected package libarchive13:amd64. [2020-08-05T23:59:51.099Z] #32 61.52 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2020-08-05T23:59:51.099Z] #32 61.52 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-08-05T23:59:51.099Z] #32 61.83 Selecting previously unselected package libjsoncpp1:amd64. [2020-08-05T23:59:51.099Z] #32 61.87 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-08-05T23:59:51.099Z] #32 61.88 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-08-05T23:59:51.099Z] #32 62.03 Selecting previously unselected package librhash0:amd64. [2020-08-05T23:59:51.099Z] #32 62.06 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2020-08-05T23:59:51.099Z] #32 62.06 Unpacking librhash0:amd64 (1.3.8-1) ... [2020-08-05T23:59:51.099Z] #32 62.28 Selecting previously unselected package libuv1:amd64. [2020-08-05T23:59:51.099Z] #32 62.29 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2020-08-05T23:59:51.099Z] #32 62.30 Unpacking libuv1:amd64 (1.24.1-1) ... [2020-08-05T23:59:51.099Z] #32 62.51 Selecting previously unselected package cmake. [2020-08-05T23:59:51.099Z] #32 62.52 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2020-08-05T23:59:51.099Z] #32 62.53 Unpacking cmake (3.13.4-1) ... [2020-08-05T23:59:51.125Z] #49 ... [2020-08-05T23:59:51.125Z] [2020-08-05T23:59:51.125Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:51.125Z] #41 61.13 net [2020-08-05T23:59:51.125Z] #41 61.50 vendor/golang.org/x/sys/cpu [2020-08-05T23:59:51.125Z] #41 61.76 vendor/golang.org/x/crypto/internal/chacha20 [2020-08-05T23:59:51.125Z] #41 62.29 vendor/golang.org/x/crypto/poly1305 [2020-08-05T23:59:51.125Z] #41 62.69 vendor/golang.org/x/crypto/chacha20poly1305 [2020-08-05T23:59:51.125Z] #41 63.08 vendor/golang.org/x/crypto/curve25519 [2020-08-05T23:59:51.125Z] #41 63.37 vendor/golang.org/x/crypto/hkdf [2020-08-05T23:59:51.125Z] #41 63.47 vendor/golang.org/x/text/transform [2020-08-05T23:59:51.125Z] #41 63.98 vendor/golang.org/x/text/unicode/bidi [2020-08-05T23:59:51.125Z] #41 65.28 vendor/golang.org/x/text/secure/bidirule [2020-08-05T23:59:51.125Z] #41 65.60 vendor/golang.org/x/text/unicode/norm [2020-08-05T23:59:51.125Z] #41 68.45 vendor/golang.org/x/net/idna [2020-08-05T23:59:51.125Z] #41 69.93 vendor/golang.org/x/net/http2/hpack [2020-08-05T23:59:51.125Z] #41 70.88 mime [2020-08-05T23:59:51.125Z] #41 ... [2020-08-05T23:59:51.125Z] [2020-08-05T23:59:51.125Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:51.125Z] #49 0.888 + RM_GOPATH=0 [2020-08-05T23:59:51.125Z] #49 0.888 + TMP_GOPATH= [2020-08-05T23:59:51.125Z] #49 0.888 + : /build [2020-08-05T23:59:51.125Z] #49 0.888 + '[' -z '' ']' [2020-08-05T23:59:51.125Z] #49 0.888 ++ mktemp -d [2020-08-05T23:59:51.125Z] #49 0.890 + export GOPATH=/tmp/tmp.fhVfaXwyV1 [2020-08-05T23:59:51.125Z] #49 0.890 + GOPATH=/tmp/tmp.fhVfaXwyV1 [2020-08-05T23:59:51.125Z] #49 0.890 + RM_GOPATH=1 [2020-08-05T23:59:51.125Z] #49 0.890 + case "$(go env GOARCH)" in [2020-08-05T23:59:51.125Z] #49 0.891 ++ go env GOARCH [2020-08-05T23:59:51.125Z] #49 0.929 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:51.125Z] #49 0.929 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:51.125Z] #49 0.929 ++ dirname /tmp/install/install.sh [2020-08-05T23:59:51.125Z] #49 0.930 + dir=/tmp/install [2020-08-05T23:59:51.125Z] #49 0.930 + bin=runc [2020-08-05T23:59:51.125Z] #49 0.930 + shift [2020-08-05T23:59:51.125Z] #49 0.930 + '[' '!' -f /tmp/install/runc.installer ']' [2020-08-05T23:59:51.125Z] #49 0.930 + . /tmp/install/runc.installer [2020-08-05T23:59:51.125Z] #49 0.930 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-05T23:59:51.125Z] #49 0.930 + install_runc [2020-08-05T23:59:51.125Z] #49 0.931 + grep -q '^3\.10\.0.*\.el7\.' [2020-08-05T23:59:51.125Z] #49 0.931 + uname -r [2020-08-05T23:59:51.125Z] #49 0.932 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-08-05T23:59:51.125Z] #49 0.932 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' [2020-08-05T23:59:51.125Z] #49 0.932 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) [2020-08-05T23:59:51.125Z] #49 0.932 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.fhVfaXwyV1/src/github.com/opencontainers/runc [2020-08-05T23:59:51.125Z] #49 0.943 Cloning into '/tmp/tmp.fhVfaXwyV1/src/github.com/opencontainers/runc'... [2020-08-05T23:59:51.324Z] #25 19.27 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-08-05T23:59:51.324Z] #25 19.36 skipping existing c35d46ef359f [2020-08-05T23:59:51.324Z] #25 19.51 [2020-08-05T23:59:51.359Z] #32 ... [2020-08-05T23:59:51.359Z] [2020-08-05T23:59:51.359Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:51.359Z] #30 54.52 time [2020-08-05T23:59:51.359Z] #30 60.93 internal/poll [2020-08-05T23:59:51.359Z] #30 62.57 internal/fmtsort [2020-08-05T23:59:51.359Z] #30 63.08 internal/syscall/execenv [2020-08-05T23:59:51.359Z] #30 63.26 internal/syscall/unix [2020-08-05T23:59:51.359Z] #30 63.47 strings [2020-08-05T23:59:51.359Z] #30 63.58 os [2020-08-05T23:59:51.389Z] #8 sha256:8551927d95547f7176cc2c65ca7ce917e57aa66eb7f40dde57a82c8a2c38c549 88.08MB / 96.52MB 5.1s [2020-08-05T23:59:51.416Z] #49 ... [2020-08-05T23:59:51.416Z] [2020-08-05T23:59:51.416Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-08-05T23:59:51.416Z] #11 DONE 1.2s [2020-08-05T23:59:51.416Z] [2020-08-05T23:59:51.416Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:51.416Z] #39 35.09 CC compel/src/lib/ptrace.o [2020-08-05T23:59:51.416Z] #39 35.33 AR compel/libcompel.a [2020-08-05T23:59:51.416Z] #39 35.37 HOSTCC compel/src/main-host.o [2020-08-05T23:59:51.416Z] #39 35.50 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2020-08-05T23:59:51.416Z] #39 35.57 HOSTCC compel/src/lib/handle-elf-host.o [2020-08-05T23:59:51.416Z] #39 35.87 HOSTCC compel/src/lib/log-host.o [2020-08-05T23:59:51.416Z] #39 36.03 HOSTLINK compel/compel-host-bin [2020-08-05T23:59:51.416Z] #39 36.12 DEP soccr/soccr.d [2020-08-05T23:59:51.416Z] #39 36.22 CC soccr/soccr.o [2020-08-05T23:59:51.416Z] #39 37.13 AR soccr/libsoccr.a [2020-08-05T23:59:51.416Z] #39 37.15 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-05T23:59:51.416Z] #39 37.34 DEP criu/arch/s390/sigframe.d [2020-08-05T23:59:51.416Z] #39 37.45 DEP criu/arch/s390/crtools.d [2020-08-05T23:59:51.416Z] #39 37.56 DEP criu/arch/s390/cpu.d [2020-08-05T23:59:51.416Z] #39 37.88 CC criu/arch/s390/cpu.o [2020-08-05T23:59:51.416Z] #39 38.18 CC criu/arch/s390/crtools.o [2020-08-05T23:59:51.619Z] #30 ... [2020-08-05T23:59:51.619Z] [2020-08-05T23:59:51.619Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:51.619Z] #38 61.26 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-08-05T23:59:51.619Z] #38 61.27 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-08-05T23:59:51.619Z] #38 61.30 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:51.619Z] #38 61.32 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-08-05T23:59:51.619Z] #38 61.33 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:51.619Z] #38 61.35 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-08-05T23:59:51.619Z] #38 61.36 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:51.619Z] #38 61.37 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:51.619Z] #38 61.40 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-05T23:59:51.619Z] #38 61.41 Setting up python-protobuf (3.6.1.3-2) ... [2020-08-05T23:59:51.684Z] #8 sha256:8551927d95547f7176cc2c65ca7ce917e57aa66eb7f40dde57a82c8a2c38c549 96.52MB / 96.52MB 5.3s done [2020-08-05T23:59:51.684Z] #8 unpacking docker.io/library/golang:1.13.14-buster@sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 [2020-08-05T23:59:51.978Z] #8 ... [2020-08-05T23:59:51.978Z] [2020-08-05T23:59:51.978Z] #21 [internal] load build context [2020-08-05T23:59:51.978Z] #21 transferring context: 51.48MB 5.9s done [2020-08-05T23:59:51.978Z] #21 DONE 5.9s [2020-08-05T23:59:51.978Z] [2020-08-05T23:59:51.978Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-05T23:59:52.067Z] #39 ... [2020-08-05T23:59:52.067Z] [2020-08-05T23:59:52.067Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-05T23:59:52.067Z] #54 67.89 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-05T23:59:52.067Z] #54 67.90 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-08-05T23:59:52.067Z] #54 DONE 72.2s [2020-08-05T23:59:52.067Z] [2020-08-05T23:59:52.067Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:52.067Z] #39 39.02 CC criu/arch/s390/sigframe.o [2020-08-05T23:59:52.184Z] #47 ... [2020-08-05T23:59:52.184Z] [2020-08-05T23:59:52.184Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:52.184Z] #32 64.56 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-05T23:59:52.184Z] #32 64.58 Setting up xxd (2:8.1.0875-5) ... [2020-08-05T23:59:52.184Z] #32 64.60 Setting up libuv1:amd64 (1.24.1-1) ... [2020-08-05T23:59:52.184Z] #32 64.61 Setting up vim-common (2:8.1.0875-5) ... [2020-08-05T23:59:52.184Z] #32 64.65 Setting up librhash0:amd64 (1.3.8-1) ... [2020-08-05T23:59:52.184Z] #32 64.67 Setting up cmake-data (3.13.4-1) ... [2020-08-05T23:59:52.184Z] #32 64.71 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-08-05T23:59:52.184Z] #32 64.73 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-08-05T23:59:52.184Z] #32 64.74 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-08-05T23:59:52.184Z] #32 64.76 Setting up cmake (3.13.4-1) ... [2020-08-05T23:59:52.184Z] #32 64.77 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:52.184Z] #32 64.87 Processing triggers for mime-support (3.62) ... [2020-08-05T23:59:52.184Z] #32 DONE 65.6s [2020-08-05T23:59:52.184Z] [2020-08-05T23:59:52.185Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:52.185Z] #25 14.34 [2020-08-05T23:59:52.185Z] #25 15.25 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-08-05T23:59:52.185Z] #25 15.71 [2020-08-05T23:59:52.185Z] #25 15.92 ######################################################################## 100.0% [2020-08-05T23:59:52.185Z] #25 16.08 [2020-08-05T23:59:52.185Z] #25 17.29 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-08-05T23:59:52.185Z] #25 17.69 [2020-08-05T23:59:52.185Z] #25 17.92 ######################################################################## 100.0% [2020-08-05T23:59:52.185Z] #25 18.16 [2020-08-05T23:59:52.360Z] #39 ... [2020-08-05T23:59:52.360Z] [2020-08-05T23:59:52.360Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-08-05T23:59:52.360Z] #55 DONE 0.1s [2020-08-05T23:59:52.360Z] [2020-08-05T23:59:52.360Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-08-05T23:59:52.360Z] #56 DONE 0.1s [2020-08-05T23:59:52.360Z] [2020-08-05T23:59:52.360Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:52.360Z] #39 39.24 LINK criu/arch/s390/crtools.built-in.o [2020-08-05T23:59:52.360Z] #39 39.30 DEP criu/pie/util-vdso.d [2020-08-05T23:59:52.704Z] #25 20.63 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-08-05T23:59:52.704Z] #25 ... [2020-08-05T23:59:52.704Z] [2020-08-05T23:59:52.704Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:52.704Z] #32 65.20 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-05T23:59:52.704Z] #32 65.22 Setting up xxd (2:8.1.0875-5) ... [2020-08-05T23:59:52.704Z] #32 65.23 Setting up libuv1:amd64 (1.24.1-1) ... [2020-08-05T23:59:52.704Z] #32 65.25 Setting up vim-common (2:8.1.0875-5) ... [2020-08-05T23:59:52.704Z] #32 65.31 Setting up librhash0:amd64 (1.3.8-1) ... [2020-08-05T23:59:52.704Z] #32 65.37 Setting up cmake-data (3.13.4-1) ... [2020-08-05T23:59:52.704Z] #32 65.39 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-08-05T23:59:52.704Z] #32 65.40 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-08-05T23:59:52.704Z] #32 65.43 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-08-05T23:59:52.704Z] #32 65.46 Setting up cmake (3.13.4-1) ... [2020-08-05T23:59:52.704Z] #32 65.48 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:52.704Z] #32 65.61 Processing triggers for mime-support (3.62) ... [2020-08-05T23:59:52.704Z] #32 DONE 66.1s [2020-08-05T23:59:52.704Z] [2020-08-05T23:59:52.704Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:52.704Z] #47 65.84 encoding/binary [2020-08-05T23:59:52.704Z] #47 66.05 context [2020-08-05T23:59:52.733Z] #39 ... [2020-08-05T23:59:52.733Z] [2020-08-05T23:59:52.733Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-08-05T23:59:52.733Z] #12 DONE 1.1s [2020-08-05T23:59:52.733Z] [2020-08-05T23:59:52.733Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:52.733Z] #39 39.49 DEP criu/pie/util.d [2020-08-05T23:59:52.733Z] #39 39.63 CC criu/pie/util.o [2020-08-05T23:59:52.733Z] #39 39.90 CC criu/pie/util-vdso.o [2020-08-05T23:59:53.390Z] #39 40.44 AR criu/pie/pie.lib.a [2020-08-05T23:59:53.555Z] #25 19.85 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-08-05T23:59:53.555Z] #25 19.91 skipping existing c35d46ef359f [2020-08-05T23:59:53.555Z] #25 20.10 [2020-08-05T23:59:53.555Z] #25 ... [2020-08-05T23:59:53.555Z] [2020-08-05T23:59:53.555Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:53.555Z] #47 67.36 encoding/binary [2020-08-05T23:59:53.644Z] #47 ... [2020-08-05T23:59:53.644Z] [2020-08-05T23:59:53.644Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:53.644Z] #25 21.22 #=#=# [2020-08-05T23:59:53.644Z] #25 21.47 ######################################################################## 100.0% [2020-08-05T23:59:53.644Z] #25 21.67 [2020-08-05T23:59:53.644Z] #25 21.78 Download of images into '/build' complete. [2020-08-05T23:59:53.644Z] #25 21.78 Use something like the following to load the result into a Docker daemon: [2020-08-05T23:59:53.644Z] #25 21.78 tar -cC '/build' . | docker load [2020-08-05T23:59:53.644Z] #25 DONE 21.9s [2020-08-05T23:59:53.691Z] #39 40.45 DEP criu/pie/restorer.d [2020-08-05T23:59:53.691Z] #39 40.67 DEP criu/arch/s390/restorer.d [2020-08-05T23:59:53.904Z] [2020-08-05T23:59:53.904Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:53.904Z] #47 67.34 os [2020-08-05T23:59:53.985Z] #39 40.78 DEP criu/arch/s390/vdso-pie.d [2020-08-05T23:59:53.985Z] #39 40.99 DEP criu/pie/parasite-vdso.d [2020-08-05T23:59:54.225Z] #38 ... [2020-08-05T23:59:54.225Z] [2020-08-05T23:59:54.225Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-05T23:59:54.225Z] #30 67.09 path [2020-08-05T23:59:54.225Z] #30 67.33 fmt [2020-08-05T23:59:54.323Z] #39 ... [2020-08-05T23:59:54.323Z] [2020-08-05T23:59:54.323Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-08-05T23:59:54.323Z] #13 1.446 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-08-05T23:59:54.323Z] #13 DONE 1.6s [2020-08-05T23:59:54.323Z] [2020-08-05T23:59:54.323Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:54.323Z] #39 41.30 DEP criu/pie/parasite.d [2020-08-05T23:59:54.621Z] #39 41.44 CC criu/pie/parasite.o [2020-08-05T23:59:54.828Z] #30 ... [2020-08-05T23:59:54.828Z] [2020-08-05T23:59:54.828Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:54.828Z] #25 18.22 [2020-08-05T23:59:54.828Z] #25 19.16 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-08-05T23:59:54.828Z] #25 19.25 skipping existing c35d46ef359f [2020-08-05T23:59:54.828Z] #25 19.42 [2020-08-05T23:59:54.828Z] #25 20.38 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-08-05T23:59:54.828Z] #25 20.81 [2020-08-05T23:59:54.828Z] #25 21.08 ######################################################################## 100.0% [2020-08-05T23:59:54.828Z] #25 21.22 [2020-08-05T23:59:54.828Z] #25 21.25 Download of images into '/build' complete. [2020-08-05T23:59:54.828Z] #25 21.25 Use something like the following to load the result into a Docker daemon: [2020-08-05T23:59:54.828Z] #25 21.25 tar -cC '/build' . | docker load [2020-08-05T23:59:54.828Z] #25 DONE 21.8s [2020-08-05T23:59:54.828Z] [2020-08-05T23:59:54.828Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-05T23:59:54.828Z] #32 65.95 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-05T23:59:54.828Z] #32 66.00 Setting up xxd (2:8.1.0875-5) ... [2020-08-05T23:59:54.828Z] #32 66.01 Setting up libuv1:amd64 (1.24.1-1) ... [2020-08-05T23:59:54.828Z] #32 66.02 Setting up vim-common (2:8.1.0875-5) ... [2020-08-05T23:59:54.828Z] #32 66.05 Setting up librhash0:amd64 (1.3.8-1) ... [2020-08-05T23:59:54.828Z] #32 66.06 Setting up cmake-data (3.13.4-1) ... [2020-08-05T23:59:54.828Z] #32 66.08 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... [2020-08-05T23:59:54.828Z] #32 66.10 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-08-05T23:59:54.828Z] #32 66.12 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2020-08-05T23:59:54.828Z] #32 66.14 Setting up cmake (3.13.4-1) ... [2020-08-05T23:59:54.828Z] #32 66.17 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:54.828Z] #32 66.27 Processing triggers for mime-support (3.62) ... [2020-08-05T23:59:54.828Z] #32 DONE 67.7s [2020-08-05T23:59:54.828Z] [2020-08-05T23:59:54.828Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:54.828Z] #10 67.65 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-08-05T23:59:54.828Z] #10 67.68 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-08-05T23:59:54.828Z] #10 67.70 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-05T23:59:54.911Z] #39 42.07 LINK criu/pie/parasite.built-in.o [2020-08-05T23:59:55.263Z] #39 42.08 GEN criu/pie/parasite-blob.h [2020-08-05T23:59:55.263Z] #39 42.10 CC criu/pie/parasite-vdso.o [2020-08-05T23:59:55.263Z] #39 ... [2020-08-05T23:59:55.263Z] [2020-08-05T23:59:55.263Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-08-05T23:59:55.263Z] #14 DONE 1.1s [2020-08-05T23:59:55.284Z] #47 ... [2020-08-05T23:59:55.284Z] [2020-08-05T23:59:55.284Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:55.284Z] #38 58.74 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:55.284Z] #38 58.76 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:55.284Z] #38 58.78 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:55.284Z] #38 58.79 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2020-08-05T23:59:55.284Z] #38 58.80 Setting up python-six (1.12.0-1) ... [2020-08-05T23:59:55.284Z] #38 63.04 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2020-08-05T23:59:55.284Z] #38 63.06 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-08-05T23:59:55.284Z] #38 63.11 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:55.284Z] #38 63.13 Setting up libcap-dev:amd64 (1:2.25-2) ... [2020-08-05T23:59:55.284Z] #38 63.17 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:55.284Z] #38 63.19 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-08-05T23:59:55.284Z] #38 63.20 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-05T23:59:55.284Z] #38 63.21 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2020-08-05T23:59:55.284Z] #38 63.23 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-05T23:59:55.284Z] #38 63.24 Setting up python-protobuf (3.6.1.3-2) ... [2020-08-05T23:59:55.453Z] #47 68.84 fmt [2020-08-05T23:59:55.544Z] #38 ... [2020-08-05T23:59:55.544Z] [2020-08-05T23:59:55.544Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:55.544Z] #33 1.225 + RM_GOPATH=0 [2020-08-05T23:59:55.544Z] #33 1.225 + TMP_GOPATH= [2020-08-05T23:59:55.544Z] #33 1.225 + : /build [2020-08-05T23:59:55.544Z] #33 1.225 + '[' -z '' ']' [2020-08-05T23:59:55.544Z] #33 1.225 ++ mktemp -d [2020-08-05T23:59:55.544Z] #33 1.234 + export GOPATH=/tmp/tmp.DNBQAoYTcV [2020-08-05T23:59:55.544Z] #33 1.234 + GOPATH=/tmp/tmp.DNBQAoYTcV [2020-08-05T23:59:55.544Z] #33 1.234 + RM_GOPATH=1 [2020-08-05T23:59:55.544Z] #33 1.234 + case "$(go env GOARCH)" in [2020-08-05T23:59:55.544Z] #33 1.239 ++ go env GOARCH [2020-08-05T23:59:55.544Z] #33 1.250 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:55.544Z] #33 1.250 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:55.544Z] #33 1.250 ++ dirname /tmp/install/install.sh [2020-08-05T23:59:55.544Z] #33 1.250 + dir=/tmp/install [2020-08-05T23:59:55.544Z] #33 1.250 + bin=tini [2020-08-05T23:59:55.544Z] #33 1.250 + shift [2020-08-05T23:59:55.545Z] #33 1.250 + '[' '!' -f /tmp/install/tini.installer ']' [2020-08-05T23:59:55.545Z] #33 1.250 + . /tmp/install/tini.installer [2020-08-05T23:59:55.545Z] #33 1.250 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-05T23:59:55.545Z] #33 1.250 + install_tini [2020-08-05T23:59:55.545Z] #33 1.250 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-08-05T23:59:55.545Z] #33 1.250 + git clone https://github.com/krallin/tini.git /tmp/tmp.DNBQAoYTcV/tini [2020-08-05T23:59:55.545Z] #33 1.251 Cloning into '/tmp/tmp.DNBQAoYTcV/tini'... [2020-08-05T23:59:55.545Z] #33 1.253 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-05T23:59:55.545Z] #33 2.150 + cd /tmp/tmp.DNBQAoYTcV/tini [2020-08-05T23:59:55.545Z] #33 2.150 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-05T23:59:55.545Z] #33 2.192 + cmake . [2020-08-05T23:59:55.554Z] [2020-08-05T23:59:55.554Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-08-05T23:59:55.644Z] Client: [2020-08-05T23:59:55.644Z] Debug Mode: false [2020-08-05T23:59:55.644Z] [2020-08-05T23:59:55.644Z] Server: [2020-08-05T23:59:55.644Z] Containers: 0 [2020-08-05T23:59:55.644Z] Running: 0 [2020-08-05T23:59:55.644Z] Paused: 0 [2020-08-05T23:59:55.644Z] Stopped: 0 [2020-08-05T23:59:55.644Z] Images: 0 [2020-08-05T23:59:55.644Z] Server Version: 19.03.12 [2020-08-05T23:59:55.644Z] Storage Driver: overlay2 [2020-08-05T23:59:55.644Z] Backing Filesystem: extfs [2020-08-05T23:59:55.644Z] Supports d_type: true [2020-08-05T23:59:55.644Z] Native Overlay Diff: true [2020-08-05T23:59:55.644Z] Logging Driver: json-file [2020-08-05T23:59:55.644Z] Cgroup Driver: cgroupfs [2020-08-05T23:59:55.644Z] Plugins: [2020-08-05T23:59:55.644Z] Volume: local [2020-08-05T23:59:55.644Z] Network: bridge host ipvlan macvlan null overlay [2020-08-05T23:59:55.644Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2020-08-05T23:59:55.644Z] Swarm: inactive [2020-08-05T23:59:55.644Z] Runtimes: runc [2020-08-05T23:59:55.644Z] Default Runtime: runc [2020-08-05T23:59:55.644Z] Init Binary: docker-init [2020-08-05T23:59:55.644Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2020-08-05T23:59:55.644Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2020-08-05T23:59:55.644Z] init version: fec3683 [2020-08-05T23:59:55.644Z] Security Options: [2020-08-05T23:59:55.644Z] apparmor [2020-08-05T23:59:55.644Z] seccomp [2020-08-05T23:59:55.644Z] Profile: default [2020-08-05T23:59:55.644Z] Kernel Version: 4.15.0-1074-aws [2020-08-05T23:59:55.644Z] Operating System: Ubuntu 16.04.6 LTS [2020-08-05T23:59:55.644Z] OSType: linux [2020-08-05T23:59:55.644Z] Architecture: aarch64 [2020-08-05T23:59:55.644Z] CPUs: 4 [2020-08-05T23:59:55.644Z] Total Memory: 7.525GiB [2020-08-05T23:59:55.644Z] Name: ip-10-100-43-22 [2020-08-05T23:59:55.644Z] ID: UTJC:VJXC:JR6C:MQOY:H5HB:HHV3:JK47:2SKG:XCXB:YJDM:JC3G:VSC2 [2020-08-05T23:59:55.644Z] Docker Root Dir: /var/lib/docker [2020-08-05T23:59:55.644Z] Debug Mode: false [2020-08-05T23:59:55.644Z] Registry: https://index.docker.io/v1/ [2020-08-05T23:59:55.644Z] Labels: [2020-08-05T23:59:55.644Z] Experimental: true [2020-08-05T23:59:55.644Z] Insecure Registries: [2020-08-05T23:59:55.644Z] 127.0.0.0/8 [2020-08-05T23:59:55.644Z] Live Restore Enabled: true [2020-08-05T23:59:55.644Z] [2020-08-05T23:59:55.644Z] WARNING: No swap limit support [Pipeline] sh [2020-08-05T23:59:55.712Z] #47 ... [2020-08-05T23:59:55.712Z] [2020-08-05T23:59:55.712Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-05T23:59:55.712Z] #25 21.05 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-08-05T23:59:55.712Z] #25 21.43 [2020-08-05T23:59:55.712Z] #25 21.62 ######################################################################## 100.0% [2020-08-05T23:59:55.712Z] #25 21.83 [2020-08-05T23:59:55.712Z] #25 21.89 Download of images into '/build' complete. [2020-08-05T23:59:55.712Z] #25 21.89 Use something like the following to load the result into a Docker daemon: [2020-08-05T23:59:55.712Z] #25 21.89 tar -cC '/build' . | docker load [2020-08-05T23:59:55.712Z] #25 DONE 22.1s [2020-08-05T23:59:55.712Z] [2020-08-05T23:59:55.712Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:55.712Z] #33 1.108 + RM_GOPATH=0 [2020-08-05T23:59:55.712Z] #33 1.108 + TMP_GOPATH= [2020-08-05T23:59:55.712Z] #33 1.108 + : /build [2020-08-05T23:59:55.712Z] #33 1.108 + '[' -z '' ']' [2020-08-05T23:59:55.712Z] #33 1.118 ++ mktemp -d [2020-08-05T23:59:55.712Z] #33 1.118 + export GOPATH=/tmp/tmp.qt1S6URXaQ [2020-08-05T23:59:55.712Z] #33 1.118 + GOPATH=/tmp/tmp.qt1S6URXaQ [2020-08-05T23:59:55.712Z] #33 1.118 + RM_GOPATH=1 [2020-08-05T23:59:55.712Z] #33 1.118 + case "$(go env GOARCH)" in [2020-08-05T23:59:55.712Z] #33 1.118 ++ go env GOARCH [2020-08-05T23:59:55.712Z] #33 1.139 + export GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:55.712Z] #33 1.140 + GO_BUILDMODE=-buildmode=pie [2020-08-05T23:59:55.712Z] #33 1.140 ++ dirname /tmp/install/install.sh [2020-08-05T23:59:55.712Z] #33 1.142 + dir=/tmp/install [2020-08-05T23:59:55.712Z] #33 1.142 + bin=tini [2020-08-05T23:59:55.712Z] #33 1.142 + shift [2020-08-05T23:59:55.712Z] #33 1.142 + '[' '!' -f /tmp/install/tini.installer ']' [2020-08-05T23:59:55.712Z] #33 1.143 + . /tmp/install/tini.installer [2020-08-05T23:59:55.712Z] #33 1.144 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-05T23:59:55.712Z] #33 1.147 + install_tini [2020-08-05T23:59:55.712Z] #33 1.147 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-08-05T23:59:55.712Z] #33 1.147 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-05T23:59:55.712Z] #33 1.148 + git clone https://github.com/krallin/tini.git /tmp/tmp.qt1S6URXaQ/tini [2020-08-05T23:59:55.712Z] #33 1.177 Cloning into '/tmp/tmp.qt1S6URXaQ/tini'... [2020-08-05T23:59:55.712Z] #33 2.108 + cd /tmp/tmp.qt1S6URXaQ/tini [2020-08-05T23:59:55.712Z] #33 2.108 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-05T23:59:55.712Z] #33 2.145 + cmake . [2020-08-05T23:59:55.712Z] #33 2.833 -- The C compiler identification is GNU 8.3.0 [2020-08-05T23:59:55.712Z] #33 2.892 -- Check for working C compiler: /usr/bin/cc [2020-08-05T23:59:55.712Z] #33 3.749 -- Check for working C compiler: /usr/bin/cc -- works [2020-08-05T23:59:55.712Z] #33 3.749 -- Detecting C compiler ABI info [2020-08-05T23:59:55.804Z] #33 3.157 -- The C compiler identification is GNU 8.3.0 [2020-08-05T23:59:55.804Z] #33 3.230 -- Check for working C compiler: /usr/bin/cc [2020-08-05T23:59:55.979Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:59:55.979Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-05T23:59:55.979Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41316/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2020-08-05T23:59:55.979Z] + bash /home/ubuntu/workspace/moby_PR-41316/check-config.sh [2020-08-05T23:59:55.979Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2020-08-05T23:59:55.979Z] info: reading kernel config from /boot/config-4.15.0-1074-aws ... [2020-08-05T23:59:55.979Z] [2020-08-05T23:59:55.979Z] Generally Necessary: [2020-08-05T23:59:55.979Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2020-08-05T23:59:55.979Z] - apparmor: enabled and tools installed [2020-08-05T23:59:56.230Z] #15 DONE 1.2s [2020-08-05T23:59:56.230Z] [2020-08-05T23:59:56.230Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:56.230Z] #39 42.55 CC criu/arch/s390/vdso-pie.o [2020-08-05T23:59:56.230Z] #39 42.68 CC criu/arch/s390/restorer.o [2020-08-05T23:59:56.230Z] #39 43.02 CC criu/pie/restorer.o [2020-08-05T23:59:56.241Z] - CONFIG_NAMESPACES: enabled [2020-08-05T23:59:56.241Z] - CONFIG_NET_NS: enabled [2020-08-05T23:59:56.241Z] - CONFIG_PID_NS: enabled [2020-08-05T23:59:56.241Z] - CONFIG_IPC_NS: enabled [2020-08-05T23:59:56.241Z] - CONFIG_UTS_NS: enabled [2020-08-05T23:59:56.241Z] - CONFIG_CGROUPS: enabled [2020-08-05T23:59:56.241Z] - CONFIG_CGROUP_CPUACCT: enabled [2020-08-05T23:59:56.241Z] - CONFIG_CGROUP_DEVICE: enabled [2020-08-05T23:59:56.241Z] - CONFIG_CGROUP_FREEZER: enabled [2020-08-05T23:59:56.241Z] - CONFIG_CGROUP_SCHED: enabled [2020-08-05T23:59:56.241Z] - CONFIG_CPUSETS: enabled [2020-08-05T23:59:56.241Z] - CONFIG_MEMCG: enabled [2020-08-05T23:59:56.241Z] - CONFIG_KEYS: enabled [2020-08-05T23:59:56.241Z] - CONFIG_VETH: enabled (as module) [2020-08-05T23:59:56.241Z] - CONFIG_BRIDGE: enabled (as module) [2020-08-05T23:59:56.241Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2020-08-05T23:59:56.241Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2020-08-05T23:59:56.241Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2020-08-05T23:59:56.241Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2020-08-05T23:59:56.241Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2020-08-05T23:59:56.241Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2020-08-05T23:59:56.504Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2020-08-05T23:59:56.504Z] - CONFIG_IP_NF_NAT: enabled (as module) [2020-08-05T23:59:56.504Z] - CONFIG_NF_NAT: enabled (as module) [2020-08-05T23:59:56.504Z] - CONFIG_NF_NAT_NEEDED: enabled [2020-08-05T23:59:56.504Z] - CONFIG_POSIX_MQUEUE: enabled [2020-08-05T23:59:56.504Z] [2020-08-05T23:59:56.504Z] Optional Features: [2020-08-05T23:59:56.504Z] - CONFIG_USER_NS: enabled [2020-08-05T23:59:56.504Z] - CONFIG_SECCOMP: enabled [2020-08-05T23:59:56.504Z] - CONFIG_CGROUP_PIDS: enabled [2020-08-05T23:59:56.504Z] - CONFIG_MEMCG_SWAP: enabled [2020-08-05T23:59:56.504Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2020-08-05T23:59:56.504Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2020-08-05T23:59:56.504Z] - CONFIG_BLK_CGROUP: enabled [2020-08-05T23:59:56.504Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2020-08-05T23:59:56.504Z] - CONFIG_IOSCHED_CFQ: enabled [2020-08-05T23:59:56.504Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2020-08-05T23:59:56.504Z] - CONFIG_CGROUP_PERF: enabled [2020-08-05T23:59:56.504Z] - CONFIG_CGROUP_HUGETLB: enabled [2020-08-05T23:59:56.504Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2020-08-05T23:59:56.504Z] - CONFIG_CGROUP_NET_PRIO: enabled [2020-08-05T23:59:56.504Z] - CONFIG_CFS_BANDWIDTH: enabled [2020-08-05T23:59:56.504Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2020-08-05T23:59:56.504Z] - CONFIG_RT_GROUP_SCHED: missing [2020-08-05T23:59:56.504Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2020-08-05T23:59:56.504Z] - CONFIG_IP_VS: enabled (as module) [2020-08-05T23:59:56.504Z] - CONFIG_IP_VS_NFCT: enabled [2020-08-05T23:59:56.504Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2020-08-05T23:59:56.504Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2020-08-05T23:59:56.504Z] - CONFIG_IP_VS_RR: enabled (as module) [2020-08-05T23:59:56.750Z] #10 ... [2020-08-05T23:59:56.750Z] [2020-08-05T23:59:56.750Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:56.750Z] #38 69.00 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-08-05T23:59:56.750Z] #38 69.00 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:56.750Z] #38 DONE 69.5s [2020-08-05T23:59:56.750Z] [2020-08-05T23:59:56.750Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:56.750Z] #41 59.47 time [2020-08-05T23:59:56.750Z] #41 64.00 strings [2020-08-05T23:59:56.750Z] #41 65.88 os [2020-08-05T23:59:56.750Z] #41 67.42 regexp/syntax [2020-08-05T23:59:56.750Z] #41 ... [2020-08-05T23:59:56.750Z] [2020-08-05T23:59:56.750Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:56.766Z] - CONFIG_EXT4_FS: enabled [2020-08-05T23:59:56.766Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2020-08-05T23:59:56.766Z] - CONFIG_EXT4_FS_SECURITY: enabled [2020-08-05T23:59:56.766Z] - Network Drivers: [2020-08-05T23:59:56.766Z] - "overlay": [2020-08-05T23:59:56.766Z] - CONFIG_VXLAN: enabled (as module) [2020-08-05T23:59:56.766Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2020-08-05T23:59:56.766Z] Optional (for encrypted networks): [2020-08-05T23:59:56.766Z] - CONFIG_CRYPTO: enabled [2020-08-05T23:59:56.766Z] - CONFIG_CRYPTO_AEAD: enabled [2020-08-05T23:59:56.766Z] - CONFIG_CRYPTO_GCM: enabled [2020-08-05T23:59:56.766Z] - CONFIG_CRYPTO_SEQIV: enabled [2020-08-05T23:59:56.766Z] - CONFIG_CRYPTO_GHASH: enabled [2020-08-05T23:59:56.766Z] - CONFIG_XFRM: enabled [2020-08-05T23:59:56.766Z] - CONFIG_XFRM_USER: enabled (as module) [2020-08-05T23:59:56.766Z] - CONFIG_XFRM_ALGO: enabled (as module) [2020-08-05T23:59:56.766Z] - CONFIG_INET_ESP: enabled (as module) [2020-08-05T23:59:56.766Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2020-08-05T23:59:56.766Z] - "ipvlan": [2020-08-05T23:59:56.766Z] - CONFIG_IPVLAN: enabled (as module) [2020-08-05T23:59:56.766Z] - "macvlan": [2020-08-05T23:59:56.766Z] - CONFIG_MACVLAN: enabled (as module) [2020-08-05T23:59:56.766Z] - CONFIG_DUMMY: enabled (as module) [2020-08-05T23:59:56.766Z] - "ftp,tftp client in container": [2020-08-05T23:59:56.766Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2020-08-05T23:59:56.766Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2020-08-05T23:59:56.766Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2020-08-05T23:59:56.766Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2020-08-05T23:59:56.766Z] - Storage Drivers: [2020-08-05T23:59:56.766Z] - "aufs": [2020-08-05T23:59:56.766Z] - CONFIG_AUFS_FS: enabled (as module) [2020-08-05T23:59:57.030Z] - "btrfs": [2020-08-05T23:59:57.030Z] - CONFIG_BTRFS_FS: enabled (as module) [2020-08-05T23:59:57.030Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2020-08-05T23:59:57.030Z] - "devicemapper": [2020-08-05T23:59:57.030Z] - CONFIG_BLK_DEV_DM: enabled [2020-08-05T23:59:57.030Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2020-08-05T23:59:57.030Z] - "overlay": [2020-08-05T23:59:57.030Z] - CONFIG_OVERLAY_FS: enabled (as module) [2020-08-05T23:59:57.030Z] - "zfs": [2020-08-05T23:59:57.030Z] - /dev/zfs: missing [2020-08-05T23:59:57.030Z] - zfs command: missing [2020-08-05T23:59:57.030Z] - zpool command: missing [2020-08-05T23:59:57.030Z] [2020-08-05T23:59:57.030Z] Limits: [2020-08-05T23:59:57.030Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2020-08-05T23:59:57.030Z] [2020-08-05T23:59:57.030Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2020-08-05T23:59:57.085Z] #33 5.069 -- Detecting C compiler ABI info - done [2020-08-05T23:59:57.085Z] #33 5.143 -- Detecting C compile features [Pipeline] sh [2020-08-05T23:59:57.184Z] #33 4.268 -- Check for working C compiler: /usr/bin/cc -- works [2020-08-05T23:59:57.184Z] #33 4.272 -- Detecting C compiler ABI info [2020-08-05T23:59:57.263Z] #39 ... [2020-08-05T23:59:57.263Z] [2020-08-05T23:59:57.263Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-08-05T23:59:57.263Z] #16 DONE 1.0s [2020-08-05T23:59:57.387Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e . [2020-08-05T23:59:57.387Z] #2 [internal] load .dockerignore [2020-08-05T23:59:57.555Z] [2020-08-05T23:59:57.555Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:57.555Z] #49 6.895 + cd /tmp/tmp.fhVfaXwyV1/src/github.com/opencontainers/runc [2020-08-05T23:59:57.555Z] #49 6.895 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-05T23:59:57.555Z] #49 7.263 + '[' -z '' ']' [2020-08-05T23:59:57.555Z] #49 7.263 + target=static [2020-08-05T23:59:57.555Z] #49 7.263 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-08-05T23:59:57.555Z] #49 7.486 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . [2020-08-05T23:59:57.649Z] #2 transferring context: 87B done [2020-08-05T23:59:57.649Z] #2 DONE 0.2s [2020-08-05T23:59:57.649Z] [2020-08-05T23:59:57.649Z] #1 [internal] load build definition from Dockerfile [2020-08-05T23:59:57.649Z] #1 transferring dockerfile: 16.37kB done [2020-08-05T23:59:57.649Z] #1 DONE 0.2s [2020-08-05T23:59:57.649Z] [2020-08-05T23:59:57.649Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2020-08-05T23:59:57.652Z] #33 ... [2020-08-05T23:59:57.652Z] [2020-08-05T23:59:57.652Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:57.652Z] #38 70.55 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-08-05T23:59:57.652Z] #38 70.63 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:57.652Z] #38 DONE 71.3s [2020-08-05T23:59:57.652Z] [2020-08-05T23:59:57.652Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-05T23:59:57.753Z] #33 ... [2020-08-05T23:59:57.753Z] [2020-08-05T23:59:57.753Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-05T23:59:57.753Z] #38 70.87 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2020-08-05T23:59:57.753Z] #38 70.88 Processing triggers for libc-bin (2.28-10) ... [2020-08-05T23:59:57.753Z] #38 DONE 71.1s [2020-08-05T23:59:57.753Z] [2020-08-05T23:59:57.753Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-05T23:59:57.753Z] #33 4.982 -- Detecting C compiler ABI info - done [2020-08-05T23:59:57.753Z] #33 5.107 -- Detecting C compile features [2020-08-05T23:59:58.224Z] #3 DONE 0.5s [2020-08-05T23:59:58.224Z] [2020-08-05T23:59:58.224Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2020-08-05T23:59:58.224Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2020-08-05T23:59:58.224Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2020-08-05T23:59:58.224Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done [2020-08-05T23:59:58.224Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done [2020-08-05T23:59:58.224Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s [2020-08-05T23:59:58.486Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 6.63MB / 8.28MB 0.2s [2020-08-05T23:59:58.691Z] #33 ... [2020-08-05T23:59:58.691Z] [2020-08-05T23:59:58.691Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-05T23:59:58.691Z] #10 62.00 Selecting previously unselected package binutils-mingw-w64. [2020-08-05T23:59:58.691Z] #10 62.00 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-08-05T23:59:58.691Z] #10 62.01 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-05T23:59:58.691Z] #10 62.17 Selecting previously unselected package libdevmapper1.02.1:amd64. [2020-08-05T23:59:58.691Z] #10 62.18 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-08-05T23:59:58.691Z] #10 62.19 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-08-05T23:59:58.691Z] #10 62.41 Selecting previously unselected package dmsetup. [2020-08-05T23:59:58.691Z] #10 62.42 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2020-08-05T23:59:58.691Z] #10 62.43 Unpacking dmsetup (2:1.02.155-3) ... [2020-08-05T23:59:58.691Z] #10 62.63 Selecting previously unselected package mingw-w64-common. [2020-08-05T23:59:58.691Z] #10 62.65 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-08-05T23:59:58.691Z] #10 62.67 Unpacking mingw-w64-common (6.0.0-3) ... [2020-08-05T23:59:58.691Z] #10 70.86 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-08-05T23:59:58.691Z] #10 70.88 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-08-05T23:59:58.691Z] #10 70.91 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-05T23:59:58.748Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.4s [2020-08-05T23:59:58.748Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s done [2020-08-05T23:59:58.748Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 [2020-08-05T23:59:59.011Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done [2020-08-05T23:59:59.961Z] #4 DONE 1.5s [2020-08-06T00:00:00.043Z] #39 3.107 Note: Building without setproctitle() and strlcpy() support. [2020-08-06T00:00:00.043Z] #39 3.107 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-06T00:00:00.043Z] #39 3.114 Note: Building without GnuTLS support [2020-08-06T00:00:00.043Z] #39 3.117 Makefile.config:39: Warn: you have no libnftables installed [2020-08-06T00:00:00.043Z] #39 3.117 Makefile.config:40: Warn: Building without nftables support [2020-08-06T00:00:00.071Z] #10 ... [2020-08-06T00:00:00.071Z] [2020-08-06T00:00:00.071Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:00.071Z] #39 2.217 Note: Building without setproctitle() and strlcpy() support. [2020-08-06T00:00:00.071Z] #39 2.217 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-06T00:00:00.071Z] #39 2.238 Note: Building without GnuTLS support [2020-08-06T00:00:00.071Z] #39 2.254 Makefile.config:39: Warn: you have no libnftables installed [2020-08-06T00:00:00.071Z] #39 2.254 Makefile.config:40: Warn: Building without nftables support [2020-08-06T00:00:00.071Z] #39 ... [2020-08-06T00:00:00.071Z] [2020-08-06T00:00:00.071Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:00.071Z] #41 63.60 os [2020-08-06T00:00:00.071Z] #41 63.64 strings [2020-08-06T00:00:00.071Z] #41 67.10 regexp/syntax [2020-08-06T00:00:00.071Z] #41 68.74 fmt [2020-08-06T00:00:00.214Z] #39 2.641 Note: Building without setproctitle() and strlcpy() support. [2020-08-06T00:00:00.214Z] #39 2.641 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-06T00:00:00.214Z] #39 2.676 Note: Building without GnuTLS support [2020-08-06T00:00:00.214Z] #39 ... [2020-08-06T00:00:00.214Z] [2020-08-06T00:00:00.214Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:00.214Z] #41 63.87 os [2020-08-06T00:00:00.214Z] #41 64.55 strings [2020-08-06T00:00:00.214Z] #41 67.86 regexp/syntax [2020-08-06T00:00:00.214Z] #41 68.78 fmt [2020-08-06T00:00:00.330Z] #41 ... [2020-08-06T00:00:00.330Z] [2020-08-06T00:00:00.330Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:00.330Z] #30 66.49 path [2020-08-06T00:00:00.330Z] #30 67.60 fmt [2020-08-06T00:00:00.330Z] #30 67.71 path/filepath [2020-08-06T00:00:00.330Z] #30 70.29 io/ioutil [2020-08-06T00:00:00.330Z] #30 70.84 text/tabwriter [2020-08-06T00:00:00.330Z] #30 73.08 flag [2020-08-06T00:00:00.330Z] #30 73.08 github.com/BurntSushi/toml [2020-08-06T00:00:00.470Z] #41 ... [2020-08-06T00:00:00.471Z] [2020-08-06T00:00:00.471Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:00.471Z] #39 2.686 Makefile.config:39: Warn: you have no libnftables installed [2020-08-06T00:00:00.471Z] #39 2.686 Makefile.config:40: Warn: Building without nftables support [2020-08-06T00:00:00.537Z] [2020-08-06T00:00:00.537Z] #5 [internal] load metadata for docker.io/library/golang:1.13.14-buster [2020-08-06T00:00:00.589Z] #30 ... [2020-08-06T00:00:00.590Z] [2020-08-06T00:00:00.590Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:00.590Z] #33 7.977 -- Detecting C compile features - done [2020-08-06T00:00:00.590Z] #33 8.040 -- Performing Test HAS_BUILTIN_FORTIFY [2020-08-06T00:00:01.158Z] #33 8.312 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-08-06T00:00:01.158Z] #33 8.429 -- Configuring done [2020-08-06T00:00:01.158Z] #33 8.464 -- Generating done [2020-08-06T00:00:01.158Z] #33 8.470 -- Build files have been written to: /tmp/tmp.DNBQAoYTcV/tini [2020-08-06T00:00:01.158Z] #33 8.480 + make tini-static [2020-08-06T00:00:01.402Z] #39 ... [2020-08-06T00:00:01.402Z] [2020-08-06T00:00:01.402Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:01.402Z] #30 65.12 path [2020-08-06T00:00:01.402Z] #30 65.59 text/tabwriter [2020-08-06T00:00:01.402Z] #30 67.09 path/filepath [2020-08-06T00:00:01.402Z] #30 67.12 fmt [2020-08-06T00:00:01.402Z] #30 68.60 io/ioutil [2020-08-06T00:00:01.402Z] #30 71.74 flag [2020-08-06T00:00:01.402Z] #30 71.78 github.com/BurntSushi/toml [2020-08-06T00:00:01.402Z] #30 74.10 log [2020-08-06T00:00:01.418Z] #33 8.830 Scanning dependencies of target tini-static [2020-08-06T00:00:01.425Z] #39 ... [2020-08-06T00:00:01.425Z] [2020-08-06T00:00:01.425Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:01.425Z] #47 64.32 context [2020-08-06T00:00:01.425Z] #47 65.07 os [2020-08-06T00:00:01.425Z] #47 65.80 encoding/binary [2020-08-06T00:00:01.425Z] #47 69.00 encoding/base64 [2020-08-06T00:00:01.425Z] #47 70.30 golang.org/x/sys/unix [2020-08-06T00:00:01.425Z] #47 70.84 fmt [2020-08-06T00:00:01.425Z] #47 ... [2020-08-06T00:00:01.425Z] [2020-08-06T00:00:01.425Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:01.425Z] #33 1.649 + RM_GOPATH=0 [2020-08-06T00:00:01.425Z] #33 1.649 + TMP_GOPATH= [2020-08-06T00:00:01.425Z] #33 1.649 + : /build [2020-08-06T00:00:01.425Z] #33 1.649 + '[' -z '' ']' [2020-08-06T00:00:01.425Z] #33 1.649 ++ mktemp -d [2020-08-06T00:00:01.425Z] #33 1.649 + export GOPATH=/tmp/tmp.nIhwMpjjpV [2020-08-06T00:00:01.425Z] #33 1.649 + GOPATH=/tmp/tmp.nIhwMpjjpV [2020-08-06T00:00:01.425Z] #33 1.649 + RM_GOPATH=1 [2020-08-06T00:00:01.425Z] #33 1.649 + case "$(go env GOARCH)" in [2020-08-06T00:00:01.425Z] #33 1.649 ++ go env GOARCH [2020-08-06T00:00:01.425Z] #33 1.675 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:01.425Z] #33 1.675 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:01.425Z] #33 1.687 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-06T00:00:01.425Z] #33 1.687 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:01.425Z] #33 1.687 + dir=/tmp/install [2020-08-06T00:00:01.425Z] #33 1.687 + bin=tini [2020-08-06T00:00:01.425Z] #33 1.687 + shift [2020-08-06T00:00:01.425Z] #33 1.687 + '[' '!' -f /tmp/install/tini.installer ']' [2020-08-06T00:00:01.425Z] #33 1.687 + . /tmp/install/tini.installer [2020-08-06T00:00:01.425Z] #33 1.687 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-06T00:00:01.425Z] #33 1.687 + install_tini [2020-08-06T00:00:01.425Z] #33 1.687 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-08-06T00:00:01.425Z] #33 1.687 + git clone https://github.com/krallin/tini.git /tmp/tmp.nIhwMpjjpV/tini [2020-08-06T00:00:01.425Z] #33 1.692 Cloning into '/tmp/tmp.nIhwMpjjpV/tini'... [2020-08-06T00:00:01.425Z] #33 2.878 + cd /tmp/tmp.nIhwMpjjpV/tini [2020-08-06T00:00:01.425Z] #33 2.878 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-06T00:00:01.425Z] #33 2.886 + cmake . [2020-08-06T00:00:01.425Z] #33 3.839 -- The C compiler identification is GNU 8.3.0 [2020-08-06T00:00:01.425Z] #33 3.929 -- Check for working C compiler: /usr/bin/cc [2020-08-06T00:00:01.425Z] #33 4.922 -- Check for working C compiler: /usr/bin/cc -- works [2020-08-06T00:00:01.425Z] #33 4.927 -- Detecting C compiler ABI info [2020-08-06T00:00:01.425Z] #33 5.737 -- Detecting C compiler ABI info - done [2020-08-06T00:00:01.425Z] #33 5.792 -- Detecting C compile features [2020-08-06T00:00:01.483Z] #5 ... [2020-08-06T00:00:01.483Z] [2020-08-06T00:00:01.483Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2020-08-06T00:00:01.483Z] #6 DONE 0.9s [2020-08-06T00:00:01.659Z] #30 ... [2020-08-06T00:00:01.659Z] [2020-08-06T00:00:01.659Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:01.659Z] #33 8.266 -- Detecting C compile features - done [2020-08-06T00:00:01.659Z] #33 8.314 -- Performing Test HAS_BUILTIN_FORTIFY [2020-08-06T00:00:01.659Z] #33 8.518 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-08-06T00:00:01.659Z] #33 8.615 -- Configuring done [2020-08-06T00:00:01.659Z] #33 8.664 -- Generating done [2020-08-06T00:00:01.659Z] #33 8.669 -- Build files have been written to: /tmp/tmp.qt1S6URXaQ/tini [2020-08-06T00:00:01.659Z] #33 8.679 + make tini-static [2020-08-06T00:00:01.659Z] #33 9.115 Scanning dependencies of target tini-static [2020-08-06T00:00:01.659Z] #33 9.238 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-08-06T00:00:01.678Z] #33 8.961 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-08-06T00:00:01.686Z] #33 ... [2020-08-06T00:00:01.686Z] [2020-08-06T00:00:01.686Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:01.686Z] #39 5.189 fatal: not a git repository (or any of the parent directories): .git [2020-08-06T00:00:01.686Z] #39 5.268 GEN .gitid [2020-08-06T00:00:01.746Z] [2020-08-06T00:00:01.746Z] #5 [internal] load metadata for docker.io/library/golang:1.13.14-buster [2020-08-06T00:00:01.946Z] #39 5.332 GEN criu/include/version.h [2020-08-06T00:00:01.946Z] #39 5.428 GEN include/common/asm [2020-08-06T00:00:02.016Z] #5 DONE 1.3s [2020-08-06T00:00:02.016Z] [2020-08-06T00:00:02.016Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-06T00:00:02.016Z] #7 resolve docker.io/library/golang:1.13.14-buster@sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 done [2020-08-06T00:00:02.590Z] #33 10.46 [100%] Linking C executable tini-static [2020-08-06T00:00:02.978Z] #7 sha256:1522fbf9d916796066e9ef85dd75ba41fa6936cf526068889cbc134228e962ad 1.79kB / 1.79kB done [2020-08-06T00:00:02.978Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 0B / 49.18MB 0.6s [2020-08-06T00:00:02.978Z] #7 sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 1.86kB / 1.86kB done [2020-08-06T00:00:02.978Z] #7 sha256:7207978b06c43401605da2a2bd2a2413b79c6f40719706f8e03d14ed8e86cf8b 6.19kB / 6.19kB done [2020-08-06T00:00:02.978Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0B / 7.68MB 0.6s [2020-08-06T00:00:02.978Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 1.48MB / 7.68MB 0.8s [2020-08-06T00:00:03.058Z] #33 10.26 [100%] Linking C executable tini-static [2020-08-06T00:00:03.155Z] #33 11.10 [100%] Built target tini-static [2020-08-06T00:00:03.161Z] #49 ... [2020-08-06T00:00:03.161Z] [2020-08-06T00:00:03.161Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:03.161Z] #41 72.75 mime/quotedprintable [2020-08-06T00:00:03.161Z] #41 73.16 net/http/internal [2020-08-06T00:00:03.161Z] #41 74.76 crypto/tls [2020-08-06T00:00:03.161Z] #41 78.55 net/http/httptrace [2020-08-06T00:00:03.161Z] #41 78.69 net/http [2020-08-06T00:00:03.161Z] #41 ... [2020-08-06T00:00:03.161Z] [2020-08-06T00:00:03.161Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:03.161Z] #39 44.68 LINK criu/pie/restorer.built-in.o [2020-08-06T00:00:03.161Z] #39 44.68 GEN criu/pie/restorer-blob.h [2020-08-06T00:00:03.161Z] #39 44.73 DEP criu/vdso.d [2020-08-06T00:00:03.161Z] #39 45.04 DEP criu/uts_ns.d [2020-08-06T00:00:03.161Z] #39 45.19 DEP criu/util.d [2020-08-06T00:00:03.161Z] #39 45.35 DEP criu/uffd.d [2020-08-06T00:00:03.161Z] #39 45.55 DEP criu/tun.d [2020-08-06T00:00:03.161Z] #39 45.71 DEP criu/tty.d [2020-08-06T00:00:03.161Z] #39 45.83 DEP criu/timerfd.d [2020-08-06T00:00:03.161Z] #39 46.00 DEP criu/timens.d [2020-08-06T00:00:03.161Z] #39 46.11 DEP criu/sysfs_parse.d [2020-08-06T00:00:03.161Z] #39 46.23 DEP criu/sysctl.d [2020-08-06T00:00:03.161Z] #39 46.33 DEP criu/string.d [2020-08-06T00:00:03.161Z] #39 46.36 DEP criu/stats.d [2020-08-06T00:00:03.161Z] #39 46.48 DEP criu/sockets.d [2020-08-06T00:00:03.161Z] #39 46.64 DEP criu/sk-unix.d [2020-08-06T00:00:03.161Z] #39 46.77 DEP criu/sk-tcp.d [2020-08-06T00:00:03.161Z] #39 46.87 DEP criu/sk-queue.d [2020-08-06T00:00:03.161Z] #39 46.97 DEP criu/sk-packet.d [2020-08-06T00:00:03.161Z] #39 47.15 DEP criu/sk-netlink.d [2020-08-06T00:00:03.161Z] #39 47.26 DEP criu/sk-inet.d [2020-08-06T00:00:03.161Z] #39 47.34 DEP criu/signalfd.d [2020-08-06T00:00:03.161Z] #39 47.41 DEP criu/sigframe.d [2020-08-06T00:00:03.161Z] #39 47.46 DEP criu/shmem.d [2020-08-06T00:00:03.161Z] #39 47.54 DEP criu/servicefd.d [2020-08-06T00:00:03.161Z] #39 47.65 DEP criu/seize.d [2020-08-06T00:00:03.161Z] #39 47.75 DEP criu/seccomp.d [2020-08-06T00:00:03.161Z] #39 47.86 DEP criu/rst-malloc.d [2020-08-06T00:00:03.161Z] #39 47.92 DEP criu/rbtree.d [2020-08-06T00:00:03.161Z] #39 47.95 DEP criu/pstree.d [2020-08-06T00:00:03.161Z] #39 48.02 DEP criu/protobuf.d [2020-08-06T00:00:03.161Z] #39 48.06 GEN criu/protobuf-desc-gen.h [2020-08-06T00:00:03.161Z] #39 49.00 DEP criu/protobuf-desc.d [2020-08-06T00:00:03.161Z] #39 49.13 DEP criu/proc_parse.d [2020-08-06T00:00:03.161Z] #39 49.33 DEP criu/plugin.d [2020-08-06T00:00:03.161Z] #39 49.38 DEP criu/pipes.d [2020-08-06T00:00:03.161Z] #39 49.49 DEP criu/pie-util.d [2020-08-06T00:00:03.161Z] #39 49.59 DEP criu/pie-util-vdso.d [2020-08-06T00:00:03.161Z] #39 49.65 DEP criu/path.d [2020-08-06T00:00:03.161Z] #39 49.73 DEP criu/parasite-syscall.d [2020-08-06T00:00:03.161Z] #39 49.85 DEP criu/pagemap.d [2020-08-06T00:00:03.161Z] #39 49.94 DEP criu/pagemap-cache.d [2020-08-06T00:00:03.161Z] #39 50.03 DEP criu/page-xfer.d [2020-08-06T00:00:03.161Z] #39 50.18 DEP criu/page-pipe.d [2020-08-06T00:00:03.161Z] #39 50.27 DEP criu/netfilter.d [2020-08-06T00:00:03.247Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 1.0s [2020-08-06T00:00:03.247Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.67MB / 49.18MB 1.1s [2020-08-06T00:00:03.318Z] #33 10.76 [100%] Built target tini-static [2020-08-06T00:00:03.413Z] #33 11.25 + mkdir -p /build [2020-08-06T00:00:03.413Z] #33 11.26 + cp tini-static /build/docker-init [2020-08-06T00:00:03.451Z] #39 50.41 DEP criu/net.d [2020-08-06T00:00:03.451Z] #39 50.52 DEP criu/namespaces.d [2020-08-06T00:00:03.522Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 19.51MB / 49.18MB 1.2s [2020-08-06T00:00:03.522Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 37.34MB / 49.18MB 1.4s [2020-08-06T00:00:03.577Z] #33 10.87 + mkdir -p /build [2020-08-06T00:00:03.577Z] #33 10.87 + cp tini-static /build/docker-init [2020-08-06T00:00:03.577Z] #33 DONE 11.1s [2020-08-06T00:00:03.577Z] [2020-08-06T00:00:03.577Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:03.577Z] #39 4.794 fatal: not a git repository (or any of the parent directories): .git [2020-08-06T00:00:03.577Z] #39 4.861 GEN .gitid [2020-08-06T00:00:03.577Z] #39 4.901 GEN criu/include/version.h [2020-08-06T00:00:03.577Z] #39 4.975 GEN include/common/asm [2020-08-06T00:00:03.670Z] #33 DONE 11.6s [2020-08-06T00:00:03.670Z] [2020-08-06T00:00:03.670Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:03.670Z] #39 4.893 fatal: not a git repository (or any of the parent directories): .git [2020-08-06T00:00:03.670Z] #39 4.969 GEN .gitid [2020-08-06T00:00:03.670Z] #39 4.990 GEN criu/include/version.h [2020-08-06T00:00:03.670Z] #39 5.054 GEN include/common/asm [2020-08-06T00:00:03.741Z] #39 50.60 DEP criu/mount.d [2020-08-06T00:00:03.741Z] #39 50.77 DEP criu/memfd.d [2020-08-06T00:00:03.741Z] #39 50.88 DEP criu/mem.d [2020-08-06T00:00:03.812Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 47.47MB / 49.18MB 1.5s [2020-08-06T00:00:03.856Z] #39 7.168 PBCC images/timens.pb-c.c [2020-08-06T00:00:03.856Z] #39 7.196 DEP images/timens.pb-c.d [2020-08-06T00:00:03.856Z] #39 7.282 PBCC images/fown.pb-c.c [2020-08-06T00:00:03.856Z] #39 7.323 PBCC images/google/protobuf/descriptor.pb-c.c [2020-08-06T00:00:03.856Z] #39 7.468 PBCC images/opts.pb-c.c [2020-08-06T00:00:04.031Z] #39 50.99 DEP criu/lsm.d [2020-08-06T00:00:04.031Z] #39 51.10 DEP criu/log.d [2020-08-06T00:00:04.031Z] #39 51.15 DEP criu/libnetlink.d [2020-08-06T00:00:04.031Z] #39 51.21 DEP criu/kerndat.d [2020-08-06T00:00:04.116Z] #39 7.592 PBCC images/memfd.pb-c.c [2020-08-06T00:00:04.116Z] #39 7.659 DEP images/fown.pb-c.d [2020-08-06T00:00:04.116Z] #39 7.732 DEP images/google/protobuf/descriptor.pb-c.d [2020-08-06T00:00:04.343Z] #39 51.36 DEP criu/kcmp-ids.d [2020-08-06T00:00:04.343Z] #39 51.41 DEP criu/irmap.d [2020-08-06T00:00:04.343Z] #39 51.48 DEP criu/ipc_ns.d [2020-08-06T00:00:04.376Z] #39 7.832 DEP images/opts.pb-c.d [2020-08-06T00:00:04.376Z] #39 7.896 DEP images/memfd.pb-c.d [2020-08-06T00:00:04.376Z] #39 7.977 PBCC images/sit.pb-c.c [2020-08-06T00:00:04.376Z] #39 8.067 DEP images/sit.pb-c.d [2020-08-06T00:00:04.633Z] #39 51.64 DEP criu/image.d [2020-08-06T00:00:04.636Z] #39 8.152 PBCC images/macvlan.pb-c.c [2020-08-06T00:00:04.636Z] #39 8.173 DEP images/macvlan.pb-c.d [2020-08-06T00:00:04.636Z] #39 8.228 PBCC images/autofs.pb-c.c [2020-08-06T00:00:04.636Z] #39 8.256 DEP images/autofs.pb-c.d [2020-08-06T00:00:04.636Z] #39 8.301 PBCC images/sysctl.pb-c.c [2020-08-06T00:00:04.896Z] #39 8.336 DEP images/sysctl.pb-c.d [2020-08-06T00:00:04.896Z] #39 8.432 PBCC images/time.pb-c.c [2020-08-06T00:00:04.896Z] #39 8.483 DEP images/time.pb-c.d [2020-08-06T00:00:04.896Z] #39 8.560 PBCC images/binfmt-misc.pb-c.c [2020-08-06T00:00:04.896Z] #39 ... [2020-08-06T00:00:04.896Z] [2020-08-06T00:00:04.896Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:04.896Z] #30 68.06 path/filepath [2020-08-06T00:00:04.896Z] #30 69.50 io/ioutil [2020-08-06T00:00:04.896Z] #30 71.29 text/tabwriter [2020-08-06T00:00:04.896Z] #30 73.59 github.com/BurntSushi/toml [2020-08-06T00:00:04.896Z] #30 73.59 flag [2020-08-06T00:00:04.896Z] #30 75.73 log [2020-08-06T00:00:04.896Z] #30 78.01 github.com/BurntSushi/toml/cmd/tomlv [2020-08-06T00:00:04.923Z] #39 51.76 DEP criu/image-desc.d [2020-08-06T00:00:04.923Z] #39 51.84 DEP criu/fsnotify.d [2020-08-06T00:00:04.923Z] #39 52.01 DEP criu/filesystems.d [2020-08-06T00:00:04.957Z] #39 7.332 PBCC images/timens.pb-c.c [2020-08-06T00:00:05.042Z] #39 ... [2020-08-06T00:00:05.042Z] [2020-08-06T00:00:05.042Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:05.042Z] #10 68.64 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-08-06T00:00:05.042Z] #10 68.65 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-08-06T00:00:05.042Z] #10 68.67 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-06T00:00:05.042Z] #10 77.54 Selecting previously unselected package gcc-mingw-w64-base. [2020-08-06T00:00:05.042Z] #10 77.54 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-08-06T00:00:05.042Z] #10 77.55 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:05.042Z] #10 77.79 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-08-06T00:00:05.042Z] #10 77.82 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-08-06T00:00:05.042Z] #10 77.83 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:05.042Z] #10 ... [2020-08-06T00:00:05.042Z] [2020-08-06T00:00:05.042Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:05.042Z] #41 74.71 regexp [2020-08-06T00:00:05.042Z] #41 75.27 go/token [2020-08-06T00:00:05.042Z] #41 76.34 go/scanner [2020-08-06T00:00:05.042Z] #41 78.38 go/ast [2020-08-06T00:00:05.157Z] #30 ... [2020-08-06T00:00:05.157Z] [2020-08-06T00:00:05.157Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:05.157Z] #39 8.628 DEP images/binfmt-misc.pb-c.d [2020-08-06T00:00:05.157Z] #39 8.652 PBCC images/seccomp.pb-c.c [2020-08-06T00:00:05.157Z] #39 8.722 DEP images/seccomp.pb-c.d [2020-08-06T00:00:05.157Z] #39 8.785 PBCC images/userns.pb-c.c [2020-08-06T00:00:05.203Z] #7 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 2.2s done [2020-08-06T00:00:05.203Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0B / 9.98MB 3.1s [2020-08-06T00:00:05.203Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 0B / 52.16MB 3.1s [2020-08-06T00:00:05.214Z] #39 52.13 DEP criu/files.d [2020-08-06T00:00:05.214Z] #39 52.22 DEP criu/files-reg.d [2020-08-06T00:00:05.214Z] #39 52.31 DEP criu/files-ext.d [2020-08-06T00:00:05.214Z] #39 52.40 DEP criu/file-lock.d [2020-08-06T00:00:05.217Z] #39 7.406 DEP images/timens.pb-c.d [2020-08-06T00:00:05.217Z] #39 7.421 PBCC images/fown.pb-c.c [2020-08-06T00:00:05.217Z] #39 7.429 PBCC images/google/protobuf/descriptor.pb-c.c [2020-08-06T00:00:05.217Z] #39 7.449 PBCC images/opts.pb-c.c [2020-08-06T00:00:05.217Z] #39 7.511 PBCC images/memfd.pb-c.c [2020-08-06T00:00:05.217Z] #39 7.544 DEP images/fown.pb-c.d [2020-08-06T00:00:05.217Z] #39 7.592 DEP images/google/protobuf/descriptor.pb-c.d [2020-08-06T00:00:05.217Z] #39 7.641 DEP images/opts.pb-c.d [2020-08-06T00:00:05.416Z] #39 8.825 DEP images/userns.pb-c.d [2020-08-06T00:00:05.416Z] #39 8.889 PBCC images/cgroup.pb-c.c [2020-08-06T00:00:05.416Z] #39 8.912 DEP images/cgroup.pb-c.d [2020-08-06T00:00:05.416Z] #39 8.964 PBCC images/ext-file.pb-c.c [2020-08-06T00:00:05.416Z] #39 8.987 DEP images/ext-file.pb-c.d [2020-08-06T00:00:05.464Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 8.88MB / 9.98MB 3.4s [2020-08-06T00:00:05.476Z] #39 7.729 DEP images/memfd.pb-c.d [2020-08-06T00:00:05.476Z] #39 7.830 PBCC images/sit.pb-c.c [2020-08-06T00:00:05.476Z] #39 7.908 DEP images/sit.pb-c.d [2020-08-06T00:00:05.476Z] #39 8.010 PBCC images/macvlan.pb-c.c [2020-08-06T00:00:05.676Z] #39 9.040 PBCC images/rpc.pb-c.c [2020-08-06T00:00:05.676Z] #39 9.083 DEP images/rpc.pb-c.d [2020-08-06T00:00:05.676Z] #39 9.171 PBCC images/siginfo.pb-c.c [2020-08-06T00:00:05.676Z] #39 9.214 DEP images/siginfo.pb-c.d [2020-08-06T00:00:05.676Z] #39 9.289 PBCC images/pagemap.pb-c.c [2020-08-06T00:00:05.737Z] #39 8.054 DEP images/macvlan.pb-c.d [2020-08-06T00:00:05.737Z] #39 8.125 PBCC images/autofs.pb-c.c [2020-08-06T00:00:05.737Z] #39 8.175 DEP images/autofs.pb-c.d [2020-08-06T00:00:05.737Z] #39 8.257 PBCC images/sysctl.pb-c.c [2020-08-06T00:00:05.777Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 3.5s [2020-08-06T00:00:05.777Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 10.64MB / 52.16MB 3.5s [2020-08-06T00:00:05.844Z] #39 52.56 DEP criu/file-ids.d [2020-08-06T00:00:05.844Z] #39 52.63 DEP criu/fifo.d [2020-08-06T00:00:05.844Z] #39 52.74 DEP criu/fdstore.d [2020-08-06T00:00:05.844Z] #39 52.83 DEP criu/fault-injection.d [2020-08-06T00:00:05.844Z] #39 52.87 DEP criu/external.d [2020-08-06T00:00:05.844Z] #39 52.96 DEP criu/eventpoll.d [2020-08-06T00:00:05.939Z] #39 9.360 DEP images/pagemap.pb-c.d [2020-08-06T00:00:05.939Z] #39 9.432 PBCC images/rlimit.pb-c.c [2020-08-06T00:00:05.939Z] #39 9.457 DEP images/rlimit.pb-c.d [2020-08-06T00:00:05.939Z] #39 9.539 PBCC images/file-lock.pb-c.c [2020-08-06T00:00:05.976Z] #41 79.54 internal/lazyregexp [2020-08-06T00:00:05.997Z] #39 8.268 DEP images/sysctl.pb-c.d [2020-08-06T00:00:05.997Z] #39 8.366 PBCC images/time.pb-c.c [2020-08-06T00:00:05.997Z] #39 8.389 DEP images/time.pb-c.d [2020-08-06T00:00:05.997Z] #39 8.465 PBCC images/binfmt-misc.pb-c.c [2020-08-06T00:00:05.997Z] #39 8.488 DEP images/binfmt-misc.pb-c.d [2020-08-06T00:00:06.134Z] #39 53.08 DEP criu/eventfd.d [2020-08-06T00:00:06.134Z] #39 53.15 DEP criu/crtools.d [2020-08-06T00:00:06.134Z] #39 ... [2020-08-06T00:00:06.134Z] [2020-08-06T00:00:06.134Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:06.134Z] #41 86.34 github.com/LK4D4/vndr/godl [2020-08-06T00:00:06.143Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 32.22MB / 52.16MB 3.7s [2020-08-06T00:00:06.143Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 38.32MB / 52.16MB 3.8s [2020-08-06T00:00:06.199Z] #39 ... [2020-08-06T00:00:06.199Z] [2020-08-06T00:00:06.199Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:06.199Z] #33 8.149 -- Detecting C compile features - done [2020-08-06T00:00:06.199Z] #33 8.182 -- Performing Test HAS_BUILTIN_FORTIFY [2020-08-06T00:00:06.199Z] #33 8.452 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-08-06T00:00:06.199Z] #33 8.534 -- Configuring done [2020-08-06T00:00:06.199Z] #33 8.552 -- Generating done [2020-08-06T00:00:06.199Z] #33 8.563 -- Build files have been written to: /tmp/tmp.nIhwMpjjpV/tini [2020-08-06T00:00:06.199Z] #33 8.587 + make tini-static [2020-08-06T00:00:06.199Z] #33 8.938 Scanning dependencies of target tini-static [2020-08-06T00:00:06.199Z] #33 9.047 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-08-06T00:00:06.199Z] #33 10.50 [100%] Linking C executable tini-static [2020-08-06T00:00:06.199Z] #33 11.17 [100%] Built target tini-static [2020-08-06T00:00:06.199Z] #33 11.26 + mkdir -p /build [2020-08-06T00:00:06.199Z] #33 11.27 + cp tini-static /build/docker-init [2020-08-06T00:00:06.199Z] #33 DONE 11.5s [2020-08-06T00:00:06.199Z] [2020-08-06T00:00:06.199Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:06.199Z] #39 9.612 DEP images/file-lock.pb-c.d [2020-08-06T00:00:06.199Z] #39 9.723 PBCC images/tty.pb-c.c [2020-08-06T00:00:06.233Z] #41 79.79 net/url [2020-08-06T00:00:06.233Z] #41 ... [2020-08-06T00:00:06.233Z] [2020-08-06T00:00:06.233Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:06.233Z] #47 69.88 encoding/base64 [2020-08-06T00:00:06.233Z] #47 71.16 golang.org/x/sys/unix [2020-08-06T00:00:06.233Z] #47 75.76 encoding/json [2020-08-06T00:00:06.233Z] #47 ... [2020-08-06T00:00:06.233Z] [2020-08-06T00:00:06.233Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:06.233Z] #39 7.574 PBCC images/timens.pb-c.c [2020-08-06T00:00:06.233Z] #39 7.616 DEP images/timens.pb-c.d [2020-08-06T00:00:06.233Z] #39 7.696 PBCC images/fown.pb-c.c [2020-08-06T00:00:06.233Z] #39 7.728 PBCC images/google/protobuf/descriptor.pb-c.c [2020-08-06T00:00:06.233Z] #39 7.787 PBCC images/opts.pb-c.c [2020-08-06T00:00:06.233Z] #39 7.880 PBCC images/memfd.pb-c.c [2020-08-06T00:00:06.233Z] #39 7.957 DEP images/fown.pb-c.d [2020-08-06T00:00:06.233Z] #39 8.003 DEP images/google/protobuf/descriptor.pb-c.d [2020-08-06T00:00:06.233Z] #39 8.082 DEP images/opts.pb-c.d [2020-08-06T00:00:06.233Z] #39 8.149 DEP images/memfd.pb-c.d [2020-08-06T00:00:06.233Z] #39 8.182 PBCC images/sit.pb-c.c [2020-08-06T00:00:06.233Z] #39 8.226 DEP images/sit.pb-c.d [2020-08-06T00:00:06.233Z] #39 8.260 PBCC images/macvlan.pb-c.c [2020-08-06T00:00:06.233Z] #39 8.281 DEP images/macvlan.pb-c.d [2020-08-06T00:00:06.233Z] #39 8.351 PBCC images/autofs.pb-c.c [2020-08-06T00:00:06.233Z] #39 8.380 DEP images/autofs.pb-c.d [2020-08-06T00:00:06.233Z] #39 8.435 PBCC images/sysctl.pb-c.c [2020-08-06T00:00:06.233Z] #39 8.452 DEP images/sysctl.pb-c.d [2020-08-06T00:00:06.233Z] #39 8.537 PBCC images/time.pb-c.c [2020-08-06T00:00:06.233Z] #39 8.566 DEP images/time.pb-c.d [2020-08-06T00:00:06.233Z] #39 8.643 PBCC images/binfmt-misc.pb-c.c [2020-08-06T00:00:06.233Z] #39 8.682 DEP images/binfmt-misc.pb-c.d [2020-08-06T00:00:06.233Z] #39 8.746 PBCC images/seccomp.pb-c.c [2020-08-06T00:00:06.256Z] #39 8.553 PBCC images/seccomp.pb-c.c [2020-08-06T00:00:06.256Z] #39 8.569 DEP images/seccomp.pb-c.d [2020-08-06T00:00:06.256Z] #39 8.633 PBCC images/userns.pb-c.c [2020-08-06T00:00:06.256Z] #39 ... [2020-08-06T00:00:06.256Z] [2020-08-06T00:00:06.256Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:06.256Z] #47 69.62 encoding/base64 [2020-08-06T00:00:06.256Z] #47 70.89 golang.org/x/sys/unix [2020-08-06T00:00:06.256Z] #47 73.37 encoding/json [2020-08-06T00:00:06.256Z] #47 ... [2020-08-06T00:00:06.256Z] [2020-08-06T00:00:06.256Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:06.256Z] #39 8.681 DEP images/userns.pb-c.d [2020-08-06T00:00:06.256Z] #39 8.728 PBCC images/cgroup.pb-c.c [2020-08-06T00:00:06.256Z] #39 8.758 DEP images/cgroup.pb-c.d [2020-08-06T00:00:06.440Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 46.22MB / 52.16MB 3.9s [2020-08-06T00:00:06.440Z] #7 ... [2020-08-06T00:00:06.440Z] [2020-08-06T00:00:06.440Z] #20 [internal] load build context [2020-08-06T00:00:06.440Z] #20 transferring context: 51.48MB 2.6s done [2020-08-06T00:00:06.440Z] #20 DONE 4.4s [2020-08-06T00:00:06.459Z] #39 9.850 DEP images/tty.pb-c.d [2020-08-06T00:00:06.459Z] #39 10.03 PBCC images/tun.pb-c.c [2020-08-06T00:00:06.491Z] #39 8.766 DEP images/seccomp.pb-c.d [2020-08-06T00:00:06.491Z] #39 8.857 PBCC images/userns.pb-c.c [2020-08-06T00:00:06.491Z] #39 8.867 DEP images/userns.pb-c.d [2020-08-06T00:00:06.491Z] #39 8.930 PBCC images/cgroup.pb-c.c [2020-08-06T00:00:06.491Z] #39 8.963 DEP images/cgroup.pb-c.d [2020-08-06T00:00:06.516Z] #39 8.807 PBCC images/ext-file.pb-c.c [2020-08-06T00:00:06.516Z] #39 8.841 DEP images/ext-file.pb-c.d [2020-08-06T00:00:06.516Z] #39 8.917 PBCC images/rpc.pb-c.c [2020-08-06T00:00:06.516Z] #39 8.950 DEP images/rpc.pb-c.d [2020-08-06T00:00:06.719Z] #39 10.19 PBCC images/netdev.pb-c.c [2020-08-06T00:00:06.719Z] #39 10.25 DEP images/tun.pb-c.d [2020-08-06T00:00:06.748Z] #39 9.013 PBCC images/ext-file.pb-c.c [2020-08-06T00:00:06.748Z] #39 9.049 DEP images/ext-file.pb-c.d [2020-08-06T00:00:06.748Z] #39 9.125 PBCC images/rpc.pb-c.c [2020-08-06T00:00:06.748Z] #39 9.190 DEP images/rpc.pb-c.d [2020-08-06T00:00:06.748Z] #39 9.257 PBCC images/siginfo.pb-c.c [2020-08-06T00:00:06.767Z] #41 86.90 github.com/LK4D4/vndr [2020-08-06T00:00:06.775Z] #39 9.070 PBCC images/siginfo.pb-c.c [2020-08-06T00:00:06.775Z] #39 9.102 DEP images/siginfo.pb-c.d [2020-08-06T00:00:06.775Z] #39 9.156 PBCC images/pagemap.pb-c.c [2020-08-06T00:00:06.775Z] #39 9.197 DEP images/pagemap.pb-c.d [2020-08-06T00:00:06.775Z] #39 9.255 PBCC images/rlimit.pb-c.c [2020-08-06T00:00:06.775Z] #39 9.285 DEP images/rlimit.pb-c.d [2020-08-06T00:00:06.980Z] #39 10.41 DEP images/netdev.pb-c.d [2020-08-06T00:00:06.980Z] #39 10.50 PBCC images/vma.pb-c.c [2020-08-06T00:00:06.980Z] #39 10.58 DEP images/vma.pb-c.d [2020-08-06T00:00:07.006Z] #39 9.305 DEP images/siginfo.pb-c.d [2020-08-06T00:00:07.006Z] #39 9.367 PBCC images/pagemap.pb-c.c [2020-08-06T00:00:07.006Z] #39 9.409 DEP images/pagemap.pb-c.d [2020-08-06T00:00:07.006Z] #39 9.482 PBCC images/rlimit.pb-c.c [2020-08-06T00:00:07.035Z] #39 9.350 PBCC images/file-lock.pb-c.c [2020-08-06T00:00:07.035Z] #39 9.383 DEP images/file-lock.pb-c.d [2020-08-06T00:00:07.035Z] #39 9.457 PBCC images/tty.pb-c.c [2020-08-06T00:00:07.035Z] #39 9.493 DEP images/tty.pb-c.d [2020-08-06T00:00:07.035Z] #39 9.574 PBCC images/tun.pb-c.c [2020-08-06T00:00:07.068Z] [2020-08-06T00:00:07.068Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2020-08-06T00:00:07.068Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2020-08-06T00:00:07.068Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 2.2s done [2020-08-06T00:00:07.068Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2020-08-06T00:00:07.068Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2020-08-06T00:00:07.068Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.5s done [2020-08-06T00:00:07.241Z] #39 10.76 PBCC images/creds.pb-c.c [2020-08-06T00:00:07.241Z] #39 10.82 DEP images/creds.pb-c.d [2020-08-06T00:00:07.264Z] #39 9.509 DEP images/rlimit.pb-c.d [2020-08-06T00:00:07.264Z] #39 9.565 PBCC images/file-lock.pb-c.c [2020-08-06T00:00:07.264Z] #39 9.583 DEP images/file-lock.pb-c.d [2020-08-06T00:00:07.264Z] #39 9.636 PBCC images/tty.pb-c.c [2020-08-06T00:00:07.264Z] #39 9.725 DEP images/tty.pb-c.d [2020-08-06T00:00:07.295Z] #39 9.613 PBCC images/netdev.pb-c.c [2020-08-06T00:00:07.295Z] #39 9.678 DEP images/tun.pb-c.d [2020-08-06T00:00:07.295Z] #39 9.727 DEP images/netdev.pb-c.d [2020-08-06T00:00:07.295Z] #39 9.782 PBCC images/vma.pb-c.c [2020-08-06T00:00:07.397Z] #41 ... [2020-08-06T00:00:07.397Z] [2020-08-06T00:00:07.397Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:00:07.397Z] #17 0.925 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:07.397Z] #17 1.052 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:07.397Z] #17 1.235 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:07.397Z] #17 1.371 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2020-08-06T00:00:07.397Z] #17 2.517 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [192 kB] [2020-08-06T00:00:07.397Z] #17 3.740 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] [2020-08-06T00:00:07.397Z] #17 5.789 Fetched 8063 kB in 5s (1614 kB/s) [2020-08-06T00:00:07.397Z] #17 5.789 Reading package lists... [2020-08-06T00:00:07.397Z] #17 7.266 Reading package lists... [2020-08-06T00:00:07.397Z] #17 9.027 Building dependency tree... [2020-08-06T00:00:07.397Z] #17 9.495 libcap2-bin is already the newest version (1:2.25-2). [2020-08-06T00:00:07.397Z] #17 9.495 The following additional packages will be installed: [2020-08-06T00:00:07.397Z] #17 9.495 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-08-06T00:00:07.397Z] #17 9.495 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-08-06T00:00:07.397Z] #17 9.496 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-08-06T00:00:07.397Z] #17 9.496 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-08-06T00:00:07.397Z] #17 9.496 python3.7 python3.7-minimal vim-runtime xxd [2020-08-06T00:00:07.397Z] #17 9.497 Suggested packages: [2020-08-06T00:00:07.397Z] #17 9.497 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-08-06T00:00:07.397Z] #17 9.497 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-08-06T00:00:07.397Z] #17 9.497 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-08-06T00:00:07.397Z] #17 9.497 Recommended packages: [2020-08-06T00:00:07.397Z] #17 9.497 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-08-06T00:00:07.397Z] #17 9.497 python3-keyrings.alt python3-xdg unzip [2020-08-06T00:00:07.502Z] #39 10.93 PBCC images/utsns.pb-c.c [2020-08-06T00:00:07.502Z] #39 10.96 DEP images/utsns.pb-c.d [2020-08-06T00:00:07.502Z] #39 11.01 PBCC images/ipc-desc.pb-c.c [2020-08-06T00:00:07.502Z] #39 11.04 PBCC images/ipc-sem.pb-c.c [2020-08-06T00:00:07.502Z] #39 11.05 DEP images/ipc-desc.pb-c.d [2020-08-06T00:00:07.502Z] #39 11.09 DEP images/ipc-sem.pb-c.d [2020-08-06T00:00:07.502Z] #39 11.15 PBCC images/ipc-msg.pb-c.c [2020-08-06T00:00:07.522Z] #39 9.790 PBCC images/tun.pb-c.c [2020-08-06T00:00:07.522Z] #39 9.888 PBCC images/netdev.pb-c.c [2020-08-06T00:00:07.522Z] #39 9.942 DEP images/tun.pb-c.d [2020-08-06T00:00:07.522Z] #39 9.993 DEP images/netdev.pb-c.d [2020-08-06T00:00:07.555Z] #39 9.842 DEP images/vma.pb-c.d [2020-08-06T00:00:07.555Z] #39 9.882 PBCC images/creds.pb-c.c [2020-08-06T00:00:07.555Z] #39 9.892 DEP images/creds.pb-c.d [2020-08-06T00:00:07.555Z] #39 9.943 PBCC images/utsns.pb-c.c [2020-08-06T00:00:07.555Z] #39 10.00 DEP images/utsns.pb-c.d [2020-08-06T00:00:07.688Z] #17 ... [2020-08-06T00:00:07.688Z] [2020-08-06T00:00:07.688Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:07.688Z] #39 53.21 DEP criu/cr-service.d [2020-08-06T00:00:07.688Z] #39 53.27 DEP criu/cr-restore.d [2020-08-06T00:00:07.688Z] #39 53.38 DEP criu/cr-errno.d [2020-08-06T00:00:07.688Z] #39 53.39 DEP criu/cr-dump.d [2020-08-06T00:00:07.688Z] #39 53.48 DEP criu/cr-dedup.d [2020-08-06T00:00:07.688Z] #39 53.55 DEP criu/cr-check.d [2020-08-06T00:00:07.688Z] #39 53.66 DEP criu/config.d [2020-08-06T00:00:07.688Z] #39 53.75 DEP criu/clone-noasan.d [2020-08-06T00:00:07.688Z] #39 53.79 DEP criu/cgroup.d [2020-08-06T00:00:07.688Z] #39 53.95 DEP criu/cgroup-props.d [2020-08-06T00:00:07.688Z] #39 54.06 DEP criu/bitmap.d [2020-08-06T00:00:07.688Z] #39 54.07 DEP criu/bfd.d [2020-08-06T00:00:07.688Z] #39 54.17 DEP criu/autofs.d [2020-08-06T00:00:07.688Z] #39 54.32 DEP criu/aio.d [2020-08-06T00:00:07.688Z] #39 54.49 DEP criu/action-scripts.d [2020-08-06T00:00:07.688Z] #39 54.72 CC criu/action-scripts.o [2020-08-06T00:00:07.763Z] #39 11.16 DEP images/ipc-msg.pb-c.d [2020-08-06T00:00:07.763Z] #39 11.21 PBCC images/ipc-shm.pb-c.c [2020-08-06T00:00:07.763Z] #39 11.27 DEP images/ipc-shm.pb-c.d [2020-08-06T00:00:07.763Z] #39 11.33 PBCC images/ipc-var.pb-c.c [2020-08-06T00:00:07.763Z] #39 11.38 DEP images/ipc-var.pb-c.d [2020-08-06T00:00:07.780Z] #39 10.05 PBCC images/vma.pb-c.c [2020-08-06T00:00:07.780Z] #39 10.10 DEP images/vma.pb-c.d [2020-08-06T00:00:07.780Z] #39 10.14 PBCC images/creds.pb-c.c [2020-08-06T00:00:07.780Z] #39 10.20 DEP images/creds.pb-c.d [2020-08-06T00:00:07.815Z] #39 10.07 PBCC images/ipc-desc.pb-c.c [2020-08-06T00:00:07.815Z] #39 10.10 PBCC images/ipc-sem.pb-c.c [2020-08-06T00:00:07.815Z] #39 10.11 DEP images/ipc-desc.pb-c.d [2020-08-06T00:00:07.815Z] #39 10.16 DEP images/ipc-sem.pb-c.d [2020-08-06T00:00:07.815Z] #39 10.21 PBCC images/ipc-msg.pb-c.c [2020-08-06T00:00:07.815Z] #39 10.26 DEP images/ipc-msg.pb-c.d [2020-08-06T00:00:07.979Z] #39 55.06 CC criu/aio.o [2020-08-06T00:00:08.023Z] #39 11.47 PBCC images/sk-opts.pb-c.c [2020-08-06T00:00:08.023Z] #39 11.51 PBCC images/packet-sock.pb-c.c [2020-08-06T00:00:08.023Z] #39 11.58 DEP images/sk-opts.pb-c.d [2020-08-06T00:00:08.023Z] #39 11.62 DEP images/packet-sock.pb-c.d [2020-08-06T00:00:08.038Z] #39 ... [2020-08-06T00:00:08.038Z] [2020-08-06T00:00:08.038Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:08.038Z] #30 76.57 github.com/BurntSushi/toml/cmd/tomlv [2020-08-06T00:00:08.038Z] #30 DONE 81.6s [2020-08-06T00:00:08.038Z] [2020-08-06T00:00:08.038Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:08.038Z] #39 10.28 PBCC images/utsns.pb-c.c [2020-08-06T00:00:08.038Z] #39 10.33 DEP images/utsns.pb-c.d [2020-08-06T00:00:08.038Z] #39 10.41 PBCC images/ipc-desc.pb-c.c [2020-08-06T00:00:08.038Z] #39 10.46 PBCC images/ipc-sem.pb-c.c [2020-08-06T00:00:08.038Z] #39 10.50 DEP images/ipc-desc.pb-c.d [2020-08-06T00:00:08.074Z] #39 10.32 PBCC images/ipc-shm.pb-c.c [2020-08-06T00:00:08.074Z] #39 10.39 DEP images/ipc-shm.pb-c.d [2020-08-06T00:00:08.074Z] #39 10.46 PBCC images/ipc-var.pb-c.c [2020-08-06T00:00:08.074Z] #39 10.52 DEP images/ipc-var.pb-c.d [2020-08-06T00:00:08.283Z] #39 11.66 PBCC images/sk-netlink.pb-c.c [2020-08-06T00:00:08.283Z] #39 11.71 DEP images/sk-netlink.pb-c.d [2020-08-06T00:00:08.283Z] #39 11.76 PBCC images/sk-inet.pb-c.c [2020-08-06T00:00:08.283Z] #39 11.86 DEP images/sk-inet.pb-c.d [2020-08-06T00:00:08.296Z] #39 10.60 DEP images/ipc-sem.pb-c.d [2020-08-06T00:00:08.296Z] #39 10.66 PBCC images/ipc-msg.pb-c.c [2020-08-06T00:00:08.296Z] #39 10.69 DEP images/ipc-msg.pb-c.d [2020-08-06T00:00:08.296Z] #39 10.74 PBCC images/ipc-shm.pb-c.c [2020-08-06T00:00:08.296Z] #39 10.78 DEP images/ipc-shm.pb-c.d [2020-08-06T00:00:08.333Z] #39 10.57 PBCC images/sk-opts.pb-c.c [2020-08-06T00:00:08.333Z] #39 10.64 PBCC images/packet-sock.pb-c.c [2020-08-06T00:00:08.333Z] #39 10.74 DEP images/sk-opts.pb-c.d [2020-08-06T00:00:08.333Z] #39 ... [2020-08-06T00:00:08.333Z] [2020-08-06T00:00:08.333Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:08.333Z] #30 75.13 log [2020-08-06T00:00:08.333Z] #30 77.93 github.com/BurntSushi/toml/cmd/tomlv [2020-08-06T00:00:08.333Z] #30 DONE 82.0s [2020-08-06T00:00:08.333Z] [2020-08-06T00:00:08.333Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:08.333Z] #39 10.80 DEP images/packet-sock.pb-c.d [2020-08-06T00:00:08.543Z] #39 11.92 PBCC images/sk-unix.pb-c.c [2020-08-06T00:00:08.543Z] #39 11.98 DEP images/sk-unix.pb-c.d [2020-08-06T00:00:08.543Z] #39 12.06 PBCC images/mm.pb-c.c [2020-08-06T00:00:08.543Z] #39 12.11 DEP images/mm.pb-c.d [2020-08-06T00:00:08.543Z] #39 12.16 PBCC images/timerfd.pb-c.c [2020-08-06T00:00:08.543Z] #39 12.20 DEP images/timerfd.pb-c.d [2020-08-06T00:00:08.553Z] #39 10.84 PBCC images/ipc-var.pb-c.c [2020-08-06T00:00:08.553Z] #39 10.89 DEP images/ipc-var.pb-c.d [2020-08-06T00:00:08.553Z] #39 11.00 PBCC images/sk-opts.pb-c.c [2020-08-06T00:00:08.593Z] #39 10.92 PBCC images/sk-netlink.pb-c.c [2020-08-06T00:00:08.611Z] #39 55.40 CC criu/autofs.o [2020-08-06T00:00:08.803Z] #39 12.28 PBCC images/timer.pb-c.c [2020-08-06T00:00:08.803Z] #39 12.32 DEP images/timer.pb-c.d [2020-08-06T00:00:08.803Z] #39 12.40 PBCC images/sa.pb-c.c [2020-08-06T00:00:08.811Z] #39 11.02 PBCC images/packet-sock.pb-c.c [2020-08-06T00:00:08.811Z] #39 11.19 DEP images/sk-opts.pb-c.d [2020-08-06T00:00:08.811Z] #39 11.28 DEP images/packet-sock.pb-c.d [2020-08-06T00:00:08.852Z] #39 11.01 DEP images/sk-netlink.pb-c.d [2020-08-06T00:00:08.852Z] #39 11.08 PBCC images/sk-inet.pb-c.c [2020-08-06T00:00:08.852Z] #39 11.19 DEP images/sk-inet.pb-c.d [2020-08-06T00:00:09.063Z] #39 12.49 DEP images/sa.pb-c.d [2020-08-06T00:00:09.063Z] #39 12.58 PBCC images/pipe-data.pb-c.c [2020-08-06T00:00:09.063Z] #39 12.61 DEP images/pipe-data.pb-c.d [2020-08-06T00:00:09.063Z] #39 12.65 PBCC images/mnt.pb-c.c [2020-08-06T00:00:09.063Z] #39 ... [2020-08-06T00:00:09.063Z] [2020-08-06T00:00:09.063Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:09.063Z] #41 72.19 fmt [2020-08-06T00:00:09.063Z] #41 74.43 regexp [2020-08-06T00:00:09.063Z] #41 76.95 go/token [2020-08-06T00:00:09.063Z] #41 78.20 internal/lazyregexp [2020-08-06T00:00:09.063Z] #41 78.20 go/scanner [2020-08-06T00:00:09.063Z] #41 78.59 net/url [2020-08-06T00:00:09.063Z] #41 80.13 go/ast [2020-08-06T00:00:09.063Z] #41 80.79 text/template/parse [2020-08-06T00:00:09.068Z] #39 11.33 PBCC images/sk-netlink.pb-c.c [2020-08-06T00:00:09.068Z] #39 11.40 DEP images/sk-netlink.pb-c.d [2020-08-06T00:00:09.068Z] #39 11.50 PBCC images/sk-inet.pb-c.c [2020-08-06T00:00:09.112Z] #39 11.30 PBCC images/sk-unix.pb-c.c [2020-08-06T00:00:09.112Z] #39 11.45 DEP images/sk-unix.pb-c.d [2020-08-06T00:00:09.112Z] #39 11.54 PBCC images/mm.pb-c.c [2020-08-06T00:00:09.152Z] #58 DONE 6.7s [2020-08-06T00:00:09.152Z] [2020-08-06T00:00:09.152Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.14-buster@sha256:def37bf2c... [2020-08-06T00:00:09.152Z] #7 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 4.1s done [2020-08-06T00:00:09.152Z] #7 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 4.4s done [2020-08-06T00:00:09.152Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 6.3s [2020-08-06T00:00:09.152Z] #7 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 2.0s [2020-08-06T00:00:09.152Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 6.3s [2020-08-06T00:00:09.152Z] #7 sha256:b30cd9b955c0ceb20e9f825bbe2c006f22f1177b893b8c5c71bf14ce2b9252f9 0B / 97.69MB 6.3s [2020-08-06T00:00:09.152Z] #7 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 6.3s done [2020-08-06T00:00:09.152Z] #7 sha256:0357c8be19030c4575978b322aa8b57a77dfd780d26c8c2daba46dec9513ebe3 0B / 155B 6.5s [2020-08-06T00:00:09.324Z] #41 ... [2020-08-06T00:00:09.324Z] [2020-08-06T00:00:09.324Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:09.326Z] #39 11.60 DEP images/sk-inet.pb-c.d [2020-08-06T00:00:09.327Z] #39 11.65 PBCC images/sk-unix.pb-c.c [2020-08-06T00:00:09.327Z] #39 11.68 DEP images/sk-unix.pb-c.d [2020-08-06T00:00:09.327Z] #39 11.72 PBCC images/mm.pb-c.c [2020-08-06T00:00:09.327Z] #39 11.79 DEP images/mm.pb-c.d [2020-08-06T00:00:09.371Z] #39 11.70 DEP images/mm.pb-c.d [2020-08-06T00:00:09.371Z] #39 11.81 PBCC images/timerfd.pb-c.c [2020-08-06T00:00:09.416Z] #7 sha256:0357c8be19030c4575978b322aa8b57a77dfd780d26c8c2daba46dec9513ebe3 155B / 155B 6.8s [2020-08-06T00:00:09.416Z] #7 sha256:0357c8be19030c4575978b322aa8b57a77dfd780d26c8c2daba46dec9513ebe3 155B / 155B 7.2s done [2020-08-06T00:00:09.584Z] #39 11.84 PBCC images/timerfd.pb-c.c [2020-08-06T00:00:09.584Z] #39 11.88 DEP images/timerfd.pb-c.d [2020-08-06T00:00:09.584Z] #39 11.96 PBCC images/timer.pb-c.c [2020-08-06T00:00:09.584Z] #39 11.99 DEP images/timer.pb-c.d [2020-08-06T00:00:09.584Z] #39 12.06 PBCC images/sa.pb-c.c [2020-08-06T00:00:09.632Z] #39 11.83 DEP images/timerfd.pb-c.d [2020-08-06T00:00:09.632Z] #39 11.88 PBCC images/timer.pb-c.c [2020-08-06T00:00:09.632Z] #39 11.93 DEP images/timer.pb-c.d [2020-08-06T00:00:09.632Z] #39 12.04 PBCC images/sa.pb-c.c [2020-08-06T00:00:09.632Z] #39 12.12 DEP images/sa.pb-c.d [2020-08-06T00:00:09.632Z] #39 12.15 PBCC images/pipe-data.pb-c.c [2020-08-06T00:00:09.641Z] #39 56.40 CC criu/bfd.o [2020-08-06T00:00:09.641Z] #39 56.71 CC criu/bitmap.o [2020-08-06T00:00:09.843Z] #39 12.08 DEP images/sa.pb-c.d [2020-08-06T00:00:09.843Z] #39 12.14 PBCC images/pipe-data.pb-c.c [2020-08-06T00:00:09.843Z] #39 12.16 DEP images/pipe-data.pb-c.d [2020-08-06T00:00:09.843Z] #39 12.22 PBCC images/mnt.pb-c.c [2020-08-06T00:00:09.843Z] #39 12.28 DEP images/mnt.pb-c.d [2020-08-06T00:00:09.843Z] #39 12.35 PBCC images/sk-packet.pb-c.c [2020-08-06T00:00:09.845Z] #52 36.65 Checking out files: 50% (1634/3209) Checking out files: 51% (1637/3209) Checking out files: 52% (1669/3209) Checking out files: 53% (1701/3209) Checking out files: 54% (1733/3209) Checking out files: 55% (1765/3209) Checking out files: 56% (1798/3209) Checking out files: 57% (1830/3209) Checking out files: 58% (1862/3209) Checking out files: 59% (1894/3209) Checking out files: 60% (1926/3209) Checking out files: 61% (1958/3209) Checking out files: 62% (1990/3209) Checking out files: 63% (2022/3209) Checking out files: 64% (2054/3209) Checking out files: 65% (2086/3209) Checking out files: 66% (2118/3209) Checking out files: 67% (2151/3209) Checking out files: 68% (2183/3209) Checking out files: 69% (2215/3209) Checking out files: 70% (2247/3209) Checking out files: 71% (2279/3209) Checking out files: 72% (2311/3209) Checking out files: 73% (2343/3209) Checking out files: 74% (2375/3209) Checking out files: 75% (2407/3209) Checking out files: 76% (2439/3209) Checking out files: 77% (2471/3209) Checking out files: 78% (2504/3209) Checking out files: 79% (2536/3209) Checking out files: 80% (2568/3209) Checking out files: 81% (2600/3209) Checking out files: 82% (2632/3209) Checking out files: 83% (2664/3209) Checking out files: 84% (2696/3209) Checking out files: 85% (2728/3209) Checking out files: 86% (2760/3209) Checking out files: 87% (2792/3209) Checking out files: 88% (2824/3209) Checking out files: 89% (2857/3209) Checking out files: 90% (2889/3209) Checking out files: 91% (2921/3209) Checking out files: 91% (2933/3209) Checking out files: 92% (2953/3209) [2020-08-06T00:00:09.845Z] #52 ... [2020-08-06T00:00:09.845Z] [2020-08-06T00:00:09.845Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:09.845Z] #30 DONE 82.7s [2020-08-06T00:00:09.845Z] [2020-08-06T00:00:09.845Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:09.845Z] #52 36.65 Checking out files: 50% (1634/3209) Checking out files: 51% (1637/3209) Checking out files: 52% (1669/3209) Checking out files: 53% (1701/3209) Checking out files: 54% (1733/3209) Checking out files: 55% (1765/3209) Checking out files: 56% (1798/3209) Checking out files: 57% (1830/3209) Checking out files: 58% (1862/3209) Checking out files: 59% (1894/3209) Checking out files: 60% (1926/3209) Checking out files: 61% (1958/3209) Checking out files: 62% (1990/3209) Checking out files: 63% (2022/3209) Checking out files: 64% (2054/3209) Checking out files: 65% (2086/3209) Checking out files: 66% (2118/3209) Checking out files: 67% (2151/3209) Checking out files: 68% (2183/3209) Checking out files: 69% (2215/3209) Checking out files: 70% (2247/3209) Checking out files: 71% (2279/3209) Checking out files: 72% (2311/3209) Checking out files: 73% (2343/3209) Checking out files: 74% (2375/3209) Checking out files: 75% (2407/3209) Checking out files: 76% (2439/3209) Checking out files: 77% (2471/3209) Checking out files: 78% (2504/3209) Checking out files: 79% (2536/3209) Checking out files: 80% (2568/3209) Checking out files: 81% (2600/3209) Checking out files: 82% (2632/3209) Checking out files: 83% (2664/3209) Checking out files: 84% (2696/3209) Checking out files: 85% (2728/3209) Checking out files: 86% (2760/3209) Checking out files: 87% (2792/3209) Checking out files: 88% (2824/3209) Checking out files: 89% (2857/3209) Checking out files: 90% (2889/3209) Checking out files: 91% (2921/3209) Checking out files: 91% (2933/3209) Checking out files: 92% (2953/3209) Checking out files: 93% (2985/3209) Checking out files: 94% (3017/3209) Checking out files: 95% (3049/3209) Checking out files: 96% (3081/3209) Checking out files: 97% (3113/3209) Checking out files: 98% (3145/3209) Checking out files: 99% (3177/3209) Checking out files: 100% (3209/3209) Checking out files: 100% (3209/3209), done. [2020-08-06T00:00:09.845Z] #52 38.17 + cd /tmp/tmp.z4QXsc2f4I/src/github.com/containerd/containerd [2020-08-06T00:00:09.845Z] #52 38.17 + git checkout -q 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-06T00:00:09.892Z] #39 12.16 DEP images/pipe-data.pb-c.d [2020-08-06T00:00:09.892Z] #39 12.19 PBCC images/mnt.pb-c.c [2020-08-06T00:00:09.892Z] #39 12.21 DEP images/mnt.pb-c.d [2020-08-06T00:00:09.892Z] #39 12.25 PBCC images/sk-packet.pb-c.c [2020-08-06T00:00:09.892Z] #39 12.28 DEP images/sk-packet.pb-c.d [2020-08-06T00:00:09.892Z] #39 12.35 PBCC images/tcp-stream.pb-c.c [2020-08-06T00:00:09.932Z] #39 56.87 CC criu/cgroup-props.o [2020-08-06T00:00:09.993Z] #7 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 3.5s done [2020-08-06T00:00:10.101Z] #39 12.38 DEP images/sk-packet.pb-c.d [2020-08-06T00:00:10.101Z] #39 12.43 PBCC images/tcp-stream.pb-c.c [2020-08-06T00:00:10.101Z] #39 12.47 DEP images/tcp-stream.pb-c.d [2020-08-06T00:00:10.101Z] #39 12.55 PBCC images/pipe.pb-c.c [2020-08-06T00:00:10.101Z] #39 12.61 DEP images/pipe.pb-c.d [2020-08-06T00:00:10.151Z] #39 12.41 DEP images/tcp-stream.pb-c.d [2020-08-06T00:00:10.151Z] #39 12.45 PBCC images/pipe.pb-c.c [2020-08-06T00:00:10.151Z] #39 12.48 DEP images/pipe.pb-c.d [2020-08-06T00:00:10.151Z] #39 12.53 PBCC images/pstree.pb-c.c [2020-08-06T00:00:10.151Z] #39 12.54 DEP images/pstree.pb-c.d [2020-08-06T00:00:10.222Z] #39 57.38 CC criu/cgroup.o [2020-08-06T00:00:10.286Z] #7 sha256:b30cd9b955c0ceb20e9f825bbe2c006f22f1177b893b8c5c71bf14ce2b9252f9 10.66MB / 97.69MB 8.0s [2020-08-06T00:00:10.286Z] #7 sha256:b30cd9b955c0ceb20e9f825bbe2c006f22f1177b893b8c5c71bf14ce2b9252f9 21.89MB / 97.69MB 8.1s [2020-08-06T00:00:10.359Z] #39 12.65 PBCC images/pstree.pb-c.c [2020-08-06T00:00:10.359Z] #39 12.69 DEP images/pstree.pb-c.d [2020-08-06T00:00:10.359Z] #39 12.76 PBCC images/fs.pb-c.c [2020-08-06T00:00:10.359Z] #39 12.79 DEP images/fs.pb-c.d [2020-08-06T00:00:10.359Z] #39 12.84 PBCC images/signalfd.pb-c.c [2020-08-06T00:00:10.411Z] #39 12.59 PBCC images/fs.pb-c.c [2020-08-06T00:00:10.411Z] #39 12.63 DEP images/fs.pb-c.d [2020-08-06T00:00:10.411Z] #39 12.67 PBCC images/signalfd.pb-c.c [2020-08-06T00:00:10.411Z] #39 12.74 DEP images/signalfd.pb-c.d [2020-08-06T00:00:10.411Z] #39 12.80 PBCC images/fh.pb-c.c [2020-08-06T00:00:10.411Z] #39 12.88 PBCC images/fsnotify.pb-c.c [2020-08-06T00:00:10.411Z] #39 12.92 DEP images/fh.pb-c.d [2020-08-06T00:00:10.552Z] #7 sha256:b30cd9b955c0ceb20e9f825bbe2c006f22f1177b893b8c5c71bf14ce2b9252f9 33.54MB / 97.69MB 8.2s [2020-08-06T00:00:10.552Z] #7 sha256:b30cd9b955c0ceb20e9f825bbe2c006f22f1177b893b8c5c71bf14ce2b9252f9 45.47MB / 97.69MB 8.4s [2020-08-06T00:00:10.552Z] #7 sha256:b30cd9b955c0ceb20e9f825bbe2c006f22f1177b893b8c5c71bf14ce2b9252f9 62.28MB / 97.69MB 8.5s [2020-08-06T00:00:10.616Z] #39 12.87 DEP images/signalfd.pb-c.d [2020-08-06T00:00:10.616Z] #39 12.93 PBCC images/fh.pb-c.c [2020-08-06T00:00:10.616Z] #39 12.99 PBCC images/fsnotify.pb-c.c [2020-08-06T00:00:10.616Z] #39 13.07 DEP images/fh.pb-c.d [2020-08-06T00:00:10.671Z] #39 12.98 DEP images/fsnotify.pb-c.d [2020-08-06T00:00:10.671Z] #39 13.07 PBCC images/eventpoll.pb-c.c [2020-08-06T00:00:10.671Z] #39 13.10 DEP images/eventpoll.pb-c.d [2020-08-06T00:00:10.671Z] #39 13.15 PBCC images/eventfd.pb-c.c [2020-08-06T00:00:10.671Z] #39 13.17 DEP images/eventfd.pb-c.d [2020-08-06T00:00:10.671Z] #39 ... [2020-08-06T00:00:10.671Z] [2020-08-06T00:00:10.671Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:10.671Z] #41 74.26 flag [2020-08-06T00:00:10.671Z] #41 74.39 go/token [2020-08-06T00:00:10.671Z] #41 75.40 go/scanner [2020-08-06T00:00:10.671Z] #41 76.21 regexp [2020-08-06T00:00:10.671Z] #41 77.07 go/ast [2020-08-06T00:00:10.671Z] #41 80.41 internal/lazyregexp [2020-08-06T00:00:10.671Z] #41 80.61 net/url [2020-08-06T00:00:10.671Z] #41 82.27 text/template/parse [2020-08-06T00:00:10.671Z] #41 83.90 go/parser [2020-08-06T00:00:10.874Z] #39 13.14 DEP images/fsnotify.pb-c.d [2020-08-06T00:00:10.874Z] #39 13.19 PBCC images/eventpoll.pb-c.c [2020-08-06T00:00:10.874Z] #39 13.22 DEP images/eventpoll.pb-c.d [2020-08-06T00:00:10.874Z] #39 13.25 PBCC images/eventfd.pb-c.c [2020-08-06T00:00:10.874Z] #39 13.27 DEP images/eventfd.pb-c.d [2020-08-06T00:00:10.930Z] #41 ... [2020-08-06T00:00:10.930Z] [2020-08-06T00:00:10.930Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:10.930Z] #39 13.24 PBCC images/remap-file-path.pb-c.c [2020-08-06T00:00:10.930Z] #39 13.29 DEP images/remap-file-path.pb-c.d [2020-08-06T00:00:10.930Z] #39 13.32 PBCC images/fifo.pb-c.c [2020-08-06T00:00:10.930Z] #39 13.35 DEP images/fifo.pb-c.d [2020-08-06T00:00:10.930Z] #39 13.40 PBCC images/ghost-file.pb-c.c [2020-08-06T00:00:11.132Z] #39 13.34 PBCC images/remap-file-path.pb-c.c [2020-08-06T00:00:11.132Z] #39 13.37 DEP images/remap-file-path.pb-c.d [2020-08-06T00:00:11.132Z] #39 13.42 PBCC images/fifo.pb-c.c [2020-08-06T00:00:11.132Z] #39 13.46 DEP images/fifo.pb-c.d [2020-08-06T00:00:11.138Z] #7 sha256:b30cd9b955c0ceb20e9f825bbe2c006f22f1177b893b8c5c71bf14ce2b9252f9 84.86MB / 97.69MB 8.8s [2020-08-06T00:00:11.138Z] #7 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 [2020-08-06T00:00:11.138Z] #7 sha256:b30cd9b955c0ceb20e9f825bbe2c006f22f1177b893b8c5c71bf14ce2b9252f9 97.69MB / 97.69MB 8.9s [2020-08-06T00:00:11.190Z] #39 13.44 DEP images/ghost-file.pb-c.d [2020-08-06T00:00:11.190Z] #39 13.50 PBCC images/regfile.pb-c.c [2020-08-06T00:00:11.190Z] #39 13.57 DEP images/regfile.pb-c.d [2020-08-06T00:00:11.389Z] #39 13.53 PBCC images/ghost-file.pb-c.c [2020-08-06T00:00:11.389Z] #39 13.61 DEP images/ghost-file.pb-c.d [2020-08-06T00:00:11.389Z] #39 13.69 PBCC images/regfile.pb-c.c [2020-08-06T00:00:11.389Z] #39 13.74 DEP images/regfile.pb-c.d [2020-08-06T00:00:11.389Z] #39 13.80 PBCC images/ns.pb-c.c [2020-08-06T00:00:11.389Z] #39 13.81 DEP images/ns.pb-c.d [2020-08-06T00:00:11.389Z] #39 13.87 PBCC images/fdinfo.pb-c.c [2020-08-06T00:00:11.402Z] #7 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.4s done [2020-08-06T00:00:11.449Z] #39 13.68 PBCC images/ns.pb-c.c [2020-08-06T00:00:11.449Z] #39 13.71 DEP images/ns.pb-c.d [2020-08-06T00:00:11.449Z] #39 13.74 PBCC images/fdinfo.pb-c.c [2020-08-06T00:00:11.449Z] #39 13.81 DEP images/fdinfo.pb-c.d [2020-08-06T00:00:11.449Z] #39 13.89 PBCC images/core-aarch64.pb-c.c [2020-08-06T00:00:11.449Z] #39 13.98 PBCC images/core-arm.pb-c.c [2020-08-06T00:00:11.647Z] #39 13.94 DEP images/fdinfo.pb-c.d [2020-08-06T00:00:11.647Z] #39 14.02 PBCC images/core-aarch64.pb-c.c [2020-08-06T00:00:11.647Z] #39 14.06 PBCC images/core-arm.pb-c.c [2020-08-06T00:00:11.709Z] #39 14.06 PBCC images/core-ppc64.pb-c.c [2020-08-06T00:00:11.709Z] #39 14.12 PBCC images/core-s390.pb-c.c [2020-08-06T00:00:11.709Z] #39 14.17 PBCC images/core-x86.pb-c.c [2020-08-06T00:00:11.709Z] #39 14.22 PBCC images/core.pb-c.c [2020-08-06T00:00:11.906Z] #39 14.13 PBCC images/core-ppc64.pb-c.c [2020-08-06T00:00:11.906Z] #39 14.18 PBCC images/core-s390.pb-c.c [2020-08-06T00:00:11.906Z] #39 14.22 PBCC images/core-x86.pb-c.c [2020-08-06T00:00:11.906Z] #39 14.31 PBCC images/core.pb-c.c [2020-08-06T00:00:11.968Z] #39 14.30 PBCC images/inventory.pb-c.c [2020-08-06T00:00:11.969Z] #39 14.42 DEP images/core-aarch64.pb-c.d [2020-08-06T00:00:11.969Z] #39 14.49 DEP images/core-arm.pb-c.d [2020-08-06T00:00:12.164Z] #39 14.41 PBCC images/inventory.pb-c.c [2020-08-06T00:00:12.164Z] #39 14.48 DEP images/core-aarch64.pb-c.d [2020-08-06T00:00:12.164Z] #39 14.54 DEP images/core-arm.pb-c.d [2020-08-06T00:00:12.164Z] #39 14.60 DEP images/core-ppc64.pb-c.d [2020-08-06T00:00:12.228Z] #39 14.54 DEP images/core-ppc64.pb-c.d [2020-08-06T00:00:12.228Z] #39 14.61 DEP images/core-s390.pb-c.d [2020-08-06T00:00:12.228Z] #39 14.68 DEP images/core-x86.pb-c.d [2020-08-06T00:00:12.228Z] #39 14.74 DEP images/core.pb-c.d [2020-08-06T00:00:12.283Z] #39 59.24 CC criu/clone-noasan.o [2020-08-06T00:00:12.283Z] #39 ... [2020-08-06T00:00:12.283Z] [2020-08-06T00:00:12.283Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:12.283Z] #41 DONE 92.5s [2020-08-06T00:00:12.283Z] [2020-08-06T00:00:12.283Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:12.283Z] #39 59.36 CC criu/config.o [2020-08-06T00:00:12.283Z] #39 ... [2020-08-06T00:00:12.283Z] [2020-08-06T00:00:12.283Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:00:12.283Z] #17 10.39 The following NEW packages will be installed: [2020-08-06T00:00:12.283Z] #17 10.41 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-08-06T00:00:12.283Z] #17 10.41 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-08-06T00:00:12.283Z] #17 10.41 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-08-06T00:00:12.283Z] #17 10.41 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-08-06T00:00:12.283Z] #17 10.41 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-08-06T00:00:12.283Z] #17 10.42 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-08-06T00:00:12.283Z] #17 10.42 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-08-06T00:00:12.283Z] #17 10.42 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-08-06T00:00:12.283Z] #17 10.42 xz-utils zip [2020-08-06T00:00:12.283Z] #17 10.54 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:00:12.283Z] #17 10.54 Need to get 27.7 MB of archives. [2020-08-06T00:00:12.283Z] #17 10.54 After this operation, 117 MB of additional disk space will be used. [2020-08-06T00:00:12.283Z] #17 10.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2020-08-06T00:00:12.283Z] #17 10.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2020-08-06T00:00:12.283Z] #17 10.73 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2020-08-06T00:00:12.283Z] #17 11.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2020-08-06T00:00:12.283Z] #17 11.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2020-08-06T00:00:12.283Z] #17 11.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2020-08-06T00:00:12.283Z] #17 11.98 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2020-08-06T00:00:12.283Z] #17 11.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2020-08-06T00:00:12.283Z] #17 11.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2020-08-06T00:00:12.283Z] #17 11.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2020-08-06T00:00:12.283Z] #17 12.00 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2020-08-06T00:00:12.283Z] #17 12.00 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2020-08-06T00:00:12.283Z] #17 12.00 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2020-08-06T00:00:12.283Z] #17 12.00 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2020-08-06T00:00:12.283Z] #17 12.00 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2020-08-06T00:00:12.283Z] #17 12.01 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2020-08-06T00:00:12.283Z] #17 12.18 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2020-08-06T00:00:12.283Z] #17 12.38 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2020-08-06T00:00:12.283Z] #17 12.38 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2020-08-06T00:00:12.283Z] #17 12.39 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2020-08-06T00:00:12.283Z] #17 12.39 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2020-08-06T00:00:12.283Z] #17 12.40 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2020-08-06T00:00:12.283Z] #17 12.41 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2020-08-06T00:00:12.283Z] #17 12.42 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2020-08-06T00:00:12.283Z] #17 12.42 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2020-08-06T00:00:12.283Z] #17 12.42 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2020-08-06T00:00:12.283Z] #17 12.43 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2020-08-06T00:00:12.283Z] #17 12.43 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2020-08-06T00:00:12.283Z] #17 12.59 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2020-08-06T00:00:12.283Z] #17 14.20 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2020-08-06T00:00:12.283Z] #17 14.20 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2020-08-06T00:00:12.283Z] #17 14.20 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2020-08-06T00:00:12.283Z] #17 14.20 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2020-08-06T00:00:12.283Z] #17 14.20 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2020-08-06T00:00:12.283Z] #17 14.21 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2020-08-06T00:00:12.283Z] #17 14.27 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-08-06T00:00:12.283Z] #17 14.28 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2020-08-06T00:00:12.283Z] #17 14.28 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2020-08-06T00:00:12.283Z] #17 14.29 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2020-08-06T00:00:12.283Z] #17 14.29 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2020-08-06T00:00:12.283Z] #17 14.30 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2020-08-06T00:00:12.283Z] #17 14.35 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] [2020-08-06T00:00:12.283Z] #17 14.49 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2020-08-06T00:00:12.283Z] #17 14.58 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2020-08-06T00:00:12.283Z] #17 14.87 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-08-06T00:00:12.385Z] #52 40.28 + export 'BUILDTAGS=netgo osusergo static_build' [2020-08-06T00:00:12.385Z] #52 40.29 + BUILDTAGS='netgo osusergo static_build' [2020-08-06T00:00:12.385Z] #52 40.29 + export EXTRA_FLAGS=-buildmode=pie [2020-08-06T00:00:12.385Z] #52 40.29 + EXTRA_FLAGS=-buildmode=pie [2020-08-06T00:00:12.385Z] #52 40.29 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-08-06T00:00:12.385Z] #52 40.29 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-08-06T00:00:12.385Z] #52 40.29 + '[' '' = dynamic ']' [2020-08-06T00:00:12.385Z] #52 40.29 + make [2020-08-06T00:00:12.422Z] #39 14.68 DEP images/core-s390.pb-c.d [2020-08-06T00:00:12.422Z] #39 14.76 DEP images/core-x86.pb-c.d [2020-08-06T00:00:12.422Z] #39 14.82 DEP images/core.pb-c.d [2020-08-06T00:00:12.488Z] #39 14.82 DEP images/inventory.pb-c.d [2020-08-06T00:00:12.488Z] #39 14.87 PBCC images/cpuinfo.pb-c.c [2020-08-06T00:00:12.488Z] #39 14.89 DEP images/cpuinfo.pb-c.d [2020-08-06T00:00:12.488Z] #39 14.92 PBCC images/stats.pb-c.c [2020-08-06T00:00:12.488Z] #39 14.95 DEP images/stats.pb-c.d [2020-08-06T00:00:12.574Z] #17 15.21 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2020-08-06T00:00:12.680Z] #39 14.89 DEP images/inventory.pb-c.d [2020-08-06T00:00:12.680Z] #39 14.98 PBCC images/cpuinfo.pb-c.c [2020-08-06T00:00:12.680Z] #39 14.98 DEP images/cpuinfo.pb-c.d [2020-08-06T00:00:12.680Z] #39 15.03 PBCC images/stats.pb-c.c [2020-08-06T00:00:12.680Z] #39 15.07 DEP images/stats.pb-c.d [2020-08-06T00:00:12.956Z] #52 ... [2020-08-06T00:00:12.956Z] [2020-08-06T00:00:12.956Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:12.956Z] #10 76.11 Selecting previously unselected package gcc-mingw-w64-base. [2020-08-06T00:00:12.956Z] #10 76.12 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-08-06T00:00:12.956Z] #10 76.14 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:12.956Z] #10 76.34 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-08-06T00:00:12.957Z] #10 76.34 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-08-06T00:00:12.957Z] #10 76.35 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:13.205Z] #17 15.71 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2020-08-06T00:00:13.205Z] #17 15.73 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2020-08-06T00:00:13.205Z] #17 ... [2020-08-06T00:00:13.205Z] [2020-08-06T00:00:13.205Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:13.205Z] #39 60.26 CC criu/cr-check.o [2020-08-06T00:00:13.217Z] #10 ... [2020-08-06T00:00:13.217Z] [2020-08-06T00:00:13.217Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:13.217Z] #39 12.71 DEP images/mnt.pb-c.d [2020-08-06T00:00:13.217Z] #39 12.77 PBCC images/sk-packet.pb-c.c [2020-08-06T00:00:13.217Z] #39 12.78 DEP images/sk-packet.pb-c.d [2020-08-06T00:00:13.217Z] #39 12.82 PBCC images/tcp-stream.pb-c.c [2020-08-06T00:00:13.217Z] #39 12.87 DEP images/tcp-stream.pb-c.d [2020-08-06T00:00:13.217Z] #39 12.94 PBCC images/pipe.pb-c.c [2020-08-06T00:00:13.217Z] #39 13.08 DEP images/pipe.pb-c.d [2020-08-06T00:00:13.217Z] #39 13.15 PBCC images/pstree.pb-c.c [2020-08-06T00:00:13.217Z] #39 13.18 DEP images/pstree.pb-c.d [2020-08-06T00:00:13.217Z] #39 13.27 PBCC images/fs.pb-c.c [2020-08-06T00:00:13.217Z] #39 13.32 DEP images/fs.pb-c.d [2020-08-06T00:00:13.217Z] #39 13.43 PBCC images/signalfd.pb-c.c [2020-08-06T00:00:13.217Z] #39 13.57 DEP images/signalfd.pb-c.d [2020-08-06T00:00:13.217Z] #39 13.68 PBCC images/fh.pb-c.c [2020-08-06T00:00:13.217Z] #39 13.75 PBCC images/fsnotify.pb-c.c [2020-08-06T00:00:13.217Z] #39 13.81 DEP images/fh.pb-c.d [2020-08-06T00:00:13.217Z] #39 13.92 DEP images/fsnotify.pb-c.d [2020-08-06T00:00:13.217Z] #39 14.11 PBCC images/eventpoll.pb-c.c [2020-08-06T00:00:13.217Z] #39 14.18 DEP images/eventpoll.pb-c.d [2020-08-06T00:00:13.217Z] #39 14.34 PBCC images/eventfd.pb-c.c [2020-08-06T00:00:13.217Z] #39 14.39 DEP images/eventfd.pb-c.d [2020-08-06T00:00:13.217Z] #39 14.42 PBCC images/remap-file-path.pb-c.c [2020-08-06T00:00:13.217Z] #39 14.44 DEP images/remap-file-path.pb-c.d [2020-08-06T00:00:13.217Z] #39 14.49 PBCC images/fifo.pb-c.c [2020-08-06T00:00:13.217Z] #39 14.53 DEP images/fifo.pb-c.d [2020-08-06T00:00:13.217Z] #39 14.56 PBCC images/ghost-file.pb-c.c [2020-08-06T00:00:13.217Z] #39 14.62 DEP images/ghost-file.pb-c.d [2020-08-06T00:00:13.217Z] #39 14.67 PBCC images/regfile.pb-c.c [2020-08-06T00:00:13.217Z] #39 14.70 DEP images/regfile.pb-c.d [2020-08-06T00:00:13.217Z] #39 14.78 PBCC images/ns.pb-c.c [2020-08-06T00:00:13.217Z] #39 14.79 DEP images/ns.pb-c.d [2020-08-06T00:00:13.217Z] #39 14.84 PBCC images/fdinfo.pb-c.c [2020-08-06T00:00:13.217Z] #39 14.98 DEP images/fdinfo.pb-c.d [2020-08-06T00:00:13.217Z] #39 15.04 PBCC images/core-aarch64.pb-c.c [2020-08-06T00:00:13.217Z] #39 15.09 PBCC images/core-arm.pb-c.c [2020-08-06T00:00:13.217Z] #39 15.14 PBCC images/core-ppc64.pb-c.c [2020-08-06T00:00:13.217Z] #39 15.18 PBCC images/core-s390.pb-c.c [2020-08-06T00:00:13.217Z] #39 15.22 PBCC images/core-x86.pb-c.c [2020-08-06T00:00:13.217Z] #39 15.29 PBCC images/core.pb-c.c [2020-08-06T00:00:13.217Z] #39 15.37 PBCC images/inventory.pb-c.c [2020-08-06T00:00:13.217Z] #39 15.42 DEP images/core-aarch64.pb-c.d [2020-08-06T00:00:13.217Z] #39 15.50 DEP images/core-arm.pb-c.d [2020-08-06T00:00:13.217Z] #39 15.58 DEP images/core-ppc64.pb-c.d [2020-08-06T00:00:13.217Z] #39 15.64 DEP images/core-s390.pb-c.d [2020-08-06T00:00:13.217Z] #39 15.71 DEP images/core-x86.pb-c.d [2020-08-06T00:00:13.217Z] #39 15.77 DEP images/core.pb-c.d [2020-08-06T00:00:13.217Z] #39 15.82 DEP images/inventory.pb-c.d [2020-08-06T00:00:13.217Z] #39 15.87 PBCC images/cpuinfo.pb-c.c [2020-08-06T00:00:13.217Z] #39 15.93 DEP images/cpuinfo.pb-c.d [2020-08-06T00:00:13.217Z] #39 16.02 PBCC images/stats.pb-c.c [2020-08-06T00:00:13.217Z] #39 16.04 DEP images/stats.pb-c.d [2020-08-06T00:00:13.329Z] #7 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 [2020-08-06T00:00:13.592Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0B / 62.53MB 11.3s [2020-08-06T00:00:13.788Z] #39 ... [2020-08-06T00:00:13.788Z] [2020-08-06T00:00:13.788Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:13.788Z] #47 76.80 encoding/json [2020-08-06T00:00:13.788Z] #47 81.37 github.com/pkg/diff [2020-08-06T00:00:13.788Z] #47 82.69 go/ast [2020-08-06T00:00:13.788Z] #47 83.31 golang.org/x/crypto/ssh/terminal [2020-08-06T00:00:13.788Z] #47 84.84 mvdan.cc/editorconfig [2020-08-06T00:00:13.788Z] #47 86.02 mvdan.cc/sh/v3/fileutil [2020-08-06T00:00:13.788Z] #47 86.23 mvdan.cc/sh/v3/syntax [2020-08-06T00:00:13.854Z] #7 sha256:b30cd9b955c0ceb20e9f825bbe2c006f22f1177b893b8c5c71bf14ce2b9252f9 97.69MB / 97.69MB 11.4s done [2020-08-06T00:00:13.854Z] #7 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.3s done [2020-08-06T00:00:13.869Z] #39 16.29 make[1]: Nothing to be done for 'all'. [2020-08-06T00:00:13.869Z] #39 ... [2020-08-06T00:00:13.869Z] [2020-08-06T00:00:13.869Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:13.869Z] #10 77.37 Selecting previously unselected package gcc-mingw-w64-base. [2020-08-06T00:00:13.869Z] #10 77.41 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-08-06T00:00:13.869Z] #10 77.44 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:13.869Z] #10 77.89 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-08-06T00:00:13.869Z] #10 77.91 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-08-06T00:00:13.869Z] #10 77.93 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:14.049Z] #47 ... [2020-08-06T00:00:14.049Z] [2020-08-06T00:00:14.049Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:14.049Z] #41 85.48 text/template [2020-08-06T00:00:14.049Z] #41 85.82 go/parser [2020-08-06T00:00:14.053Z] #39 16.43 make[1]: Nothing to be done for 'all'. [2020-08-06T00:00:14.129Z] #10 ... [2020-08-06T00:00:14.129Z] [2020-08-06T00:00:14.129Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:14.129Z] #52 36.50 Checking out files: 25% (815/3209) Checking out files: 26% (835/3209) Checking out files: 27% (867/3209) Checking out files: 28% (899/3209) Checking out files: 29% (931/3209) Checking out files: 30% (963/3209) Checking out files: 31% (995/3209) Checking out files: 32% (1027/3209) Checking out files: 33% (1059/3209) Checking out files: 34% (1092/3209) Checking out files: 35% (1124/3209) Checking out files: 36% (1156/3209) Checking out files: 37% (1188/3209) Checking out files: 38% (1220/3209) Checking out files: 39% (1252/3209) Checking out files: 40% (1284/3209) Checking out files: 41% (1316/3209) Checking out files: 42% (1348/3209) Checking out files: 43% (1380/3209) Checking out files: 44% (1412/3209) Checking out files: 45% (1445/3209) Checking out files: 46% (1477/3209) Checking out files: 47% (1509/3209) Checking out files: 48% (1541/3209) Checking out files: 49% (1573/3209) Checking out files: 50% (1605/3209) Checking out files: 51% (1637/3209) Checking out files: 52% (1669/3209) Checking out files: 53% (1701/3209) Checking out files: 54% (1733/3209) Checking out files: 55% (1765/3209) Checking out files: 56% (1798/3209) Checking out files: 57% (1830/3209) Checking out files: 58% (1862/3209) Checking out files: 59% (1894/3209) Checking out files: 60% (1926/3209) Checking out files: 61% (1958/3209) Checking out files: 62% (1990/3209) Checking out files: 63% (2022/3209) Checking out files: 64% (2054/3209) Checking out files: 65% (2086/3209) Checking out files: 66% (2118/3209) Checking out files: 67% (2151/3209) Checking out files: 68% (2183/3209) Checking out files: 69% (2215/3209) Checking out files: 70% (2247/3209) Checking out files: 71% (2279/3209) Checking out files: 72% (2311/3209) Checking out files: 72% (2329/3209) Checking out files: 73% (2343/3209) Checking out files: 74% (2375/3209) Checking out files: 75% (2407/3209) Checking out files: 76% (2439/3209) Checking out files: 77% (2471/3209) Checking out files: 78% (2504/3209) Checking out files: 79% (2536/3209) Checking out files: 80% (2568/3209) Checking out files: 81% (2600/3209) Checking out files: 82% (2632/3209) Checking out files: 83% (2664/3209) Checking out files: 84% (2696/3209) Checking out files: 85% (2728/3209) Checking out files: 86% (2760/3209) Checking out files: 87% (2792/3209) Checking out files: 88% (2824/3209) Checking out files: 89% (2857/3209) Checking out files: 90% (2889/3209) Checking out files: 91% (2921/3209) Checking out files: 92% (2953/3209) Checking out files: 93% (2985/3209) Checking out files: 94% (3017/3209) Checking out files: 95% (3049/3209) Checking out files: 96% (3081/3209) Checking out files: 97% (3113/3209) Checking out files: 98% (3145/3209) Checking out files: 99% (3177/3209) Checking out files: 99% (3198/3209) Checking out files: 100% (3209/3209) Checking out files: 100% (3209/3209), done. [2020-08-06T00:00:14.129Z] #52 38.55 + cd /tmp/tmp.S4Xa9hIFSX/src/github.com/containerd/containerd [2020-08-06T00:00:14.129Z] #52 38.55 + git checkout -q 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-06T00:00:14.129Z] #52 40.32 + export 'BUILDTAGS=netgo osusergo static_build' [2020-08-06T00:00:14.129Z] #52 40.32 + BUILDTAGS='netgo osusergo static_build' [2020-08-06T00:00:14.129Z] #52 40.32 + export EXTRA_FLAGS=-buildmode=pie [2020-08-06T00:00:14.129Z] #52 40.32 + EXTRA_FLAGS=-buildmode=pie [2020-08-06T00:00:14.129Z] #52 40.32 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-08-06T00:00:14.129Z] #52 40.32 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-08-06T00:00:14.129Z] #52 40.32 + '[' '' = dynamic ']' [2020-08-06T00:00:14.129Z] #52 40.32 + make [2020-08-06T00:00:14.129Z] #52 41.23 + bin/ctr [2020-08-06T00:00:14.237Z] #39 61.06 CC criu/cr-dedup.o [2020-08-06T00:00:14.237Z] #39 61.34 CC criu/cr-dump.o [2020-08-06T00:00:14.430Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 3.96MB / 62.53MB 12.2s [2020-08-06T00:00:14.430Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 17.78MB / 62.53MB 12.3s [2020-08-06T00:00:14.430Z] #7 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c [2020-08-06T00:00:14.484Z] #8 unpacking docker.io/library/golang:1.13.14-buster@sha256:def37bf2c26e8c91eae9036b24e942cd1866e177f4bed0386bc73ca90e386210 19.3s done [2020-08-06T00:00:14.484Z] #8 DONE 24.9s [2020-08-06T00:00:14.484Z] [2020-08-06T00:00:14.484Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-08-06T00:00:14.484Z] #9 DONE 0.2s [2020-08-06T00:00:14.484Z] [2020-08-06T00:00:14.484Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-08-06T00:00:14.484Z] #10 DONE 0.2s [2020-08-06T00:00:14.484Z] [2020-08-06T00:00:14.484Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-08-06T00:00:14.484Z] #28 DONE 0.1s [2020-08-06T00:00:14.484Z] [2020-08-06T00:00:14.484Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:14.484Z] #42 ... [2020-08-06T00:00:14.484Z] [2020-08-06T00:00:14.484Z] #36 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-08-06T00:00:14.484Z] #36 DONE 0.1s [2020-08-06T00:00:14.484Z] [2020-08-06T00:00:14.484Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:00:14.484Z] #37 0.765 + git clone https://github.com/docker/distribution.git . [2020-08-06T00:00:14.484Z] #37 0.770 Cloning into '.'... [2020-08-06T00:00:14.698Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 21.31MB / 62.53MB 12.4s [2020-08-06T00:00:14.698Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 37.98MB / 62.53MB 12.6s [2020-08-06T00:00:14.962Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 48.25MB / 62.53MB 12.7s [2020-08-06T00:00:14.962Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 12.8s [2020-08-06T00:00:15.425Z] #39 17.80 CC images/stats.o [2020-08-06T00:00:15.688Z] #39 18.10 CC images/core.o [2020-08-06T00:00:16.299Z] #39 62.82 CC criu/cr-errno.o [2020-08-06T00:00:16.299Z] #39 62.87 CC criu/cr-restore.o [2020-08-06T00:00:16.591Z] #41 89.35 encoding/xml [2020-08-06T00:00:16.600Z] #37 ... [2020-08-06T00:00:16.600Z] [2020-08-06T00:00:16.600Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:16.600Z] #31 0.509 + RM_GOPATH=0 [2020-08-06T00:00:16.600Z] #31 0.509 + TMP_GOPATH= [2020-08-06T00:00:16.600Z] #31 0.509 + : /build [2020-08-06T00:00:16.600Z] #31 0.510 + '[' -z '' ']' [2020-08-06T00:00:16.600Z] #31 0.510 ++ mktemp -d [2020-08-06T00:00:16.600Z] #31 0.512 + export GOPATH=/tmp/tmp.VnlwdTw4iD [2020-08-06T00:00:16.600Z] #31 0.512 + GOPATH=/tmp/tmp.VnlwdTw4iD [2020-08-06T00:00:16.600Z] #31 0.512 + RM_GOPATH=1 [2020-08-06T00:00:16.600Z] #31 0.512 + case "$(go env GOARCH)" in [2020-08-06T00:00:16.600Z] #31 0.513 ++ go env GOARCH [2020-08-06T00:00:16.600Z] #31 0.523 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:16.600Z] #31 0.523 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:16.600Z] #31 0.523 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:16.600Z] #31 0.525 + dir=/tmp/install [2020-08-06T00:00:16.600Z] #31 0.525 + bin=tomlv [2020-08-06T00:00:16.600Z] #31 0.525 + shift [2020-08-06T00:00:16.600Z] #31 0.525 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-08-06T00:00:16.600Z] #31 0.525 + . /tmp/install/tomlv.installer [2020-08-06T00:00:16.600Z] #31 0.525 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-06T00:00:16.600Z] #31 0.526 + install_tomlv [2020-08-06T00:00:16.600Z] #31 0.526 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-08-06T00:00:16.600Z] #31 0.526 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.VnlwdTw4iD/src/github.com/BurntSushi/toml [2020-08-06T00:00:16.600Z] #31 0.526 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-06T00:00:16.600Z] #31 0.528 Cloning into '/tmp/tmp.VnlwdTw4iD/src/github.com/BurntSushi/toml'... [2020-08-06T00:00:16.600Z] #31 2.203 + cd /tmp/tmp.VnlwdTw4iD/src/github.com/BurntSushi/toml [2020-08-06T00:00:16.600Z] #31 2.204 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-06T00:00:16.600Z] #31 2.224 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-08-06T00:00:16.600Z] #31 3.045 runtime/internal/sys [2020-08-06T00:00:16.600Z] #31 3.165 math/bits [2020-08-06T00:00:16.600Z] #31 3.177 internal/cpu [2020-08-06T00:00:16.600Z] #31 3.209 runtime/internal/atomic [2020-08-06T00:00:16.600Z] #31 4.099 runtime/internal/math [2020-08-06T00:00:16.600Z] #31 4.235 unicode/utf8 [2020-08-06T00:00:16.600Z] #31 4.295 internal/race [2020-08-06T00:00:16.600Z] #31 4.667 internal/bytealg [2020-08-06T00:00:16.600Z] #31 4.695 sync/atomic [2020-08-06T00:00:16.600Z] #31 4.994 math [2020-08-06T00:00:16.648Z] #39 18.89 CC images/core-x86.o [2020-08-06T00:00:16.668Z] #52 ... [2020-08-06T00:00:16.668Z] [2020-08-06T00:00:16.668Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:16.668Z] #47 79.99 github.com/pkg/diff [2020-08-06T00:00:16.668Z] #47 81.21 go/ast [2020-08-06T00:00:16.668Z] #47 81.46 golang.org/x/crypto/ssh/terminal [2020-08-06T00:00:16.668Z] #47 83.45 mvdan.cc/editorconfig [2020-08-06T00:00:16.668Z] #47 84.69 mvdan.cc/sh/v3/fileutil [2020-08-06T00:00:16.668Z] #47 84.85 mvdan.cc/sh/v3/syntax [2020-08-06T00:00:16.668Z] #47 ... [2020-08-06T00:00:16.668Z] [2020-08-06T00:00:16.668Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:16.668Z] #39 17.75 CC images/stats.o [2020-08-06T00:00:16.668Z] #39 18.15 CC images/core.o [2020-08-06T00:00:16.668Z] #39 18.94 CC images/core-x86.o [2020-08-06T00:00:16.888Z] #7 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 14.4s done [2020-08-06T00:00:16.888Z] #7 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.3s done [2020-08-06T00:00:16.904Z] #39 19.32 CC images/core-arm.o [2020-08-06T00:00:17.237Z] #39 19.57 CC images/core-arm.o [2020-08-06T00:00:17.248Z] #31 5.786 unicode [2020-08-06T00:00:17.248Z] #31 ... [2020-08-06T00:00:17.248Z] [2020-08-06T00:00:17.248Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:17.248Z] #44 0.833 + RM_GOPATH=0 [2020-08-06T00:00:17.248Z] #44 0.833 + TMP_GOPATH= [2020-08-06T00:00:17.248Z] #44 0.833 + : /build [2020-08-06T00:00:17.248Z] #44 0.833 + '[' -z '' ']' [2020-08-06T00:00:17.248Z] #44 0.833 ++ mktemp -d [2020-08-06T00:00:17.248Z] #44 0.863 + export GOPATH=/tmp/tmp.iCzxjatDCc [2020-08-06T00:00:17.248Z] #44 0.863 + GOPATH=/tmp/tmp.iCzxjatDCc [2020-08-06T00:00:17.248Z] #44 0.863 + RM_GOPATH=1 [2020-08-06T00:00:17.248Z] #44 0.864 + case "$(go env GOARCH)" in [2020-08-06T00:00:17.248Z] #44 0.868 ++ go env GOARCH [2020-08-06T00:00:17.248Z] #44 0.993 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:17.248Z] #44 0.993 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:17.248Z] #44 0.994 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:17.248Z] #44 0.999 + dir=/tmp/install [2020-08-06T00:00:17.248Z] #44 1.002 + bin=gotestsum [2020-08-06T00:00:17.248Z] #44 1.002 + shift [2020-08-06T00:00:17.248Z] #44 1.003 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-08-06T00:00:17.248Z] #44 1.003 + . /tmp/install/gotestsum.installer [2020-08-06T00:00:17.248Z] #44 1.004 ++ : v0.3.5 [2020-08-06T00:00:17.248Z] #44 1.006 + install_gotestsum [2020-08-06T00:00:17.248Z] #44 1.007 + set -e [2020-08-06T00:00:17.248Z] #44 1.007 + export GO111MODULE=on [2020-08-06T00:00:17.248Z] #44 1.008 + GO111MODULE=on [2020-08-06T00:00:17.248Z] #44 1.008 + GOBIN=/build [2020-08-06T00:00:17.248Z] #44 1.008 + go get gotest.tools/gotestsum@v0.3.5 [2020-08-06T00:00:17.248Z] #44 1.070 go: finding gotest.tools/gotestsum v0.3.5 [2020-08-06T00:00:17.248Z] #44 1.072 go: finding gotest.tools v0.3.5 [2020-08-06T00:00:17.248Z] #44 1.924 go: downloading gotest.tools/gotestsum v0.3.5 [2020-08-06T00:00:17.248Z] #44 2.974 go: extracting gotest.tools/gotestsum v0.3.5 [2020-08-06T00:00:17.248Z] #44 4.318 go: downloading gotest.tools v2.1.0+incompatible [2020-08-06T00:00:17.248Z] #44 4.579 go: extracting gotest.tools v2.1.0+incompatible [2020-08-06T00:00:17.248Z] #44 4.733 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-08-06T00:00:17.248Z] #44 4.759 go: downloading github.com/fatih/color v1.6.0 [2020-08-06T00:00:17.248Z] #44 4.778 go: downloading github.com/pkg/errors v0.8.0 [2020-08-06T00:00:17.248Z] #44 4.781 go: downloading github.com/spf13/pflag v1.0.1 [2020-08-06T00:00:17.248Z] #44 4.910 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-06T00:00:17.248Z] #44 5.024 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-08-06T00:00:17.248Z] #44 5.199 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-08-06T00:00:17.248Z] #44 5.269 go: extracting github.com/pkg/errors v0.8.0 [2020-08-06T00:00:17.248Z] #44 5.361 go: extracting github.com/fatih/color v1.6.0 [2020-08-06T00:00:17.248Z] #44 5.372 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-08-06T00:00:17.248Z] #44 5.392 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-08-06T00:00:17.248Z] #44 5.452 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-08-06T00:00:17.248Z] #44 5.453 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-06T00:00:17.248Z] #44 5.510 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-06T00:00:17.248Z] #44 5.511 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-06T00:00:17.248Z] #44 5.543 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-06T00:00:17.248Z] #44 5.583 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-08-06T00:00:17.248Z] #44 5.607 go: extracting github.com/spf13/pflag v1.0.1 [2020-08-06T00:00:17.248Z] #44 5.643 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-08-06T00:00:17.333Z] #39 ... [2020-08-06T00:00:17.333Z] [2020-08-06T00:00:17.333Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:00:17.333Z] #28 DONE 97.3s [2020-08-06T00:00:17.333Z] [2020-08-06T00:00:17.333Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:00:17.333Z] #17 16.09 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:00:17.333Z] #17 16.15 Fetched 27.7 MB in 5s (5254 kB/s) [2020-08-06T00:00:17.333Z] #17 16.20 Selecting previously unselected package pigz. [2020-08-06T00:00:17.333Z] #17 16.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23199 files and directories currently installed.) [2020-08-06T00:00:17.333Z] #17 16.24 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2020-08-06T00:00:17.333Z] #17 16.24 Unpacking pigz (2.4-1) ... [2020-08-06T00:00:17.333Z] #17 16.32 Selecting previously unselected package libpython3.7-minimal:s390x. [2020-08-06T00:00:17.333Z] #17 16.32 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-08-06T00:00:17.333Z] #17 16.32 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-08-06T00:00:17.333Z] #17 16.63 Selecting previously unselected package python3.7-minimal. [2020-08-06T00:00:17.333Z] #17 16.64 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2020-08-06T00:00:17.333Z] #17 16.64 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:00:17.333Z] #17 17.17 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2020-08-06T00:00:17.333Z] #17 17.18 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:00:17.333Z] #17 18.57 Selecting previously unselected package python3-minimal. [2020-08-06T00:00:17.333Z] #17 18.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23448 files and directories currently installed.) [2020-08-06T00:00:17.333Z] #17 18.61 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2020-08-06T00:00:17.333Z] #17 18.62 Unpacking python3-minimal (3.7.3-1) ... [2020-08-06T00:00:17.333Z] #17 18.66 Selecting previously unselected package libmpdec2:s390x. [2020-08-06T00:00:17.333Z] #17 18.66 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2020-08-06T00:00:17.333Z] #17 18.67 Unpacking libmpdec2:s390x (2.4.2-2) ... [2020-08-06T00:00:17.333Z] #17 18.73 Selecting previously unselected package libpython3.7-stdlib:s390x. [2020-08-06T00:00:17.333Z] #17 18.73 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2020-08-06T00:00:17.333Z] #17 18.73 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-08-06T00:00:17.333Z] #17 19.39 Selecting previously unselected package python3.7. [2020-08-06T00:00:17.333Z] #17 19.39 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2020-08-06T00:00:17.333Z] #17 19.40 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:00:17.333Z] #17 19.48 Selecting previously unselected package libpython3-stdlib:s390x. [2020-08-06T00:00:17.333Z] #17 19.48 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2020-08-06T00:00:17.333Z] #17 19.49 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2020-08-06T00:00:17.333Z] #17 19.52 Setting up python3-minimal (3.7.3-1) ... [2020-08-06T00:00:17.333Z] #17 20.02 Selecting previously unselected package python3. [2020-08-06T00:00:17.464Z] #7 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 [2020-08-06T00:00:17.468Z] #39 19.78 CC images/core-aarch64.o [2020-08-06T00:00:17.532Z] #41 90.34 go/doc [2020-08-06T00:00:17.547Z] #44 ... [2020-08-06T00:00:17.547Z] [2020-08-06T00:00:17.547Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:17.547Z] #31 6.351 internal/testlog [2020-08-06T00:00:17.624Z] #17 20.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23860 files and directories currently installed.) [2020-08-06T00:00:17.624Z] #17 20.05 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2020-08-06T00:00:17.624Z] #17 20.07 Unpacking python3 (3.7.3-1) ... [2020-08-06T00:00:17.624Z] #17 20.17 Selecting previously unselected package libip4tc0:s390x. [2020-08-06T00:00:17.624Z] #17 20.17 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2020-08-06T00:00:17.624Z] #17 20.19 Unpacking libip4tc0:s390x (1.8.2-4) ... [2020-08-06T00:00:17.624Z] #17 20.24 Selecting previously unselected package libip6tc0:s390x. [2020-08-06T00:00:17.624Z] #17 20.25 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2020-08-06T00:00:17.624Z] #17 20.25 Unpacking libip6tc0:s390x (1.8.2-4) ... [2020-08-06T00:00:17.624Z] #17 20.31 Selecting previously unselected package libiptc0:s390x. [2020-08-06T00:00:17.624Z] #17 20.31 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2020-08-06T00:00:17.624Z] #17 20.31 Unpacking libiptc0:s390x (1.8.2-4) ... [2020-08-06T00:00:17.726Z] #39 20.16 CC images/core-ppc64.o [2020-08-06T00:00:17.726Z] #39 ... [2020-08-06T00:00:17.726Z] [2020-08-06T00:00:17.726Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:17.726Z] #47 81.49 github.com/pkg/diff [2020-08-06T00:00:17.726Z] #47 81.94 go/ast [2020-08-06T00:00:17.726Z] #47 83.43 golang.org/x/crypto/ssh/terminal [2020-08-06T00:00:17.726Z] #47 84.95 mvdan.cc/editorconfig [2020-08-06T00:00:17.726Z] #47 86.03 mvdan.cc/sh/v3/fileutil [2020-08-06T00:00:17.726Z] #47 86.24 mvdan.cc/sh/v3/syntax [2020-08-06T00:00:17.806Z] #39 19.99 CC images/core-aarch64.o [2020-08-06T00:00:17.845Z] #31 6.706 runtime [2020-08-06T00:00:17.943Z] #17 20.40 Selecting previously unselected package libnfnetlink0:s390x. [2020-08-06T00:00:17.943Z] #17 20.40 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2020-08-06T00:00:17.943Z] #17 20.41 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-08-06T00:00:17.943Z] #17 20.45 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2020-08-06T00:00:17.943Z] #17 20.46 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2020-08-06T00:00:17.943Z] #17 20.47 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-08-06T00:00:17.943Z] #17 20.51 Selecting previously unselected package libnftnl11:s390x. [2020-08-06T00:00:17.943Z] #17 20.51 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2020-08-06T00:00:17.943Z] #17 20.52 Unpacking libnftnl11:s390x (1.1.2-2) ... [2020-08-06T00:00:17.943Z] #17 20.58 Selecting previously unselected package iptables. [2020-08-06T00:00:17.984Z] #47 ... [2020-08-06T00:00:17.984Z] [2020-08-06T00:00:17.984Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:17.984Z] #52 38.37 Checking out files: 51% (1667/3209) Checking out files: 52% (1669/3209) Checking out files: 53% (1701/3209) Checking out files: 54% (1733/3209) Checking out files: 55% (1765/3209) Checking out files: 56% (1798/3209) Checking out files: 57% (1830/3209) Checking out files: 58% (1862/3209) Checking out files: 59% (1894/3209) Checking out files: 60% (1926/3209) Checking out files: 61% (1958/3209) Checking out files: 62% (1990/3209) Checking out files: 63% (2022/3209) Checking out files: 64% (2054/3209) Checking out files: 65% (2086/3209) Checking out files: 66% (2118/3209) Checking out files: 67% (2151/3209) Checking out files: 68% (2183/3209) Checking out files: 69% (2215/3209) Checking out files: 70% (2247/3209) Checking out files: 71% (2279/3209) Checking out files: 72% (2311/3209) Checking out files: 73% (2343/3209) Checking out files: 74% (2375/3209) Checking out files: 75% (2407/3209) Checking out files: 76% (2439/3209) Checking out files: 77% (2471/3209) Checking out files: 78% (2504/3209) Checking out files: 79% (2536/3209) Checking out files: 80% (2568/3209) Checking out files: 81% (2600/3209) Checking out files: 82% (2632/3209) Checking out files: 83% (2664/3209) Checking out files: 84% (2696/3209) Checking out files: 85% (2728/3209) Checking out files: 86% (2760/3209) Checking out files: 87% (2792/3209) Checking out files: 88% (2824/3209) Checking out files: 89% (2857/3209) Checking out files: 90% (2889/3209) Checking out files: 90% (2914/3209) Checking out files: 91% (2921/3209) Checking out files: 92% (2953/3209) Checking out files: 93% (2985/3209) Checking out files: 94% (3017/3209) Checking out files: 95% (3049/3209) Checking out files: 96% (3081/3209) Checking out files: 97% (3113/3209) Checking out files: 98% (3145/3209) Checking out files: 99% (3177/3209) Checking out files: 100% (3209/3209) Checking out files: 100% (3209/3209), done. [2020-08-06T00:00:17.984Z] #52 39.74 + cd /tmp/tmp.KiRmUWwH9z/src/github.com/containerd/containerd [2020-08-06T00:00:17.984Z] #52 39.74 + git checkout -q 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-06T00:00:17.984Z] #52 41.69 + export 'BUILDTAGS=netgo osusergo static_build' [2020-08-06T00:00:17.984Z] #52 41.69 + BUILDTAGS='netgo osusergo static_build' [2020-08-06T00:00:17.984Z] #52 41.69 + export EXTRA_FLAGS=-buildmode=pie [2020-08-06T00:00:17.984Z] #52 41.69 + EXTRA_FLAGS=-buildmode=pie [2020-08-06T00:00:17.984Z] #52 41.69 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-08-06T00:00:17.984Z] #52 41.69 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-08-06T00:00:17.984Z] #52 41.69 + '[' '' = dynamic ']' [2020-08-06T00:00:17.984Z] #52 41.69 + make [2020-08-06T00:00:17.984Z] #52 42.51 + bin/ctr [2020-08-06T00:00:18.066Z] #39 20.43 CC images/core-ppc64.o [2020-08-06T00:00:18.233Z] #17 20.63 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2020-08-06T00:00:18.233Z] #17 20.63 Unpacking iptables (1.8.2-4) ... [2020-08-06T00:00:18.233Z] #17 20.82 Selecting previously unselected package xxd. [2020-08-06T00:00:18.233Z] #17 20.82 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2020-08-06T00:00:18.233Z] #17 20.83 Unpacking xxd (2:8.1.0875-5) ... [2020-08-06T00:00:18.242Z] #52 ... [2020-08-06T00:00:18.242Z] [2020-08-06T00:00:18.242Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:18.242Z] #41 81.80 text/template/parse [2020-08-06T00:00:18.242Z] #41 84.08 go/parser [2020-08-06T00:00:18.242Z] #41 86.18 text/template [2020-08-06T00:00:18.242Z] #41 87.64 encoding/xml [2020-08-06T00:00:18.242Z] #41 91.13 go/doc [2020-08-06T00:00:18.499Z] #41 ... [2020-08-06T00:00:18.499Z] [2020-08-06T00:00:18.499Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:18.499Z] #39 20.77 CC images/core-s390.o [2020-08-06T00:00:18.523Z] #17 20.92 Selecting previously unselected package vim-common. [2020-08-06T00:00:18.523Z] #17 20.92 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:00:18.523Z] #17 20.93 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-06T00:00:18.523Z] #17 21.04 Selecting previously unselected package bash-completion. [2020-08-06T00:00:18.523Z] #17 21.04 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-08-06T00:00:18.635Z] #39 21.14 CC images/core-s390.o [2020-08-06T00:00:18.904Z] #31 7.479 encoding [2020-08-06T00:00:19.064Z] #39 21.29 CC images/cpuinfo.o [2020-08-06T00:00:19.203Z] #31 7.873 runtime/cgo [2020-08-06T00:00:19.322Z] #39 21.74 CC images/inventory.o [2020-08-06T00:00:19.391Z] #7 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 1.8s done [2020-08-06T00:00:19.443Z] #41 ... [2020-08-06T00:00:19.443Z] [2020-08-06T00:00:19.443Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:19.443Z] #39 17.57 make[1]: Nothing to be done for 'all'. [2020-08-06T00:00:19.443Z] #39 19.05 CC images/stats.o [2020-08-06T00:00:19.443Z] #39 19.42 CC images/core.o [2020-08-06T00:00:19.443Z] #39 20.06 CC images/core-x86.o [2020-08-06T00:00:19.443Z] #39 20.64 CC images/core-arm.o [2020-08-06T00:00:19.443Z] #39 21.02 CC images/core-aarch64.o [2020-08-06T00:00:19.443Z] #39 21.53 CC images/core-ppc64.o [2020-08-06T00:00:19.443Z] #39 22.27 CC images/core-s390.o [2020-08-06T00:00:19.443Z] #39 22.84 CC images/cpuinfo.o [2020-08-06T00:00:19.558Z] #17 22.25 Unpacking bash-completion (1:2.8-6) ... [2020-08-06T00:00:19.574Z] #39 21.81 CC images/cpuinfo.o [2020-08-06T00:00:19.579Z] #39 21.96 CC images/fdinfo.o [2020-08-06T00:00:19.834Z] #39 22.16 CC images/inventory.o [2020-08-06T00:00:19.837Z] #39 22.25 CC images/fown.o [2020-08-06T00:00:19.848Z] #17 22.50 Selecting previously unselected package bzip2. [2020-08-06T00:00:19.848Z] #17 22.51 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2020-08-06T00:00:20.014Z] #39 23.34 CC images/inventory.o [2020-08-06T00:00:20.014Z] #39 ... [2020-08-06T00:00:20.014Z] [2020-08-06T00:00:20.014Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:20.014Z] #41 93.07 github.com/LK4D4/vndr/build [2020-08-06T00:00:20.093Z] #39 22.37 CC images/fdinfo.o [2020-08-06T00:00:20.095Z] #39 22.45 CC images/ns.o [2020-08-06T00:00:20.139Z] #17 22.51 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:00:20.139Z] #17 22.56 Selecting previously unselected package xz-utils. [2020-08-06T00:00:20.139Z] #17 22.56 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2020-08-06T00:00:20.139Z] #17 22.56 Unpacking xz-utils (5.2.4-1) ... [2020-08-06T00:00:20.139Z] #17 22.69 Selecting previously unselected package apparmor. [2020-08-06T00:00:20.139Z] #17 22.69 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2020-08-06T00:00:20.139Z] #17 22.72 Unpacking apparmor (2.13.2-10) ... [2020-08-06T00:00:20.338Z] #7 extracting sha256:b30cd9b955c0ceb20e9f825bbe2c006f22f1177b893b8c5c71bf14ce2b9252f9 [2020-08-06T00:00:20.352Z] #39 22.62 CC images/regfile.o [2020-08-06T00:00:20.353Z] #39 22.69 CC images/fown.o [2020-08-06T00:00:20.353Z] #39 22.89 CC images/ns.o [2020-08-06T00:00:20.429Z] #17 22.93 Selecting previously unselected package aufs-tools. [2020-08-06T00:00:20.429Z] #17 22.93 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2020-08-06T00:00:20.429Z] #17 22.93 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:00:20.429Z] #17 23.02 Selecting previously unselected package libonig5:s390x. [2020-08-06T00:00:20.429Z] #17 23.02 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2020-08-06T00:00:20.429Z] #17 23.02 Unpacking libonig5:s390x (6.9.1-1) ... [2020-08-06T00:00:20.429Z] #17 23.12 Selecting previously unselected package libjq1:s390x. [2020-08-06T00:00:20.610Z] #39 22.85 CC images/ghost-file.o [2020-08-06T00:00:20.761Z] #17 23.12 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2020-08-06T00:00:20.761Z] #17 23.13 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2020-08-06T00:00:20.761Z] #17 23.22 Selecting previously unselected package jq. [2020-08-06T00:00:20.761Z] #17 23.22 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2020-08-06T00:00:20.761Z] #17 23.23 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-06T00:00:20.761Z] #17 23.27 Selecting previously unselected package libaio1:s390x. [2020-08-06T00:00:20.761Z] #17 23.28 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2020-08-06T00:00:20.761Z] #17 23.28 Unpacking libaio1:s390x (0.3.112-3) ... [2020-08-06T00:00:20.761Z] #17 23.33 Selecting previously unselected package libgpm2:s390x. [2020-08-06T00:00:20.761Z] #17 23.33 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2020-08-06T00:00:20.761Z] #17 23.34 Unpacking libgpm2:s390x (1.20.7-5) ... [2020-08-06T00:00:20.761Z] #17 23.38 Selecting previously unselected package libicu63:s390x. [2020-08-06T00:00:20.761Z] #17 23.38 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2020-08-06T00:00:20.761Z] #17 23.39 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2020-08-06T00:00:20.868Z] #39 23.29 CC images/fifo.o [2020-08-06T00:00:20.922Z] #39 23.11 CC images/regfile.o [2020-08-06T00:00:21.126Z] #39 23.58 CC images/remap-file-path.o [2020-08-06T00:00:21.182Z] #39 23.35 CC images/ghost-file.o [2020-08-06T00:00:21.323Z] #31 ... [2020-08-06T00:00:21.323Z] [2020-08-06T00:00:21.323Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:21.323Z] #11 1.068 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:21.323Z] #11 1.156 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:21.323Z] #11 1.162 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:21.323Z] #11 2.593 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-08-06T00:00:21.323Z] #11 4.965 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [208 kB] [2020-08-06T00:00:21.323Z] #11 7.120 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-08-06T00:00:21.323Z] #11 ... [2020-08-06T00:00:21.323Z] [2020-08-06T00:00:21.323Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:21.323Z] #48 0.863 + RM_GOPATH=0 [2020-08-06T00:00:21.323Z] #48 0.865 + TMP_GOPATH= [2020-08-06T00:00:21.323Z] #48 0.865 + : /build [2020-08-06T00:00:21.323Z] #48 0.865 + '[' -z '' ']' [2020-08-06T00:00:21.323Z] #48 0.866 ++ mktemp -d [2020-08-06T00:00:21.323Z] #48 0.868 + export GOPATH=/tmp/tmp.rnefgVe4F6 [2020-08-06T00:00:21.323Z] #48 0.868 + GOPATH=/tmp/tmp.rnefgVe4F6 [2020-08-06T00:00:21.323Z] #48 0.868 + RM_GOPATH=1 [2020-08-06T00:00:21.323Z] #48 0.868 + case "$(go env GOARCH)" in [2020-08-06T00:00:21.323Z] #48 0.872 ++ go env GOARCH [2020-08-06T00:00:21.323Z] #48 0.944 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:21.323Z] #48 0.944 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:21.323Z] #48 0.945 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:21.323Z] #48 0.959 + dir=/tmp/install [2020-08-06T00:00:21.323Z] #48 0.959 + bin=shfmt [2020-08-06T00:00:21.323Z] #48 0.959 + shift [2020-08-06T00:00:21.323Z] #48 0.959 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-08-06T00:00:21.323Z] #48 0.959 + . /tmp/install/shfmt.installer [2020-08-06T00:00:21.323Z] #48 0.960 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-06T00:00:21.323Z] #48 0.961 + install_shfmt [2020-08-06T00:00:21.323Z] #48 0.961 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-08-06T00:00:21.323Z] #48 0.961 + git clone https://github.com/mvdan/sh.git /tmp/tmp.rnefgVe4F6/src/github.com/mvdan/sh [2020-08-06T00:00:21.323Z] #48 0.961 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-06T00:00:21.323Z] #48 0.977 Cloning into '/tmp/tmp.rnefgVe4F6/src/github.com/mvdan/sh'... [2020-08-06T00:00:21.441Z] #39 23.77 CC images/fifo.o [2020-08-06T00:00:21.621Z] #48 ... [2020-08-06T00:00:21.621Z] [2020-08-06T00:00:21.621Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:21.621Z] #55 0.636 + RM_GOPATH=0 [2020-08-06T00:00:21.621Z] #55 0.636 + TMP_GOPATH= [2020-08-06T00:00:21.621Z] #55 0.636 + : /build [2020-08-06T00:00:21.621Z] #55 0.636 + '[' -z '' ']' [2020-08-06T00:00:21.621Z] #55 0.636 ++ mktemp -d [2020-08-06T00:00:21.621Z] #55 0.637 + export GOPATH=/tmp/tmp.DXYQ1c3hfF [2020-08-06T00:00:21.621Z] #55 0.638 + GOPATH=/tmp/tmp.DXYQ1c3hfF [2020-08-06T00:00:21.621Z] #55 0.638 + RM_GOPATH=1 [2020-08-06T00:00:21.621Z] #55 0.638 + case "$(go env GOARCH)" in [2020-08-06T00:00:21.621Z] #55 0.638 ++ go env GOARCH [2020-08-06T00:00:21.621Z] #55 0.642 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:21.621Z] #55 0.642 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:21.621Z] #55 0.643 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:21.621Z] #55 0.644 + dir=/tmp/install [2020-08-06T00:00:21.621Z] #55 0.644 + bin=rootlesskit [2020-08-06T00:00:21.621Z] #55 0.644 + shift [2020-08-06T00:00:21.621Z] #55 0.644 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-08-06T00:00:21.621Z] #55 0.644 + . /tmp/install/rootlesskit.installer [2020-08-06T00:00:21.621Z] #55 0.644 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-06T00:00:21.621Z] #55 0.645 + install_rootlesskit [2020-08-06T00:00:21.621Z] #55 0.645 + case "$1" in [2020-08-06T00:00:21.621Z] #55 0.645 + export CGO_ENABLED=0 [2020-08-06T00:00:21.621Z] #55 0.645 + CGO_ENABLED=0 [2020-08-06T00:00:21.621Z] #55 0.645 + _install_rootlesskit [2020-08-06T00:00:21.621Z] #55 0.645 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-08-06T00:00:21.621Z] #55 0.645 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-06T00:00:21.621Z] #55 0.645 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.DXYQ1c3hfF/src/github.com/rootless-containers/rootlesskit [2020-08-06T00:00:21.621Z] #55 0.647 Cloning into '/tmp/tmp.DXYQ1c3hfF/src/github.com/rootless-containers/rootlesskit'... [2020-08-06T00:00:21.621Z] #55 4.817 + cd /tmp/tmp.DXYQ1c3hfF/src/github.com/rootless-containers/rootlesskit [2020-08-06T00:00:21.621Z] #55 4.818 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-06T00:00:21.621Z] #55 5.342 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-06T00:00:21.621Z] #55 5.350 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-08-06T00:00:21.621Z] #55 ... [2020-08-06T00:00:21.621Z] [2020-08-06T00:00:21.621Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:21.621Z] #60 0.909 + RM_GOPATH=0 [2020-08-06T00:00:21.621Z] #60 0.911 + TMP_GOPATH= [2020-08-06T00:00:21.621Z] #60 0.912 + : /build [2020-08-06T00:00:21.621Z] #60 0.912 + '[' -z '' ']' [2020-08-06T00:00:21.621Z] #60 0.913 ++ mktemp -d [2020-08-06T00:00:21.621Z] #60 0.930 + export GOPATH=/tmp/tmp.76wuXC3xBM [2020-08-06T00:00:21.621Z] #60 0.930 + GOPATH=/tmp/tmp.76wuXC3xBM [2020-08-06T00:00:21.621Z] #60 0.931 + RM_GOPATH=1 [2020-08-06T00:00:21.621Z] #60 0.931 + case "$(go env GOARCH)" in [2020-08-06T00:00:21.621Z] #60 0.933 ++ go env GOARCH [2020-08-06T00:00:21.621Z] #60 0.993 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:21.621Z] #60 0.993 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:21.621Z] #60 0.996 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:21.621Z] #60 0.997 + dir=/tmp/install [2020-08-06T00:00:21.621Z] #60 1.001 + bin=proxy [2020-08-06T00:00:21.621Z] #60 1.001 + shift [2020-08-06T00:00:21.621Z] #60 1.001 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-08-06T00:00:21.621Z] #60 1.002 + . /tmp/install/proxy.installer [2020-08-06T00:00:21.621Z] #60 1.002 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-08-06T00:00:21.621Z] #60 1.003 + install_proxy [2020-08-06T00:00:21.621Z] #60 1.004 + case "$1" in [2020-08-06T00:00:21.621Z] #60 1.004 + export CGO_ENABLED=0 [2020-08-06T00:00:21.621Z] #60 1.004 + CGO_ENABLED=0 [2020-08-06T00:00:21.621Z] #60 1.005 + _install_proxy [2020-08-06T00:00:21.621Z] #60 1.005 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-08-06T00:00:21.621Z] #60 1.006 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-08-06T00:00:21.621Z] #60 1.006 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.76wuXC3xBM/src/github.com/docker/libnetwork [2020-08-06T00:00:21.621Z] #60 1.012 Cloning into '/tmp/tmp.76wuXC3xBM/src/github.com/docker/libnetwork'... [2020-08-06T00:00:21.691Z] #39 23.88 CC images/eventfd.o [2020-08-06T00:00:21.691Z] #39 24.07 CC images/eventpoll.o [2020-08-06T00:00:21.700Z] #39 23.98 CC images/remap-file-path.o [2020-08-06T00:00:21.700Z] #39 24.20 CC images/eventfd.o [2020-08-06T00:00:21.931Z] #60 ... [2020-08-06T00:00:21.931Z] [2020-08-06T00:00:21.931Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:21.931Z] #22 0.828 + RM_GOPATH=0 [2020-08-06T00:00:21.931Z] #22 0.828 + TMP_GOPATH= [2020-08-06T00:00:21.931Z] #22 0.828 + : /build [2020-08-06T00:00:21.931Z] #22 0.828 + '[' -z '' ']' [2020-08-06T00:00:21.931Z] #22 0.829 ++ mktemp -d [2020-08-06T00:00:21.931Z] #22 0.857 + export GOPATH=/tmp/tmp.LU4tZJBKrN [2020-08-06T00:00:21.931Z] #22 0.858 + GOPATH=/tmp/tmp.LU4tZJBKrN [2020-08-06T00:00:21.931Z] #22 0.859 + RM_GOPATH=1 [2020-08-06T00:00:21.931Z] #22 0.862 + case "$(go env GOARCH)" in [2020-08-06T00:00:21.931Z] #22 0.869 ++ go env GOARCH [2020-08-06T00:00:21.931Z] #22 0.939 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:21.931Z] #22 0.939 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:21.931Z] #22 0.942 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:21.931Z] #22 0.946 + dir=/tmp/install [2020-08-06T00:00:21.931Z] #22 0.946 + bin=dockercli [2020-08-06T00:00:21.931Z] #22 0.946 + shift [2020-08-06T00:00:21.931Z] #22 0.946 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-08-06T00:00:21.931Z] #22 0.946 + . /tmp/install/dockercli.installer [2020-08-06T00:00:21.931Z] #22 0.946 ++ : stable [2020-08-06T00:00:21.931Z] #22 0.946 ++ : 17.06.2-ce [2020-08-06T00:00:21.931Z] #22 0.947 + install_dockercli [2020-08-06T00:00:21.931Z] #22 0.947 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-08-06T00:00:21.931Z] #22 0.947 Install docker/cli version 17.06.2-ce from stable [2020-08-06T00:00:21.931Z] #22 0.948 ++ uname -m [2020-08-06T00:00:21.931Z] #22 0.949 + arch=ppc64le [2020-08-06T00:00:21.931Z] #22 0.949 + '[' ppc64le '!=' x86_64 ']' [2020-08-06T00:00:21.931Z] #22 0.949 + '[' ppc64le '!=' s390x ']' [2020-08-06T00:00:21.931Z] #22 0.949 + '[' ppc64le '!=' armhf ']' [2020-08-06T00:00:21.931Z] #22 0.949 + build_dockercli [2020-08-06T00:00:21.931Z] #22 0.950 + git clone https://github.com/docker/docker-ce /tmp/tmp.LU4tZJBKrN/tmp/docker-ce [2020-08-06T00:00:21.931Z] #22 0.961 Cloning into '/tmp/tmp.LU4tZJBKrN/tmp/docker-ce'... [2020-08-06T00:00:21.931Z] #22 ... [2020-08-06T00:00:21.931Z] [2020-08-06T00:00:21.931Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:00:21.931Z] #29 0.777 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-08-06T00:00:21.931Z] #29 0.784 Cloning into '.'... [2020-08-06T00:00:22.228Z] #29 ... [2020-08-06T00:00:22.228Z] [2020-08-06T00:00:22.228Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:22.228Z] #42 0.877 + RM_GOPATH=0 [2020-08-06T00:00:22.228Z] #42 0.877 + TMP_GOPATH= [2020-08-06T00:00:22.228Z] #42 0.877 + : /build [2020-08-06T00:00:22.228Z] #42 0.877 + '[' -z '' ']' [2020-08-06T00:00:22.228Z] #42 0.880 ++ mktemp -d [2020-08-06T00:00:22.228Z] #42 0.882 + export GOPATH=/tmp/tmp.zBGFqvyeI0 [2020-08-06T00:00:22.228Z] #42 0.882 + GOPATH=/tmp/tmp.zBGFqvyeI0 [2020-08-06T00:00:22.228Z] #42 0.882 + RM_GOPATH=1 [2020-08-06T00:00:22.228Z] #42 0.883 + case "$(go env GOARCH)" in [2020-08-06T00:00:22.228Z] #42 0.918 ++ go env GOARCH [2020-08-06T00:00:22.228Z] #42 0.945 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:22.228Z] #42 0.945 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:22.228Z] #42 0.949 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:22.228Z] #42 0.950 + dir=/tmp/install [2020-08-06T00:00:22.228Z] #42 0.950 + bin=vndr [2020-08-06T00:00:22.228Z] #42 0.950 + shift [2020-08-06T00:00:22.228Z] #42 0.950 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-08-06T00:00:22.228Z] #42 0.950 + . /tmp/install/vndr.installer [2020-08-06T00:00:22.228Z] #42 0.950 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-06T00:00:22.228Z] #42 0.950 + install_vndr [2020-08-06T00:00:22.228Z] #42 0.950 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-08-06T00:00:22.228Z] #42 0.950 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.zBGFqvyeI0/src/github.com/LK4D4/vndr [2020-08-06T00:00:22.228Z] #42 0.951 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-06T00:00:22.228Z] #42 0.954 Cloning into '/tmp/tmp.zBGFqvyeI0/src/github.com/LK4D4/vndr'... [2020-08-06T00:00:22.228Z] #42 2.564 + cd /tmp/tmp.zBGFqvyeI0/src/github.com/LK4D4/vndr [2020-08-06T00:00:22.228Z] #42 2.568 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-06T00:00:22.228Z] #42 2.637 + go build -buildmode=pie -v -o /build/vndr . [2020-08-06T00:00:22.228Z] #42 4.215 runtime/internal/math [2020-08-06T00:00:22.228Z] #42 4.291 internal/race [2020-08-06T00:00:22.228Z] #42 4.338 internal/cpu [2020-08-06T00:00:22.228Z] #42 4.430 sync/atomic [2020-08-06T00:00:22.228Z] #42 4.652 unicode [2020-08-06T00:00:22.228Z] #42 4.736 unicode/utf8 [2020-08-06T00:00:22.228Z] #42 5.527 math [2020-08-06T00:00:22.228Z] #42 5.635 internal/bytealg [2020-08-06T00:00:22.228Z] #42 6.683 internal/testlog [2020-08-06T00:00:22.228Z] #42 7.660 runtime [2020-08-06T00:00:22.228Z] #42 7.927 unicode/utf16 [2020-08-06T00:00:22.228Z] #42 8.590 container/list [2020-08-06T00:00:22.228Z] #42 10.52 crypto/internal/subtle [2020-08-06T00:00:22.228Z] #42 ... [2020-08-06T00:00:22.228Z] [2020-08-06T00:00:22.228Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:00:22.228Z] #39 1.122 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:22.228Z] #39 1.270 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:22.228Z] #39 1.274 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:22.228Z] #39 2.321 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-08-06T00:00:22.228Z] #39 4.594 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [208 kB] [2020-08-06T00:00:22.228Z] #39 6.302 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-08-06T00:00:22.256Z] #39 24.40 CC images/fh.o [2020-08-06T00:00:22.256Z] #39 24.75 CC images/fsnotify.o [2020-08-06T00:00:22.269Z] #39 24.41 CC images/eventpoll.o [2020-08-06T00:00:22.524Z] #39 ... [2020-08-06T00:00:22.524Z] [2020-08-06T00:00:22.524Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:00:22.524Z] #33 1.138 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:22.524Z] #33 1.286 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:22.524Z] #33 1.289 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:22.524Z] #33 2.655 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-08-06T00:00:22.524Z] #33 5.218 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [208 kB] [2020-08-06T00:00:22.524Z] #33 7.114 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-08-06T00:00:22.524Z] #33 ... [2020-08-06T00:00:22.524Z] [2020-08-06T00:00:22.524Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:22.524Z] #46 0.577 + RM_GOPATH=0 [2020-08-06T00:00:22.524Z] #46 0.577 + TMP_GOPATH= [2020-08-06T00:00:22.524Z] #46 0.577 + : /build [2020-08-06T00:00:22.524Z] #46 0.577 + '[' -z '' ']' [2020-08-06T00:00:22.524Z] #46 0.578 ++ mktemp -d [2020-08-06T00:00:22.524Z] #46 0.579 + export GOPATH=/tmp/tmp.khOvcvMWRr [2020-08-06T00:00:22.524Z] #46 0.579 + GOPATH=/tmp/tmp.khOvcvMWRr [2020-08-06T00:00:22.524Z] #46 0.579 + RM_GOPATH=1 [2020-08-06T00:00:22.524Z] #46 0.579 + case "$(go env GOARCH)" in [2020-08-06T00:00:22.524Z] #46 0.580 ++ go env GOARCH [2020-08-06T00:00:22.524Z] #46 0.584 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:22.524Z] #46 0.584 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:22.524Z] #46 0.584 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:22.524Z] #46 0.585 + dir=/tmp/install [2020-08-06T00:00:22.524Z] #46 0.585 + bin=golangci_lint [2020-08-06T00:00:22.524Z] #46 0.585 + shift [2020-08-06T00:00:22.524Z] #46 0.586 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-08-06T00:00:22.524Z] #46 0.586 + . /tmp/install/golangci_lint.installer [2020-08-06T00:00:22.524Z] #46 0.586 ++ : v1.23.8 [2020-08-06T00:00:22.524Z] #46 0.586 + install_golangci_lint [2020-08-06T00:00:22.524Z] #46 0.586 + echo 'Installing golangci-lint version v1.23.8' [2020-08-06T00:00:22.524Z] #46 0.586 Installing golangci-lint version v1.23.8 [2020-08-06T00:00:22.524Z] #46 0.586 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-06T00:00:22.528Z] #39 24.82 CC images/fh.o [2020-08-06T00:00:22.555Z] #41 95.35 github.com/LK4D4/vndr/versioned [2020-08-06T00:00:22.555Z] #41 95.46 compress/flate [2020-08-06T00:00:22.788Z] #39 25.11 CC images/fsnotify.o [2020-08-06T00:00:22.815Z] #41 96.00 hash/crc32 [2020-08-06T00:00:22.823Z] #46 ... [2020-08-06T00:00:22.823Z] [2020-08-06T00:00:22.823Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-06T00:00:22.823Z] #24 1.166 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:22.823Z] #24 1.265 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:22.823Z] #24 1.266 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:22.823Z] #24 2.560 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-08-06T00:00:22.823Z] #24 4.940 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [208 kB] [2020-08-06T00:00:22.823Z] #24 6.929 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-08-06T00:00:22.823Z] #24 ... [2020-08-06T00:00:22.823Z] [2020-08-06T00:00:22.823Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-06T00:00:22.823Z] #52 0.933 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:22.823Z] #52 1.074 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:22.823Z] #52 1.107 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:22.823Z] #52 2.395 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-08-06T00:00:22.823Z] #52 4.631 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [208 kB] [2020-08-06T00:00:22.823Z] #52 6.443 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-08-06T00:00:23.076Z] #41 ... [2020-08-06T00:00:23.076Z] [2020-08-06T00:00:23.076Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:23.076Z] #52 41.35 + bin/ctr [2020-08-06T00:00:23.121Z] #52 ... [2020-08-06T00:00:23.121Z] [2020-08-06T00:00:23.121Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:23.121Z] #42 11.11 crypto/subtle [2020-08-06T00:00:23.121Z] #42 11.22 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-08-06T00:00:23.121Z] #42 11.28 internal/nettrace [2020-08-06T00:00:23.121Z] #42 11.53 runtime/cgo [2020-08-06T00:00:23.188Z] #39 25.38 CC images/signalfd.o [2020-08-06T00:00:23.336Z] #52 ... [2020-08-06T00:00:23.336Z] [2020-08-06T00:00:23.336Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:23.336Z] #39 23.62 CC images/fdinfo.o [2020-08-06T00:00:23.336Z] #39 23.91 CC images/fown.o [2020-08-06T00:00:23.336Z] #39 24.14 CC images/ns.o [2020-08-06T00:00:23.336Z] #39 24.35 CC images/regfile.o [2020-08-06T00:00:23.336Z] #39 24.60 CC images/ghost-file.o [2020-08-06T00:00:23.336Z] #39 24.94 CC images/fifo.o [2020-08-06T00:00:23.336Z] #39 25.15 CC images/remap-file-path.o [2020-08-06T00:00:23.336Z] #39 25.31 CC images/eventfd.o [2020-08-06T00:00:23.336Z] #39 25.57 CC images/eventpoll.o [2020-08-06T00:00:23.336Z] #39 25.87 CC images/fh.o [2020-08-06T00:00:23.336Z] #39 26.20 CC images/fsnotify.o [2020-08-06T00:00:23.336Z] #39 26.73 CC images/signalfd.o [2020-08-06T00:00:23.336Z] #39 27.03 CC images/fs.o [2020-08-06T00:00:23.446Z] #39 25.73 CC images/fs.o [2020-08-06T00:00:23.485Z] #17 25.61 Selecting previously unselected package libnet1:s390x. [2020-08-06T00:00:23.485Z] #17 25.61 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2020-08-06T00:00:23.485Z] #17 25.61 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-08-06T00:00:23.485Z] #17 25.66 Selecting previously unselected package libnl-3-200:s390x. [2020-08-06T00:00:23.485Z] #17 25.67 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2020-08-06T00:00:23.485Z] #17 25.67 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2020-08-06T00:00:23.485Z] #17 25.73 Selecting previously unselected package libprotobuf-c1:s390x. [2020-08-06T00:00:23.485Z] #17 25.73 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2020-08-06T00:00:23.485Z] #17 25.73 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-08-06T00:00:23.485Z] #17 25.75 Selecting previously unselected package libreadline5:s390x. [2020-08-06T00:00:23.485Z] #17 25.76 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2020-08-06T00:00:23.485Z] #17 25.76 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-08-06T00:00:23.485Z] #17 25.82 Selecting previously unselected package net-tools. [2020-08-06T00:00:23.485Z] #17 25.82 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2020-08-06T00:00:23.485Z] #17 25.83 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:00:23.485Z] #17 25.97 Selecting previously unselected package python-pip-whl. [2020-08-06T00:00:23.485Z] #17 25.98 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-08-06T00:00:23.485Z] #17 25.98 Unpacking python-pip-whl (18.1-5) ... [2020-08-06T00:00:23.703Z] #39 25.94 CC images/pstree.o [2020-08-06T00:00:23.729Z] #39 ... [2020-08-06T00:00:23.729Z] [2020-08-06T00:00:23.729Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:23.729Z] #47 91.70 mvdan.cc/sh/v3/cmd/shfmt [2020-08-06T00:00:23.729Z] #47 DONE 97.0s [2020-08-06T00:00:23.729Z] [2020-08-06T00:00:23.729Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:23.729Z] #41 86.96 text/template [2020-08-06T00:00:23.729Z] #41 87.62 encoding/xml [2020-08-06T00:00:23.729Z] #41 92.30 go/doc [2020-08-06T00:00:23.729Z] #41 92.52 github.com/LK4D4/vndr/versioned [2020-08-06T00:00:23.729Z] #41 92.67 compress/flate [2020-08-06T00:00:23.729Z] #41 95.50 github.com/LK4D4/vndr/build [2020-08-06T00:00:23.729Z] #41 95.62 hash/crc32 [2020-08-06T00:00:23.729Z] #41 96.29 compress/gzip [2020-08-06T00:00:23.729Z] #41 97.24 net [2020-08-06T00:00:23.775Z] #17 26.34 Selecting previously unselected package python3-lib2to3. [2020-08-06T00:00:23.775Z] #17 26.34 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-08-06T00:00:23.775Z] #17 26.35 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-08-06T00:00:23.906Z] #39 27.25 CC images/pstree.o [2020-08-06T00:00:23.906Z] #39 27.45 CC images/pipe.o [2020-08-06T00:00:23.961Z] #39 26.23 CC images/pipe.o [2020-08-06T00:00:23.990Z] #41 ... [2020-08-06T00:00:23.990Z] [2020-08-06T00:00:23.990Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:23.990Z] #39 26.14 CC images/signalfd.o [2020-08-06T00:00:24.065Z] #17 26.43 Selecting previously unselected package python3-distutils. [2020-08-06T00:00:24.065Z] #17 26.43 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-08-06T00:00:24.065Z] #17 26.43 Unpacking python3-distutils (3.7.3-1) ... [2020-08-06T00:00:24.065Z] #17 26.50 Selecting previously unselected package python3-pip. [2020-08-06T00:00:24.065Z] #17 26.50 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-08-06T00:00:24.065Z] #17 26.50 Unpacking python3-pip (18.1-5) ... [2020-08-06T00:00:24.065Z] #17 26.61 Selecting previously unselected package python3-pkg-resources. [2020-08-06T00:00:24.065Z] #17 26.61 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-08-06T00:00:24.065Z] #17 26.61 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:00:24.065Z] #17 26.66 Selecting previously unselected package python3-setuptools. [2020-08-06T00:00:24.065Z] #17 26.67 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-08-06T00:00:24.065Z] #17 26.67 Unpacking python3-setuptools (40.8.0-1) ... [2020-08-06T00:00:24.065Z] #17 26.78 Selecting previously unselected package python3-wheel. [2020-08-06T00:00:24.166Z] #39 27.73 CC images/tcp-stream.o [2020-08-06T00:00:24.219Z] #39 26.53 CC images/tcp-stream.o [2020-08-06T00:00:24.250Z] #39 26.64 CC images/fs.o [2020-08-06T00:00:24.355Z] #17 26.78 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-08-06T00:00:24.355Z] #17 26.79 Unpacking python3-wheel (0.32.3-2) ... [2020-08-06T00:00:24.355Z] #17 26.84 Selecting previously unselected package sudo. [2020-08-06T00:00:24.355Z] #17 26.84 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... [2020-08-06T00:00:24.355Z] #17 26.84 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:00:24.426Z] #39 27.95 CC images/sk-packet.o [2020-08-06T00:00:24.476Z] #39 ... [2020-08-06T00:00:24.476Z] [2020-08-06T00:00:24.476Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:24.476Z] #47 92.52 mvdan.cc/sh/v3/cmd/shfmt [2020-08-06T00:00:24.476Z] #47 DONE 98.1s [2020-08-06T00:00:24.476Z] [2020-08-06T00:00:24.476Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:24.476Z] #39 26.79 CC images/sk-packet.o [2020-08-06T00:00:24.476Z] #39 ... [2020-08-06T00:00:24.476Z] [2020-08-06T00:00:24.476Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:24.476Z] #41 92.82 github.com/LK4D4/vndr/versioned [2020-08-06T00:00:24.476Z] #41 92.97 compress/flate [2020-08-06T00:00:24.476Z] #41 94.05 github.com/LK4D4/vndr/build [2020-08-06T00:00:24.476Z] #41 95.94 hash/crc32 [2020-08-06T00:00:24.476Z] #41 96.47 compress/gzip [2020-08-06T00:00:24.476Z] #41 97.22 net [2020-08-06T00:00:24.476Z] #41 97.29 vendor/golang.org/x/text/transform [2020-08-06T00:00:24.476Z] #41 97.87 vendor/golang.org/x/text/unicode/bidi [2020-08-06T00:00:24.509Z] #39 26.96 CC images/pstree.o [2020-08-06T00:00:24.561Z] #7 extracting sha256:b30cd9b955c0ceb20e9f825bbe2c006f22f1177b893b8c5c71bf14ce2b9252f9 3.5s done [2020-08-06T00:00:24.561Z] #7 extracting sha256:0357c8be19030c4575978b322aa8b57a77dfd780d26c8c2daba46dec9513ebe3 done [2020-08-06T00:00:24.645Z] #17 27.12 Selecting previously unselected package thin-provisioning-tools. [2020-08-06T00:00:24.645Z] #17 27.13 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2020-08-06T00:00:24.645Z] #17 27.13 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:00:24.645Z] #17 27.26 Selecting previously unselected package uidmap. [2020-08-06T00:00:24.645Z] #17 27.26 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2020-08-06T00:00:24.645Z] #17 27.27 Unpacking uidmap (1:4.5-1.1) ... [2020-08-06T00:00:24.645Z] #17 27.33 Selecting previously unselected package vim-runtime. [2020-08-06T00:00:24.645Z] #17 27.33 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:00:24.645Z] #17 27.35 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-08-06T00:00:24.686Z] #39 28.30 CC images/mnt.o [2020-08-06T00:00:24.769Z] #39 27.16 CC images/pipe.o [2020-08-06T00:00:24.935Z] #17 27.36 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-08-06T00:00:24.935Z] #17 27.36 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:00:25.028Z] #39 27.37 CC images/tcp-stream.o [2020-08-06T00:00:25.028Z] #39 27.56 CC images/sk-packet.o [2020-08-06T00:00:25.257Z] #39 28.66 CC images/pipe-data.o [2020-08-06T00:00:25.409Z] #41 ... [2020-08-06T00:00:25.409Z] [2020-08-06T00:00:25.409Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:25.409Z] #39 27.43 CC images/mnt.o [2020-08-06T00:00:25.409Z] #39 27.62 CC images/pipe-data.o [2020-08-06T00:00:25.507Z] #7 DONE 23.3s [2020-08-06T00:00:25.507Z] [2020-08-06T00:00:25.507Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2020-08-06T00:00:25.518Z] #39 28.94 CC images/sa.o [2020-08-06T00:00:25.597Z] #39 27.91 CC images/mnt.o [2020-08-06T00:00:25.597Z] #39 28.08 CC images/pipe-data.o [2020-08-06T00:00:25.666Z] #39 27.89 CC images/sa.o [2020-08-06T00:00:25.666Z] #39 28.10 CC images/timer.o [2020-08-06T00:00:25.778Z] #39 29.21 CC images/timer.o [2020-08-06T00:00:25.778Z] #39 ... [2020-08-06T00:00:25.778Z] [2020-08-06T00:00:25.778Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:25.778Z] #10 98.86 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-08-06T00:00:25.778Z] #10 ... [2020-08-06T00:00:25.778Z] [2020-08-06T00:00:25.778Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:25.778Z] #47 93.05 mvdan.cc/sh/v3/cmd/shfmt [2020-08-06T00:00:25.778Z] #47 DONE 98.9s [2020-08-06T00:00:25.778Z] [2020-08-06T00:00:25.778Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:25.778Z] #10 98.86 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-08-06T00:00:25.778Z] #10 98.89 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:25.857Z] #39 28.31 CC images/sa.o [2020-08-06T00:00:26.116Z] #39 28.49 CC images/timer.o [2020-08-06T00:00:26.231Z] #39 28.51 CC images/timerfd.o [2020-08-06T00:00:26.231Z] #39 28.71 CC images/mm.o [2020-08-06T00:00:26.376Z] #39 28.78 CC images/timerfd.o [2020-08-06T00:00:26.635Z] #39 29.02 CC images/mm.o [2020-08-06T00:00:26.796Z] #39 29.03 CC images/sk-opts.o [2020-08-06T00:00:26.996Z] #17 29.38 Selecting previously unselected package vim. [2020-08-06T00:00:26.996Z] #17 29.38 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2020-08-06T00:00:26.996Z] #17 29.39 Unpacking vim (2:8.1.0875-5) ... [2020-08-06T00:00:27.054Z] #39 29.24 CC images/sk-unix.o [2020-08-06T00:00:27.234Z] #39 29.41 CC images/sk-opts.o [2020-08-06T00:00:27.234Z] #39 29.61 CC images/sk-unix.o [2020-08-06T00:00:27.286Z] #17 29.75 Selecting previously unselected package xfsprogs. [2020-08-06T00:00:27.286Z] #17 29.76 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2020-08-06T00:00:27.286Z] #17 29.76 Unpacking xfsprogs (4.20.0-1) ... [2020-08-06T00:00:27.312Z] #39 29.53 CC images/sk-inet.o [2020-08-06T00:00:27.430Z] #8 DONE 2.0s [2020-08-06T00:00:27.430Z] [2020-08-06T00:00:27.430Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2020-08-06T00:00:27.513Z] #39 29.91 CC images/sk-inet.o [2020-08-06T00:00:27.570Z] #39 29.98 CC images/tun.o [2020-08-06T00:00:27.577Z] #17 30.07 Selecting previously unselected package zip. [2020-08-06T00:00:27.577Z] #17 30.07 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2020-08-06T00:00:27.577Z] #17 30.09 Unpacking zip (3.0-11+b1) ... [2020-08-06T00:00:27.577Z] #17 30.18 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:00:27.577Z] #17 30.19 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:00:27.577Z] #17 30.20 Setting up libip6tc0:s390x (1.8.2-4) ... [2020-08-06T00:00:27.577Z] #17 30.21 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2020-08-06T00:00:27.577Z] #17 30.22 Setting up libgpm2:s390x (1.20.7-5) ... [2020-08-06T00:00:27.577Z] #17 30.22 Setting up libip4tc0:s390x (1.8.2-4) ... [2020-08-06T00:00:27.577Z] #17 30.23 Setting up uidmap (1:4.5-1.1) ... [2020-08-06T00:00:27.577Z] #17 30.24 Setting up libnftnl11:s390x (1.1.2-2) ... [2020-08-06T00:00:27.577Z] #17 30.25 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2020-08-06T00:00:27.625Z] #42 16.46 vendor/golang.org/x/crypto/internal/subtle [2020-08-06T00:00:27.781Z] #39 30.29 CC images/tun.o [2020-08-06T00:00:27.827Z] #39 30.23 CC images/sk-netlink.o [2020-08-06T00:00:27.867Z] #17 30.25 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:00:27.867Z] #17 30.26 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2020-08-06T00:00:27.867Z] #17 30.27 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2020-08-06T00:00:27.867Z] #17 30.27 Setting up xxd (2:8.1.0875-5) ... [2020-08-06T00:00:27.867Z] #17 30.28 Setting up zip (3.0-11+b1) ... [2020-08-06T00:00:27.867Z] #17 30.29 Setting up vim-common (2:8.1.0875-5) ... [2020-08-06T00:00:27.867Z] #17 30.31 Setting up bash-completion (1:2.8-6) ... [2020-08-06T00:00:27.924Z] #42 ... [2020-08-06T00:00:27.924Z] [2020-08-06T00:00:27.924Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:27.924Z] #48 11.87 + cd /tmp/tmp.rnefgVe4F6/src/github.com/mvdan/sh [2020-08-06T00:00:27.924Z] #48 11.88 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-06T00:00:27.924Z] #48 11.99 + GO111MODULE=on [2020-08-06T00:00:27.924Z] #48 11.99 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-08-06T00:00:27.924Z] #48 13.67 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-06T00:00:27.924Z] #48 13.69 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-06T00:00:27.924Z] #48 13.70 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-06T00:00:27.924Z] #48 13.96 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-06T00:00:27.924Z] #48 14.03 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-06T00:00:27.924Z] #48 15.48 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-06T00:00:27.924Z] #48 16.48 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-06T00:00:28.084Z] #39 30.45 CC images/packet-sock.o [2020-08-06T00:00:28.157Z] #17 ... [2020-08-06T00:00:28.157Z] [2020-08-06T00:00:28.157Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:28.157Z] #39 65.24 CC criu/cr-service.o [2020-08-06T00:00:28.157Z] #39 66.01 CC criu/crtools.o [2020-08-06T00:00:28.157Z] #39 66.36 CC criu/eventfd.o [2020-08-06T00:00:28.157Z] #39 66.56 CC criu/eventpoll.o [2020-08-06T00:00:28.157Z] #39 67.13 CC criu/external.o [2020-08-06T00:00:28.157Z] #39 67.34 CC criu/fault-injection.o [2020-08-06T00:00:28.157Z] #39 67.40 CC criu/fdstore.o [2020-08-06T00:00:28.157Z] #39 67.60 CC criu/fifo.o [2020-08-06T00:00:28.157Z] #39 67.84 CC criu/file-ids.o [2020-08-06T00:00:28.157Z] #39 67.96 CC criu/file-lock.o [2020-08-06T00:00:28.157Z] #39 68.35 CC criu/files-ext.o [2020-08-06T00:00:28.157Z] #39 68.56 CC criu/files-reg.o [2020-08-06T00:00:28.157Z] #39 69.84 CC criu/files.o [2020-08-06T00:00:28.157Z] #39 70.99 CC criu/filesystems.o [2020-08-06T00:00:28.158Z] #39 71.36 CC criu/fsnotify.o [2020-08-06T00:00:28.158Z] #39 72.00 CC criu/image-desc.o [2020-08-06T00:00:28.158Z] #39 72.06 CC criu/image.o [2020-08-06T00:00:28.158Z] #39 72.45 CC criu/ipc_ns.o [2020-08-06T00:00:28.158Z] #39 73.15 CC criu/irmap.o [2020-08-06T00:00:28.158Z] #39 73.47 CC criu/kcmp-ids.o [2020-08-06T00:00:28.158Z] #39 73.63 CC criu/kerndat.o [2020-08-06T00:00:28.158Z] #39 74.00 CC criu/libnetlink.o [2020-08-06T00:00:28.158Z] #39 74.16 CC criu/log.o [2020-08-06T00:00:28.158Z] #39 74.34 CC criu/lsm.o [2020-08-06T00:00:28.158Z] #39 74.48 CC criu/mem.o [2020-08-06T00:00:28.342Z] #39 30.72 CC images/ipc-var.o [2020-08-06T00:00:28.370Z] #39 30.61 CC images/sk-netlink.o [2020-08-06T00:00:28.370Z] #39 30.89 CC images/packet-sock.o [2020-08-06T00:00:28.599Z] #39 31.00 CC images/ipc-desc.o [2020-08-06T00:00:28.788Z] #39 75.62 CC criu/memfd.o [2020-08-06T00:00:28.856Z] #39 31.18 CC images/ipc-shm.o [2020-08-06T00:00:29.078Z] #39 75.91 CC criu/mount.o [2020-08-06T00:00:29.078Z] #39 ... [2020-08-06T00:00:29.078Z] [2020-08-06T00:00:29.078Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:00:29.078Z] #17 31.73 Setting up libiptc0:s390x (1.8.2-4) ... [2020-08-06T00:00:29.078Z] #17 31.74 Setting up xz-utils (5.2.4-1) ... [2020-08-06T00:00:29.078Z] #17 31.75 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-08-06T00:00:29.078Z] #17 31.75 Setting up sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:00:29.078Z] #17 31.78 invoke-rc.d: could not determine current runlevel [2020-08-06T00:00:29.078Z] #17 31.80 invoke-rc.d: policy-rc.d denied execution of start. [2020-08-06T00:00:29.078Z] #17 31.80 Setting up pigz (2.4-1) ... [2020-08-06T00:00:29.078Z] #17 31.81 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2020-08-06T00:00:29.078Z] #17 31.81 Setting up libnl-3-200:s390x (3.4.0-1) ... [2020-08-06T00:00:29.078Z] #17 31.82 Setting up python-pip-whl (18.1-5) ... [2020-08-06T00:00:29.078Z] #17 31.83 Setting up libmpdec2:s390x (2.4.2-2) ... [2020-08-06T00:00:29.114Z] #39 31.33 CC images/ipc-msg.o [2020-08-06T00:00:29.114Z] #39 31.59 CC images/ipc-sem.o [2020-08-06T00:00:29.312Z] #39 31.34 CC images/ipc-var.o [2020-08-06T00:00:29.312Z] #39 31.57 CC images/ipc-desc.o [2020-08-06T00:00:29.312Z] #39 31.78 CC images/ipc-shm.o [2020-08-06T00:00:29.368Z] #17 31.84 Setting up vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:00:29.368Z] #17 32.04 Setting up libaio1:s390x (0.3.112-3) ... [2020-08-06T00:00:29.368Z] #17 32.05 Setting up libonig5:s390x (6.9.1-1) ... [2020-08-06T00:00:29.368Z] #17 32.06 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2020-08-06T00:00:29.368Z] #17 32.06 Setting up vim (2:8.1.0875-5) ... [2020-08-06T00:00:29.368Z] #17 32.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-08-06T00:00:29.368Z] #17 32.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-08-06T00:00:29.368Z] #17 32.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-08-06T00:00:29.368Z] #17 32.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-08-06T00:00:29.368Z] #17 32.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-08-06T00:00:29.368Z] #17 32.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-08-06T00:00:29.368Z] #17 32.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-08-06T00:00:29.463Z] #48 18.20 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-06T00:00:29.463Z] #48 ... [2020-08-06T00:00:29.463Z] [2020-08-06T00:00:29.463Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:29.463Z] #44 8.285 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-06T00:00:29.463Z] #44 8.696 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-06T00:00:29.463Z] #44 9.114 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-06T00:00:29.463Z] #44 11.96 go: finding github.com/fatih/color v1.6.0 [2020-08-06T00:00:29.463Z] #44 11.98 go: finding github.com/sirupsen/logrus v1.0.5 [2020-08-06T00:00:29.463Z] #44 11.99 go: finding github.com/pkg/errors v0.8.0 [2020-08-06T00:00:29.463Z] #44 12.13 go: finding github.com/spf13/pflag v1.0.1 [2020-08-06T00:00:29.463Z] #44 12.16 go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-06T00:00:29.463Z] #44 12.23 go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-06T00:00:29.463Z] #44 12.53 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-06T00:00:29.463Z] #44 12.53 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-08-06T00:00:29.463Z] #44 12.54 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-06T00:00:29.463Z] #44 12.65 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-06T00:00:29.463Z] #44 12.80 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-06T00:00:29.658Z] #17 32.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-08-06T00:00:29.658Z] #17 32.10 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2020-08-06T00:00:29.658Z] #17 32.11 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:00:29.658Z] #17 32.11 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2020-08-06T00:00:29.658Z] #17 32.12 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-06T00:00:29.658Z] #17 32.13 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2020-08-06T00:00:29.658Z] #17 32.13 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:00:29.678Z] #39 31.77 CC images/utsns.o [2020-08-06T00:00:29.678Z] #39 32.00 CC images/creds.o [2020-08-06T00:00:29.880Z] #39 32.09 CC images/ipc-msg.o [2020-08-06T00:00:29.880Z] #39 32.34 CC images/ipc-sem.o [2020-08-06T00:00:29.936Z] #39 32.24 CC images/vma.o [2020-08-06T00:00:29.983Z] #9 DONE 2.5s [2020-08-06T00:00:29.983Z] [2020-08-06T00:00:29.983Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2020-08-06T00:00:29.983Z] #35 DONE 0.2s [2020-08-06T00:00:29.983Z] [2020-08-06T00:00:29.983Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2020-08-06T00:00:29.983Z] #27 DONE 0.2s [2020-08-06T00:00:29.983Z] [2020-08-06T00:00:29.983Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:00:30.139Z] #39 32.59 CC images/utsns.o [2020-08-06T00:00:30.193Z] #39 32.52 CC images/netdev.o [2020-08-06T00:00:30.398Z] #39 32.78 CC images/creds.o [2020-08-06T00:00:30.452Z] #39 32.89 CC images/tty.o [2020-08-06T00:00:30.526Z] #44 ... [2020-08-06T00:00:30.526Z] [2020-08-06T00:00:30.526Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:30.659Z] #39 32.96 CC images/vma.o [2020-08-06T00:00:30.659Z] #39 33.11 CC images/netdev.o [2020-08-06T00:00:31.062Z] #10 ... [2020-08-06T00:00:31.062Z] [2020-08-06T00:00:31.062Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:31.062Z] #39 29.68 CC images/timerfd.o [2020-08-06T00:00:31.062Z] #39 30.09 CC images/mm.o [2020-08-06T00:00:31.062Z] #39 30.50 CC images/sk-opts.o [2020-08-06T00:00:31.062Z] #39 30.71 CC images/sk-unix.o [2020-08-06T00:00:31.062Z] #39 30.99 CC images/sk-inet.o [2020-08-06T00:00:31.062Z] #39 31.32 CC images/tun.o [2020-08-06T00:00:31.062Z] #39 31.52 CC images/sk-netlink.o [2020-08-06T00:00:31.062Z] #39 31.75 CC images/packet-sock.o [2020-08-06T00:00:31.062Z] #39 32.08 CC images/ipc-var.o [2020-08-06T00:00:31.062Z] #39 32.25 CC images/ipc-desc.o [2020-08-06T00:00:31.062Z] #39 32.42 CC images/ipc-shm.o [2020-08-06T00:00:31.062Z] #39 32.57 CC images/ipc-msg.o [2020-08-06T00:00:31.062Z] #39 32.88 CC images/ipc-sem.o [2020-08-06T00:00:31.062Z] #39 33.04 CC images/utsns.o [2020-08-06T00:00:31.062Z] #39 33.28 CC images/creds.o [2020-08-06T00:00:31.062Z] #39 33.49 CC images/vma.o [2020-08-06T00:00:31.062Z] #39 33.71 CC images/netdev.o [2020-08-06T00:00:31.062Z] #39 34.11 CC images/tty.o [2020-08-06T00:00:31.062Z] #39 34.61 CC images/file-lock.o [2020-08-06T00:00:31.122Z] #60 19.24 Checking out files: 63% (1321/2067) Checking out files: 64% (1323/2067) Checking out files: 65% (1344/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-08-06T00:00:31.122Z] #60 19.89 + cd /tmp/tmp.76wuXC3xBM/src/github.com/docker/libnetwork [2020-08-06T00:00:31.122Z] #60 19.89 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-08-06T00:00:31.161Z] #17 33.79 Setting up iptables (1.8.2-4) ... [2020-08-06T00:00:31.161Z] #17 33.81 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:00:31.161Z] #17 33.82 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:00:31.161Z] #17 33.82 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:00:31.161Z] #17 33.83 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:00:31.161Z] #17 33.83 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-08-06T00:00:31.227Z] #39 33.43 CC images/tty.o [2020-08-06T00:00:31.321Z] #39 34.81 CC images/rlimit.o [2020-08-06T00:00:31.442Z] #39 33.50 CC images/file-lock.o [2020-08-06T00:00:31.442Z] #39 33.67 CC images/rlimit.o [2020-08-06T00:00:31.442Z] #39 33.83 CC images/pagemap.o [2020-08-06T00:00:31.451Z] #17 33.83 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-08-06T00:00:31.451Z] #17 33.84 Setting up python3 (3.7.3-1) ... [2020-08-06T00:00:31.582Z] #39 34.98 CC images/pagemap.o [2020-08-06T00:00:31.742Z] #17 34.14 Setting up python3-wheel (0.32.3-2) ... [2020-08-06T00:00:31.769Z] #60 20.59 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-08-06T00:00:31.795Z] #39 33.96 CC images/file-lock.o [2020-08-06T00:00:31.795Z] #39 34.17 CC images/rlimit.o [2020-08-06T00:00:31.841Z] #39 35.32 CC images/siginfo.o [2020-08-06T00:00:32.009Z] #39 34.11 CC images/siginfo.o [2020-08-06T00:00:32.009Z] #39 34.36 CC images/rpc.o [2020-08-06T00:00:32.032Z] #17 34.52 Setting up apparmor (2.13.2-10) ... [2020-08-06T00:00:32.054Z] #39 34.34 CC images/pagemap.o [2020-08-06T00:00:32.101Z] #39 35.60 CC images/rpc.o [2020-08-06T00:00:32.314Z] #39 34.59 CC images/siginfo.o [2020-08-06T00:00:32.574Z] #39 34.84 CC images/rpc.o [2020-08-06T00:00:33.040Z] #39 36.73 CC images/ext-file.o [2020-08-06T00:00:33.065Z] #17 35.48 Setting up xfsprogs (4.20.0-1) ... [2020-08-06T00:00:33.065Z] #17 35.49 Setting up python3-lib2to3 (3.7.3-1) ... [2020-08-06T00:00:33.065Z] #17 35.68 Setting up python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:00:33.382Z] #39 35.43 CC images/ext-file.o [2020-08-06T00:00:33.382Z] #39 35.67 CC images/cgroup.o [2020-08-06T00:00:33.513Z] #39 35.97 CC images/ext-file.o [2020-08-06T00:00:33.609Z] #39 36.92 CC images/cgroup.o [2020-08-06T00:00:33.695Z] #17 36.28 Setting up python3-distutils (3.7.3-1) ... [2020-08-06T00:00:33.773Z] #39 36.20 CC images/cgroup.o [2020-08-06T00:00:33.869Z] #39 ... [2020-08-06T00:00:33.869Z] [2020-08-06T00:00:33.869Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:33.869Z] #41 96.79 vendor/golang.org/x/crypto/cryptobyte [2020-08-06T00:00:33.869Z] #41 98.60 net [2020-08-06T00:00:33.869Z] #41 98.91 vendor/golang.org/x/crypto/internal/chacha20 [2020-08-06T00:00:33.869Z] #41 99.73 vendor/golang.org/x/crypto/poly1305 [2020-08-06T00:00:33.869Z] #41 100.2 vendor/golang.org/x/sys/cpu [2020-08-06T00:00:33.869Z] #41 100.4 vendor/golang.org/x/crypto/chacha20poly1305 [2020-08-06T00:00:33.869Z] #41 101.5 vendor/golang.org/x/crypto/hkdf [2020-08-06T00:00:33.869Z] #41 101.7 vendor/golang.org/x/text/transform [2020-08-06T00:00:33.869Z] #41 102.3 vendor/golang.org/x/text/unicode/bidi [2020-08-06T00:00:33.869Z] #41 104.0 vendor/golang.org/x/text/secure/bidirule [2020-08-06T00:00:33.869Z] #41 104.3 vendor/golang.org/x/text/unicode/norm [2020-08-06T00:00:33.947Z] #39 36.24 CC images/userns.o [2020-08-06T00:00:33.985Z] #17 36.56 Setting up python3-setuptools (40.8.0-1) ... [2020-08-06T00:00:34.129Z] #41 ... [2020-08-06T00:00:34.129Z] [2020-08-06T00:00:34.129Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:34.129Z] #39 37.49 CC images/userns.o [2020-08-06T00:00:34.129Z] #39 37.77 CC images/google/protobuf/descriptor.o [2020-08-06T00:00:34.205Z] #39 36.50 CC images/google/protobuf/descriptor.o [2020-08-06T00:00:34.342Z] #39 36.78 CC images/userns.o [2020-08-06T00:00:34.601Z] #39 37.13 CC images/google/protobuf/descriptor.o [2020-08-06T00:00:34.770Z] #39 ... [2020-08-06T00:00:34.770Z] [2020-08-06T00:00:34.770Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:34.770Z] #54 108.4 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-06T00:00:34.770Z] #54 108.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-08-06T00:00:35.017Z] #17 37.29 Setting up python3-pip (18.1-5) ... [2020-08-06T00:00:35.308Z] #17 37.87 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:00:35.308Z] #17 37.90 Processing triggers for mime-support (3.62) ... [2020-08-06T00:00:35.333Z] #28 ... [2020-08-06T00:00:35.333Z] [2020-08-06T00:00:35.333Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:35.333Z] #43 4.939 + RM_GOPATH=0 [2020-08-06T00:00:35.333Z] #43 4.939 + TMP_GOPATH= [2020-08-06T00:00:35.333Z] #43 4.939 + : /build [2020-08-06T00:00:35.333Z] #43 4.939 + '[' -z '' ']' [2020-08-06T00:00:35.333Z] #43 4.939 ++ mktemp -d [2020-08-06T00:00:35.333Z] #43 4.941 + export GOPATH=/tmp/tmp.41MiZ1ZKwk [2020-08-06T00:00:35.333Z] #43 4.942 + GOPATH=/tmp/tmp.41MiZ1ZKwk [2020-08-06T00:00:35.333Z] #43 4.942 + RM_GOPATH=1 [2020-08-06T00:00:35.333Z] #43 4.945 + case "$(go env GOARCH)" in [2020-08-06T00:00:35.333Z] #43 4.945 ++ go env GOARCH [2020-08-06T00:00:35.333Z] #43 4.975 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:35.333Z] #43 4.975 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:35.333Z] #43 4.975 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:35.333Z] #43 4.975 + dir=/tmp/install [2020-08-06T00:00:35.333Z] #43 4.975 + bin=gotestsum [2020-08-06T00:00:35.333Z] #43 4.975 + shift [2020-08-06T00:00:35.333Z] #43 4.975 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2020-08-06T00:00:35.333Z] #43 4.975 + . /tmp/install/gotestsum.installer [2020-08-06T00:00:35.333Z] #43 4.975 ++ : v0.3.5 [2020-08-06T00:00:35.333Z] #43 4.975 + install_gotestsum [2020-08-06T00:00:35.333Z] #43 4.986 + set -e [2020-08-06T00:00:35.333Z] #43 4.986 + export GO111MODULE=on [2020-08-06T00:00:35.333Z] #43 4.986 + GO111MODULE=on [2020-08-06T00:00:35.333Z] #43 4.986 + GOBIN=/build [2020-08-06T00:00:35.333Z] #43 4.986 + go get gotest.tools/gotestsum@v0.3.5 [2020-08-06T00:00:35.333Z] #43 5.217 go: finding gotest.tools/gotestsum v0.3.5 [2020-08-06T00:00:35.333Z] #43 5.221 go: finding gotest.tools v0.3.5 [2020-08-06T00:00:35.540Z] #39 ... [2020-08-06T00:00:35.540Z] [2020-08-06T00:00:35.540Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:35.540Z] #41 99.08 vendor/golang.org/x/text/transform [2020-08-06T00:00:35.540Z] #41 99.71 vendor/golang.org/x/text/unicode/bidi [2020-08-06T00:00:35.540Z] #41 101.0 vendor/golang.org/x/text/secure/bidirule [2020-08-06T00:00:35.540Z] #41 101.3 vendor/golang.org/x/text/unicode/norm [2020-08-06T00:00:35.540Z] #41 105.5 vendor/golang.org/x/net/idna [2020-08-06T00:00:35.540Z] #41 107.5 vendor/golang.org/x/net/http2/hpack [2020-08-06T00:00:35.540Z] #41 108.7 mime [2020-08-06T00:00:35.597Z] #43 ... [2020-08-06T00:00:35.597Z] [2020-08-06T00:00:35.597Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:35.597Z] #45 5.691 + RM_GOPATH=0 [2020-08-06T00:00:35.597Z] #45 5.691 + TMP_GOPATH= [2020-08-06T00:00:35.597Z] #45 5.691 + : /build [2020-08-06T00:00:35.597Z] #45 5.692 + '[' -z '' ']' [2020-08-06T00:00:35.597Z] #45 5.693 ++ mktemp -d [2020-08-06T00:00:35.597Z] #45 5.696 + export GOPATH=/tmp/tmp.P3BM37PPea [2020-08-06T00:00:35.597Z] #45 5.696 + GOPATH=/tmp/tmp.P3BM37PPea [2020-08-06T00:00:35.597Z] #45 5.696 + RM_GOPATH=1 [2020-08-06T00:00:35.597Z] #45 5.696 + case "$(go env GOARCH)" in [2020-08-06T00:00:35.597Z] #45 5.697 ++ go env GOARCH [2020-08-06T00:00:35.597Z] #45 5.779 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:35.597Z] #45 5.780 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:35.597Z] #45 5.782 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:35.597Z] #45 5.790 + dir=/tmp/install [2020-08-06T00:00:35.597Z] #45 5.790 + bin=golangci_lint [2020-08-06T00:00:35.597Z] #45 5.791 + shift [2020-08-06T00:00:35.597Z] #45 5.791 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2020-08-06T00:00:35.597Z] #45 5.791 + . /tmp/install/golangci_lint.installer [2020-08-06T00:00:35.597Z] #45 5.792 ++ : v1.23.8 [2020-08-06T00:00:35.597Z] #45 5.793 + install_golangci_lint [2020-08-06T00:00:35.597Z] #45 5.795 + echo 'Installing golangci-lint version v1.23.8' [2020-08-06T00:00:35.597Z] #45 5.795 Installing golangci-lint version v1.23.8 [2020-08-06T00:00:35.597Z] #45 5.796 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-06T00:00:35.939Z] #17 DONE 38.4s [2020-08-06T00:00:35.939Z] [2020-08-06T00:00:35.939Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-08-06T00:00:36.037Z] #39 39.40 CC images/opts.o [2020-08-06T00:00:36.037Z] #39 39.59 CC images/seccomp.o [2020-08-06T00:00:36.174Z] #45 ... [2020-08-06T00:00:36.174Z] [2020-08-06T00:00:36.174Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:36.174Z] #43 6.240 go: downloading gotest.tools/gotestsum v0.3.5 [2020-08-06T00:00:36.297Z] #39 39.85 CC images/binfmt-misc.o [2020-08-06T00:00:36.302Z] #60 ... [2020-08-06T00:00:36.302Z] [2020-08-06T00:00:36.302Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:00:36.302Z] #39 14.95 Fetched 8148 kB in 14s (589 kB/s) [2020-08-06T00:00:36.302Z] #39 14.95 Reading package lists... [2020-08-06T00:00:36.302Z] #39 22.38 Reading package lists... [2020-08-06T00:00:36.302Z] #39 ... [2020-08-06T00:00:36.302Z] [2020-08-06T00:00:36.302Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:00:36.302Z] #33 15.04 Fetched 8148 kB in 14s (585 kB/s) [2020-08-06T00:00:36.302Z] #33 15.04 Reading package lists... [2020-08-06T00:00:36.478Z] #41 ... [2020-08-06T00:00:36.478Z] [2020-08-06T00:00:36.478Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:36.478Z] #39 38.77 CC images/opts.o [2020-08-06T00:00:36.557Z] #39 40.11 CC images/time.o [2020-08-06T00:00:36.589Z] #18 0.919 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-08-06T00:00:36.589Z] #18 0.925 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-08-06T00:00:36.589Z] #18 0.927 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-08-06T00:00:36.605Z] #33 22.15 Reading package lists... [2020-08-06T00:00:36.605Z] #33 ... [2020-08-06T00:00:36.605Z] [2020-08-06T00:00:36.605Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:36.605Z] #48 19.91 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-06T00:00:36.605Z] #48 19.97 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-06T00:00:36.605Z] #48 20.24 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-06T00:00:36.605Z] #48 20.56 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-06T00:00:36.605Z] #48 21.72 runtime/cgo [2020-08-06T00:00:36.605Z] #48 21.94 runtime [2020-08-06T00:00:36.667Z] #54 ... [2020-08-06T00:00:36.667Z] [2020-08-06T00:00:36.667Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:36.667Z] #41 100.0 vendor/golang.org/x/text/secure/bidirule [2020-08-06T00:00:36.667Z] #41 100.3 vendor/golang.org/x/text/unicode/norm [2020-08-06T00:00:36.667Z] #41 103.9 vendor/golang.org/x/net/idna [2020-08-06T00:00:36.667Z] #41 106.4 vendor/golang.org/x/net/http2/hpack [2020-08-06T00:00:36.667Z] #41 107.4 mime [2020-08-06T00:00:36.667Z] #41 109.2 mime/quotedprintable [2020-08-06T00:00:36.667Z] #41 109.5 net/http/internal [2020-08-06T00:00:36.667Z] #41 ... [2020-08-06T00:00:36.667Z] [2020-08-06T00:00:36.667Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:36.667Z] #39 37.99 CC images/opts.o [2020-08-06T00:00:36.667Z] #39 38.27 CC images/seccomp.o [2020-08-06T00:00:36.667Z] #39 38.53 CC images/binfmt-misc.o [2020-08-06T00:00:36.667Z] #39 38.68 CC images/time.o [2020-08-06T00:00:36.667Z] #39 38.88 CC images/sysctl.o [2020-08-06T00:00:36.667Z] #39 39.05 CC images/autofs.o [2020-08-06T00:00:36.737Z] #39 38.96 CC images/seccomp.o [2020-08-06T00:00:36.737Z] #39 39.22 CC images/binfmt-misc.o [2020-08-06T00:00:36.752Z] #43 6.747 go: extracting gotest.tools/gotestsum v0.3.5 [2020-08-06T00:00:36.817Z] #39 40.38 CC images/sysctl.o [2020-08-06T00:00:36.881Z] #18 DONE 1.1s [2020-08-06T00:00:36.881Z] [2020-08-06T00:00:36.881Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:00:36.903Z] #48 ... [2020-08-06T00:00:36.903Z] [2020-08-06T00:00:36.903Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-06T00:00:36.903Z] #52 15.53 Fetched 8148 kB in 15s (556 kB/s) [2020-08-06T00:00:36.903Z] #52 15.53 Reading package lists... [2020-08-06T00:00:36.903Z] #52 22.85 Reading package lists... [2020-08-06T00:00:36.903Z] #52 ... [2020-08-06T00:00:36.903Z] [2020-08-06T00:00:36.903Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:00:36.903Z] #37 15.55 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-08-06T00:00:36.903Z] #37 17.94 + 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-08-06T00:00:36.925Z] #39 39.27 CC images/macvlan.o [2020-08-06T00:00:36.997Z] #39 39.49 CC images/time.o [2020-08-06T00:00:37.077Z] #39 40.57 CC images/autofs.o [2020-08-06T00:00:37.183Z] #39 39.45 CC images/sit.o [2020-08-06T00:00:37.203Z] #37 ... [2020-08-06T00:00:37.203Z] [2020-08-06T00:00:37.203Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-06T00:00:37.203Z] #24 15.52 Fetched 8148 kB in 14s (567 kB/s) [2020-08-06T00:00:37.203Z] #24 15.52 Reading package lists... [2020-08-06T00:00:37.203Z] #24 21.39 Reading package lists... [2020-08-06T00:00:37.203Z] #24 ... [2020-08-06T00:00:37.203Z] [2020-08-06T00:00:37.203Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:37.203Z] #11 16.11 Fetched 8148 kB in 15s (541 kB/s) [2020-08-06T00:00:37.203Z] #11 16.11 Reading package lists... [2020-08-06T00:00:37.256Z] #39 39.69 CC images/sysctl.o [2020-08-06T00:00:37.332Z] #43 7.549 go: downloading gotest.tools v2.1.0+incompatible [2020-08-06T00:00:37.332Z] #43 7.618 go: extracting gotest.tools v2.1.0+incompatible [2020-08-06T00:00:37.336Z] #39 40.72 CC images/macvlan.o [2020-08-06T00:00:37.336Z] #39 40.88 CC images/sit.o [2020-08-06T00:00:37.440Z] #39 39.67 CC images/memfd.o [2020-08-06T00:00:37.516Z] #39 39.90 CC images/autofs.o [2020-08-06T00:00:37.595Z] #39 41.15 CC images/memfd.o [2020-08-06T00:00:37.596Z] #43 7.716 go: downloading github.com/spf13/pflag v1.0.1 [2020-08-06T00:00:37.596Z] #43 7.760 go: downloading github.com/sirupsen/logrus v1.0.5 [2020-08-06T00:00:37.596Z] #43 7.762 go: downloading github.com/pkg/errors v0.8.0 [2020-08-06T00:00:37.596Z] #43 7.844 go: downloading github.com/fatih/color v1.6.0 [2020-08-06T00:00:37.698Z] #39 39.89 CC images/timens.o [2020-08-06T00:00:37.698Z] #39 ... [2020-08-06T00:00:37.698Z] [2020-08-06T00:00:37.698Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:37.698Z] #10 101.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-08-06T00:00:37.698Z] #10 101.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-08-06T00:00:37.698Z] #10 101.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:37.775Z] #39 40.19 CC images/macvlan.o [2020-08-06T00:00:37.882Z] #43 7.992 go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-08-06T00:00:37.882Z] #43 8.030 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-06T00:00:37.956Z] #10 ... [2020-08-06T00:00:37.956Z] [2020-08-06T00:00:37.956Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:37.956Z] #39 40.33 LINK images/built-in.o [2020-08-06T00:00:38.035Z] #39 40.37 CC images/sit.o [2020-08-06T00:00:38.147Z] #43 8.129 go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-08-06T00:00:38.147Z] #43 8.142 go: extracting github.com/pkg/errors v0.8.0 [2020-08-06T00:00:38.147Z] #43 8.339 go: extracting github.com/sirupsen/logrus v1.0.5 [2020-08-06T00:00:38.164Z] #39 41.49 CC images/timens.o [2020-08-06T00:00:38.164Z] #39 41.71 LINK images/built-in.o [2020-08-06T00:00:38.164Z] #39 41.86 GEN compel/include/asm [2020-08-06T00:00:38.213Z] #39 40.47 GEN compel/include/asm [2020-08-06T00:00:38.213Z] #39 40.50 GEN compel/include/version.h [2020-08-06T00:00:38.213Z] #39 40.52 touch .config [2020-08-06T00:00:38.213Z] #39 40.55 GEN include/common/config.h [2020-08-06T00:00:38.295Z] #39 40.58 CC images/memfd.o [2020-08-06T00:00:38.295Z] #39 ... [2020-08-06T00:00:38.295Z] [2020-08-06T00:00:38.295Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:38.295Z] #10 101.8 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-08-06T00:00:38.295Z] #10 101.8 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2020-08-06T00:00:38.295Z] #10 101.8 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:38.405Z] #19 ... [2020-08-06T00:00:38.405Z] [2020-08-06T00:00:38.405Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:38.405Z] #49 46.63 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-08-06T00:00:38.405Z] #49 47.80 + mkdir -p /build [2020-08-06T00:00:38.405Z] #49 47.80 + cp runc /build/runc [2020-08-06T00:00:38.405Z] #49 DONE 48.1s [2020-08-06T00:00:38.405Z] [2020-08-06T00:00:38.405Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:38.405Z] #39 77.92 CC criu/namespaces.o [2020-08-06T00:00:38.405Z] #39 79.15 CC criu/net.o [2020-08-06T00:00:38.405Z] #39 80.98 CC criu/netfilter.o [2020-08-06T00:00:38.405Z] #39 81.15 CC criu/page-pipe.o [2020-08-06T00:00:38.405Z] #39 81.56 CC criu/page-xfer.o [2020-08-06T00:00:38.405Z] #39 82.48 CC criu/pagemap-cache.o [2020-08-06T00:00:38.405Z] #39 82.69 CC criu/pagemap.o [2020-08-06T00:00:38.405Z] #39 83.24 CC criu/parasite-syscall.o [2020-08-06T00:00:38.405Z] #39 83.76 CC criu/path.o [2020-08-06T00:00:38.405Z] #39 83.87 CC criu/pie-util-vdso.o [2020-08-06T00:00:38.405Z] #39 84.10 CC criu/pie-util.o [2020-08-06T00:00:38.405Z] #39 84.18 CC criu/pipes.o [2020-08-06T00:00:38.405Z] #39 84.67 CC criu/plugin.o [2020-08-06T00:00:38.405Z] #39 84.93 CC criu/proc_parse.o [2020-08-06T00:00:38.421Z] #43 8.411 go: extracting github.com/fatih/color v1.6.0 [2020-08-06T00:00:38.421Z] #43 8.613 go: downloading github.com/mattn/go-isatty v0.0.3 [2020-08-06T00:00:38.424Z] #39 41.88 GEN compel/include/version.h [2020-08-06T00:00:38.424Z] #39 41.91 touch .config [2020-08-06T00:00:38.424Z] #39 41.96 GEN include/common/config.h [2020-08-06T00:00:38.424Z] #39 42.04 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-08-06T00:00:38.424Z] #39 42.07 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-08-06T00:00:38.471Z] #39 40.63 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-08-06T00:00:38.471Z] #39 40.66 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-08-06T00:00:38.471Z] #39 40.68 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-08-06T00:00:38.471Z] #39 40.69 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-08-06T00:00:38.471Z] #39 40.73 DEP compel/arch/x86/plugins/std/memcpy.d [2020-08-06T00:00:38.471Z] #39 40.77 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-08-06T00:00:38.471Z] #39 40.80 GEN compel/plugins/include/uapi/std/syscall.h [2020-08-06T00:00:38.471Z] #39 40.82 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-08-06T00:00:38.471Z] #39 40.83 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-08-06T00:00:38.471Z] #39 40.85 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-08-06T00:00:38.554Z] #10 ... [2020-08-06T00:00:38.555Z] [2020-08-06T00:00:38.555Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:38.555Z] #54 110.5 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-06T00:00:38.555Z] #54 110.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-08-06T00:00:38.683Z] #39 42.09 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-08-06T00:00:38.684Z] #39 42.11 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-08-06T00:00:38.684Z] #39 42.13 DEP compel/arch/x86/plugins/std/memcpy.d [2020-08-06T00:00:38.684Z] #39 42.18 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-08-06T00:00:38.684Z] #39 42.20 GEN compel/plugins/include/uapi/std/syscall.h [2020-08-06T00:00:38.684Z] #39 42.24 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-08-06T00:00:38.684Z] #39 42.25 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-08-06T00:00:38.684Z] #39 42.28 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-08-06T00:00:38.685Z] #43 8.709 go: extracting github.com/spf13/pflag v1.0.1 [2020-08-06T00:00:38.685Z] #43 8.710 go: downloading github.com/mattn/go-colorable v0.0.9 [2020-08-06T00:00:38.685Z] #43 8.791 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-06T00:00:38.728Z] #39 40.85 DEP compel/plugins/std/infect.d [2020-08-06T00:00:38.728Z] #39 40.99 DEP compel/plugins/std/string.d [2020-08-06T00:00:38.728Z] #39 41.06 DEP compel/plugins/std/log.d [2020-08-06T00:00:38.728Z] #39 41.11 DEP compel/plugins/std/fds.d [2020-08-06T00:00:38.728Z] #39 41.21 DEP compel/plugins/std/std.d [2020-08-06T00:00:38.943Z] #39 42.29 DEP compel/plugins/std/infect.d [2020-08-06T00:00:38.943Z] #39 42.37 DEP compel/plugins/std/string.d [2020-08-06T00:00:38.943Z] #39 42.45 DEP compel/plugins/std/log.d [2020-08-06T00:00:38.943Z] #39 42.50 DEP compel/plugins/std/fds.d [2020-08-06T00:00:38.943Z] #39 42.57 DEP compel/plugins/std/std.d [2020-08-06T00:00:38.949Z] #43 9.040 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-06T00:00:38.950Z] #43 9.077 go: extracting github.com/mattn/go-colorable v0.0.9 [2020-08-06T00:00:38.950Z] #43 9.124 go: extracting github.com/mattn/go-isatty v0.0.3 [2020-08-06T00:00:38.950Z] #43 9.129 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-06T00:00:38.950Z] #43 9.176 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-06T00:00:38.986Z] #39 41.29 DEP compel/plugins/shmem/shmem.d [2020-08-06T00:00:39.081Z] #39 ... [2020-08-06T00:00:39.081Z] [2020-08-06T00:00:39.081Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:00:39.081Z] #36 119.0 + dpkg --print-architecture [2020-08-06T00:00:39.081Z] #36 119.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-08-06T00:00:39.203Z] #39 42.65 DEP compel/plugins/shmem/shmem.d [2020-08-06T00:00:39.203Z] #39 42.77 DEP compel/plugins/fds/fds.d [2020-08-06T00:00:39.246Z] #39 41.37 DEP compel/plugins/fds/fds.d [2020-08-06T00:00:39.246Z] #39 41.59 CC compel/plugins/std/std.o [2020-08-06T00:00:39.463Z] #39 42.94 CC compel/plugins/std/std.o [2020-08-06T00:00:39.505Z] #39 41.95 CC compel/plugins/std/fds.o [2020-08-06T00:00:39.723Z] #39 43.21 CC compel/plugins/std/fds.o [2020-08-06T00:00:39.778Z] #36 119.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-08-06T00:00:39.779Z] #36 119.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-08-06T00:00:39.902Z] #43 ... [2020-08-06T00:00:39.902Z] [2020-08-06T00:00:39.902Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:39.902Z] #60 3.108 + RM_GOPATH=0 [2020-08-06T00:00:39.902Z] #60 3.108 + TMP_GOPATH= [2020-08-06T00:00:39.902Z] #60 3.108 + : /build [2020-08-06T00:00:39.902Z] #60 3.108 + '[' -z '' ']' [2020-08-06T00:00:39.902Z] #60 3.112 ++ mktemp -d [2020-08-06T00:00:39.902Z] #60 3.122 + export GOPATH=/tmp/tmp.HRoELHrHOO [2020-08-06T00:00:39.902Z] #60 3.122 + GOPATH=/tmp/tmp.HRoELHrHOO [2020-08-06T00:00:39.902Z] #60 3.122 + RM_GOPATH=1 [2020-08-06T00:00:39.902Z] #60 3.122 + case "$(go env GOARCH)" in [2020-08-06T00:00:39.902Z] #60 3.122 ++ go env GOARCH [2020-08-06T00:00:39.902Z] #60 3.135 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:39.902Z] #60 3.135 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:39.902Z] #60 3.135 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:39.902Z] #60 3.150 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a [2020-08-06T00:00:39.902Z] #60 3.152 + dir=/tmp/install [2020-08-06T00:00:39.902Z] #60 3.152 + bin=proxy [2020-08-06T00:00:39.902Z] #60 3.152 + shift [2020-08-06T00:00:39.902Z] #60 3.152 + '[' '!' -f /tmp/install/proxy.installer ']' [2020-08-06T00:00:39.902Z] #60 3.152 + . /tmp/install/proxy.installer [2020-08-06T00:00:39.902Z] #60 3.152 ++ : 9e99af28df21367340c95a3863e31808d689c92a [2020-08-06T00:00:39.902Z] #60 3.152 + install_proxy [2020-08-06T00:00:39.902Z] #60 3.152 + case "$1" in [2020-08-06T00:00:39.902Z] #60 3.152 + export CGO_ENABLED=0 [2020-08-06T00:00:39.902Z] #60 3.152 + CGO_ENABLED=0 [2020-08-06T00:00:39.902Z] #60 3.152 + _install_proxy [2020-08-06T00:00:39.902Z] #60 3.152 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' [2020-08-06T00:00:39.902Z] #60 3.152 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.HRoELHrHOO/src/github.com/docker/libnetwork [2020-08-06T00:00:39.902Z] #60 3.152 Cloning into '/tmp/tmp.HRoELHrHOO/src/github.com/docker/libnetwork'... [2020-08-06T00:00:39.902Z] #60 ... [2020-08-06T00:00:39.902Z] [2020-08-06T00:00:39.902Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:39.902Z] #30 3.880 + RM_GOPATH=0 [2020-08-06T00:00:39.902Z] #30 3.880 + TMP_GOPATH= [2020-08-06T00:00:39.902Z] #30 3.880 + : /build [2020-08-06T00:00:39.902Z] #30 3.880 + '[' -z '' ']' [2020-08-06T00:00:39.902Z] #30 3.880 ++ mktemp -d [2020-08-06T00:00:39.902Z] #30 3.885 + export GOPATH=/tmp/tmp.4j4wlqx8Lt [2020-08-06T00:00:39.902Z] #30 3.885 + GOPATH=/tmp/tmp.4j4wlqx8Lt [2020-08-06T00:00:39.902Z] #30 3.885 + RM_GOPATH=1 [2020-08-06T00:00:39.902Z] #30 3.885 + case "$(go env GOARCH)" in [2020-08-06T00:00:39.902Z] #30 3.885 ++ go env GOARCH [2020-08-06T00:00:39.902Z] #30 3.900 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:39.902Z] #30 3.900 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:39.902Z] #30 3.900 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:39.902Z] #30 3.900 + dir=/tmp/install [2020-08-06T00:00:39.902Z] #30 3.900 + bin=tomlv [2020-08-06T00:00:39.902Z] #30 3.900 + shift [2020-08-06T00:00:39.902Z] #30 3.900 + '[' '!' -f /tmp/install/tomlv.installer ']' [2020-08-06T00:00:39.902Z] #30 3.900 + . /tmp/install/tomlv.installer [2020-08-06T00:00:39.902Z] #30 3.900 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-06T00:00:39.902Z] #30 3.900 + install_tomlv [2020-08-06T00:00:39.902Z] #30 3.900 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2020-08-06T00:00:39.902Z] #30 3.900 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.4j4wlqx8Lt/src/github.com/BurntSushi/toml [2020-08-06T00:00:39.902Z] #30 3.900 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-06T00:00:39.902Z] #30 3.915 Cloning into '/tmp/tmp.4j4wlqx8Lt/src/github.com/BurntSushi/toml'... [2020-08-06T00:00:39.902Z] #30 5.036 + cd /tmp/tmp.4j4wlqx8Lt/src/github.com/BurntSushi/toml [2020-08-06T00:00:39.902Z] #30 5.036 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2020-08-06T00:00:39.902Z] #30 5.057 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2020-08-06T00:00:39.902Z] #30 5.871 math/bits [2020-08-06T00:00:39.902Z] #30 5.874 internal/cpu [2020-08-06T00:00:39.902Z] #30 5.915 runtime/internal/atomic [2020-08-06T00:00:39.902Z] #30 5.933 runtime/internal/sys [2020-08-06T00:00:39.902Z] #30 6.275 unicode/utf8 [2020-08-06T00:00:39.902Z] #30 6.387 runtime/internal/math [2020-08-06T00:00:39.902Z] #30 6.487 math [2020-08-06T00:00:39.902Z] #30 6.552 internal/bytealg [2020-08-06T00:00:39.902Z] #30 6.713 sync/atomic [2020-08-06T00:00:39.903Z] #30 6.754 unicode [2020-08-06T00:00:39.903Z] #30 7.351 internal/testlog [2020-08-06T00:00:39.903Z] #30 8.035 encoding [2020-08-06T00:00:39.903Z] #30 8.562 runtime/cgo [2020-08-06T00:00:39.903Z] #30 8.674 runtime [2020-08-06T00:00:39.982Z] #11 23.13 Reading package lists... [2020-08-06T00:00:39.982Z] #11 ... [2020-08-06T00:00:39.982Z] [2020-08-06T00:00:39.982Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-06T00:00:39.982Z] #24 21.39 Reading package lists... [2020-08-06T00:00:40.070Z] #39 42.37 CC compel/plugins/std/log.o [2020-08-06T00:00:40.167Z] #30 ... [2020-08-06T00:00:40.167Z] [2020-08-06T00:00:40.167Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-06T00:00:40.167Z] #51 5.368 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:40.167Z] #51 5.423 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:40.167Z] #51 5.428 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:40.167Z] #51 6.153 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-08-06T00:00:40.167Z] #51 7.673 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [213 kB] [2020-08-06T00:00:40.167Z] #51 9.384 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-08-06T00:00:40.292Z] #39 43.70 CC compel/plugins/std/log.o [2020-08-06T00:00:40.431Z] #51 ... [2020-08-06T00:00:40.431Z] [2020-08-06T00:00:40.431Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:40.431Z] #54 4.631 + RM_GOPATH=0 [2020-08-06T00:00:40.431Z] #54 4.631 + TMP_GOPATH= [2020-08-06T00:00:40.431Z] #54 4.631 + : /build [2020-08-06T00:00:40.431Z] #54 4.631 + '[' -z '' ']' [2020-08-06T00:00:40.431Z] #54 4.631 ++ mktemp -d [2020-08-06T00:00:40.431Z] #54 4.631 + export GOPATH=/tmp/tmp.sWeVkA6WSp [2020-08-06T00:00:40.431Z] #54 4.631 + GOPATH=/tmp/tmp.sWeVkA6WSp [2020-08-06T00:00:40.431Z] #54 4.631 + RM_GOPATH=1 [2020-08-06T00:00:40.431Z] #54 4.631 + case "$(go env GOARCH)" in [2020-08-06T00:00:40.431Z] #54 4.635 ++ go env GOARCH [2020-08-06T00:00:40.431Z] #54 4.690 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-06T00:00:40.431Z] #54 4.719 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:40.431Z] #54 4.719 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:40.431Z] #54 4.719 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:40.431Z] #54 4.719 + dir=/tmp/install [2020-08-06T00:00:40.431Z] #54 4.719 + bin=rootlesskit [2020-08-06T00:00:40.431Z] #54 4.719 + shift [2020-08-06T00:00:40.431Z] #54 4.719 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2020-08-06T00:00:40.431Z] #54 4.719 + . /tmp/install/rootlesskit.installer [2020-08-06T00:00:40.431Z] #54 4.719 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-06T00:00:40.431Z] #54 4.719 + install_rootlesskit [2020-08-06T00:00:40.431Z] #54 4.719 + case "$1" in [2020-08-06T00:00:40.431Z] #54 4.719 + export CGO_ENABLED=0 [2020-08-06T00:00:40.431Z] #54 4.719 + CGO_ENABLED=0 [2020-08-06T00:00:40.431Z] #54 4.719 + _install_rootlesskit [2020-08-06T00:00:40.431Z] #54 4.719 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86' [2020-08-06T00:00:40.431Z] #54 4.719 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.sWeVkA6WSp/src/github.com/rootless-containers/rootlesskit [2020-08-06T00:00:40.431Z] #54 4.719 Cloning into '/tmp/tmp.sWeVkA6WSp/src/github.com/rootless-containers/rootlesskit'... [2020-08-06T00:00:40.431Z] #54 8.823 + cd /tmp/tmp.sWeVkA6WSp/src/github.com/rootless-containers/rootlesskit [2020-08-06T00:00:40.431Z] #54 8.823 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86 [2020-08-06T00:00:40.431Z] #54 9.306 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-06T00:00:40.431Z] #54 9.306 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2020-08-06T00:00:40.431Z] #54 ... [2020-08-06T00:00:40.431Z] [2020-08-06T00:00:40.431Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:40.431Z] #21 4.950 + RM_GOPATH=0 [2020-08-06T00:00:40.432Z] #21 4.951 + TMP_GOPATH= [2020-08-06T00:00:40.432Z] #21 4.951 + : /build [2020-08-06T00:00:40.432Z] #21 4.951 + '[' -z '' ']' [2020-08-06T00:00:40.432Z] #21 4.955 ++ mktemp -d [2020-08-06T00:00:40.432Z] #21 4.960 + export GOPATH=/tmp/tmp.qFLryiGH8s [2020-08-06T00:00:40.432Z] #21 4.960 + GOPATH=/tmp/tmp.qFLryiGH8s [2020-08-06T00:00:40.432Z] #21 4.963 + RM_GOPATH=1 [2020-08-06T00:00:40.432Z] #21 4.963 + case "$(go env GOARCH)" in [2020-08-06T00:00:40.432Z] #21 4.963 ++ go env GOARCH [2020-08-06T00:00:40.432Z] #21 5.001 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:40.432Z] #21 5.001 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:40.432Z] #21 5.001 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:40.432Z] #21 5.003 Install docker/cli version 17.06.2-ce from stable [2020-08-06T00:00:40.432Z] #21 5.004 + dir=/tmp/install [2020-08-06T00:00:40.432Z] #21 5.004 + bin=dockercli [2020-08-06T00:00:40.432Z] #21 5.004 + shift [2020-08-06T00:00:40.432Z] #21 5.004 + '[' '!' -f /tmp/install/dockercli.installer ']' [2020-08-06T00:00:40.432Z] #21 5.004 + . /tmp/install/dockercli.installer [2020-08-06T00:00:40.432Z] #21 5.004 ++ : stable [2020-08-06T00:00:40.432Z] #21 5.004 ++ : 17.06.2-ce [2020-08-06T00:00:40.432Z] #21 5.004 + install_dockercli [2020-08-06T00:00:40.432Z] #21 5.004 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-08-06T00:00:40.432Z] #21 5.004 ++ uname -m [2020-08-06T00:00:40.432Z] #21 5.023 + arch=aarch64 [2020-08-06T00:00:40.432Z] #21 5.023 + '[' aarch64 '!=' x86_64 ']' [2020-08-06T00:00:40.432Z] #21 5.023 + '[' aarch64 '!=' s390x ']' [2020-08-06T00:00:40.432Z] #21 5.023 + '[' aarch64 '!=' armhf ']' [2020-08-06T00:00:40.432Z] #21 5.023 + build_dockercli [2020-08-06T00:00:40.432Z] #21 5.023 + git clone https://github.com/docker/docker-ce /tmp/tmp.qFLryiGH8s/tmp/docker-ce [2020-08-06T00:00:40.432Z] #21 5.023 Cloning into '/tmp/tmp.qFLryiGH8s/tmp/docker-ce'... [2020-08-06T00:00:40.696Z] #21 ... [2020-08-06T00:00:40.696Z] [2020-08-06T00:00:40.696Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-06T00:00:40.696Z] #23 6.591 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:40.696Z] #23 6.721 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:40.696Z] #23 6.724 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:40.696Z] #23 7.810 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-08-06T00:00:40.696Z] #23 9.661 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [213 kB] [2020-08-06T00:00:40.696Z] #23 ... [2020-08-06T00:00:40.696Z] [2020-08-06T00:00:40.696Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:40.696Z] #41 4.190 + RM_GOPATH=0 [2020-08-06T00:00:40.696Z] #41 4.190 + TMP_GOPATH= [2020-08-06T00:00:40.696Z] #41 4.190 + : /build [2020-08-06T00:00:40.696Z] #41 4.190 + '[' -z '' ']' [2020-08-06T00:00:40.696Z] #41 4.190 ++ mktemp -d [2020-08-06T00:00:40.696Z] #41 4.190 + export GOPATH=/tmp/tmp.9SzIN14iCu [2020-08-06T00:00:40.696Z] #41 4.190 + GOPATH=/tmp/tmp.9SzIN14iCu [2020-08-06T00:00:40.696Z] #41 4.190 + RM_GOPATH=1 [2020-08-06T00:00:40.696Z] #41 4.190 + case "$(go env GOARCH)" in [2020-08-06T00:00:40.696Z] #41 4.190 ++ go env GOARCH [2020-08-06T00:00:40.696Z] #41 4.206 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:40.696Z] #41 4.206 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:40.696Z] #41 4.206 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:40.696Z] #41 4.216 + dir=/tmp/install [2020-08-06T00:00:40.696Z] #41 4.216 + bin=vndr [2020-08-06T00:00:40.696Z] #41 4.216 + shift [2020-08-06T00:00:40.696Z] #41 4.216 + '[' '!' -f /tmp/install/vndr.installer ']' [2020-08-06T00:00:40.696Z] #41 4.216 + . /tmp/install/vndr.installer [2020-08-06T00:00:40.696Z] #41 4.216 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-06T00:00:40.696Z] #41 4.216 + install_vndr [2020-08-06T00:00:40.696Z] #41 4.216 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' [2020-08-06T00:00:40.696Z] #41 4.216 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.9SzIN14iCu/src/github.com/LK4D4/vndr [2020-08-06T00:00:40.696Z] #41 4.216 Cloning into '/tmp/tmp.9SzIN14iCu/src/github.com/LK4D4/vndr'... [2020-08-06T00:00:40.696Z] #41 4.216 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-06T00:00:40.696Z] #41 5.078 + cd /tmp/tmp.9SzIN14iCu/src/github.com/LK4D4/vndr [2020-08-06T00:00:40.696Z] #41 5.078 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 [2020-08-06T00:00:40.696Z] #41 5.135 + go build -buildmode=pie -v -o /build/vndr . [2020-08-06T00:00:40.696Z] #41 6.174 internal/race [2020-08-06T00:00:40.696Z] #41 6.176 internal/cpu [2020-08-06T00:00:40.696Z] #41 6.184 runtime/internal/sys [2020-08-06T00:00:40.696Z] #41 6.204 runtime/internal/atomic [2020-08-06T00:00:40.696Z] #41 6.348 sync/atomic [2020-08-06T00:00:40.696Z] #41 6.379 runtime/internal/math [2020-08-06T00:00:40.696Z] #41 6.484 unicode [2020-08-06T00:00:40.696Z] #41 6.597 internal/bytealg [2020-08-06T00:00:40.696Z] #41 6.637 unicode/utf8 [2020-08-06T00:00:40.696Z] #41 7.288 math [2020-08-06T00:00:40.696Z] #41 7.633 internal/testlog [2020-08-06T00:00:40.696Z] #41 8.716 unicode/utf16 [2020-08-06T00:00:40.696Z] #41 8.720 runtime [2020-08-06T00:00:40.696Z] #41 9.237 container/list [2020-08-06T00:00:40.862Z] #39 ... [2020-08-06T00:00:40.862Z] [2020-08-06T00:00:40.862Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:40.862Z] #10 113.9 Selecting previously unselected package libapparmor1:amd64. [2020-08-06T00:00:40.862Z] #10 113.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-08-06T00:00:40.862Z] #10 114.0 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-08-06T00:00:40.962Z] #41 11.05 crypto/internal/subtle [2020-08-06T00:00:40.962Z] #41 11.15 crypto/subtle [2020-08-06T00:00:40.962Z] #41 ... [2020-08-06T00:00:40.962Z] [2020-08-06T00:00:40.962Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:00:40.962Z] #36 5.191 + git clone https://github.com/docker/distribution.git . [2020-08-06T00:00:40.962Z] #36 5.201 Cloning into '.'... [2020-08-06T00:00:40.962Z] #36 ... [2020-08-06T00:00:40.962Z] [2020-08-06T00:00:40.962Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:00:40.962Z] #38 6.595 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:40.962Z] #38 6.642 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:40.962Z] #38 6.644 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:40.962Z] #38 7.736 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-08-06T00:00:40.962Z] #38 9.729 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [213 kB] [2020-08-06T00:00:41.003Z] #39 43.17 CC compel/plugins/std/string.o [2020-08-06T00:00:41.121Z] #10 114.1 Selecting previously unselected package libapparmor-dev:amd64. [2020-08-06T00:00:41.121Z] #10 114.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-08-06T00:00:41.121Z] #10 114.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-08-06T00:00:41.226Z] #38 11.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-08-06T00:00:41.226Z] #38 ... [2020-08-06T00:00:41.226Z] [2020-08-06T00:00:41.226Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:41.226Z] #10 6.551 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:41.226Z] #10 6.570 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:41.226Z] #10 6.570 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:41.226Z] #10 7.801 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-08-06T00:00:41.226Z] #10 9.957 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [213 kB] [2020-08-06T00:00:41.226Z] #10 ... [2020-08-06T00:00:41.226Z] [2020-08-06T00:00:41.226Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:41.226Z] #47 4.287 + RM_GOPATH=0 [2020-08-06T00:00:41.226Z] #47 4.287 + TMP_GOPATH= [2020-08-06T00:00:41.226Z] #47 4.287 + : /build [2020-08-06T00:00:41.226Z] #47 4.287 + '[' -z '' ']' [2020-08-06T00:00:41.226Z] #47 4.292 ++ mktemp -d [2020-08-06T00:00:41.226Z] #47 4.295 + export GOPATH=/tmp/tmp.pS0aNUiwA4 [2020-08-06T00:00:41.226Z] #47 4.295 + GOPATH=/tmp/tmp.pS0aNUiwA4 [2020-08-06T00:00:41.226Z] #47 4.295 + RM_GOPATH=1 [2020-08-06T00:00:41.226Z] #47 4.295 + case "$(go env GOARCH)" in [2020-08-06T00:00:41.226Z] #47 4.305 ++ go env GOARCH [2020-08-06T00:00:41.226Z] #47 4.333 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:41.226Z] #47 4.333 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:41.226Z] #47 4.333 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:41.226Z] #47 4.333 + dir=/tmp/install [2020-08-06T00:00:41.226Z] #47 4.333 + bin=shfmt [2020-08-06T00:00:41.226Z] #47 4.333 + shift [2020-08-06T00:00:41.226Z] #47 4.333 + '[' '!' -f /tmp/install/shfmt.installer ']' [2020-08-06T00:00:41.226Z] #47 4.333 + . /tmp/install/shfmt.installer [2020-08-06T00:00:41.226Z] #47 4.333 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-06T00:00:41.226Z] #47 4.333 + install_shfmt [2020-08-06T00:00:41.226Z] #47 4.333 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2020-08-06T00:00:41.226Z] #47 4.333 + git clone https://github.com/mvdan/sh.git /tmp/tmp.pS0aNUiwA4/src/github.com/mvdan/sh [2020-08-06T00:00:41.226Z] #47 4.336 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-06T00:00:41.226Z] #47 4.339 Cloning into '/tmp/tmp.pS0aNUiwA4/src/github.com/mvdan/sh'... [2020-08-06T00:00:41.382Z] #10 114.3 Selecting previously unselected package libbtrfs0. [2020-08-06T00:00:41.382Z] #10 114.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-08-06T00:00:41.382Z] #10 114.3 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-06T00:00:41.382Z] #10 114.4 Selecting previously unselected package libbtrfs-dev. [2020-08-06T00:00:41.382Z] #10 114.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-08-06T00:00:41.382Z] #10 114.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:00:41.491Z] #47 ... [2020-08-06T00:00:41.491Z] [2020-08-06T00:00:41.491Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:00:41.491Z] #32 6.529 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:41.491Z] #32 6.591 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:41.491Z] #32 6.591 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:41.491Z] #32 7.503 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-08-06T00:00:41.491Z] #32 9.291 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [213 kB] [2020-08-06T00:00:41.491Z] #32 11.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-08-06T00:00:41.523Z] #24 28.80 Building dependency tree... [2020-08-06T00:00:41.569Z] #39 ... [2020-08-06T00:00:41.569Z] [2020-08-06T00:00:41.569Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:41.569Z] #54 DONE 115.1s [2020-08-06T00:00:41.569Z] [2020-08-06T00:00:41.569Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-08-06T00:00:41.569Z] #55 DONE 0.0s [2020-08-06T00:00:41.569Z] [2020-08-06T00:00:41.569Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:41.569Z] #39 43.96 CC compel/plugins/std/infect.o [2020-08-06T00:00:41.642Z] #10 114.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-08-06T00:00:41.642Z] #10 114.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-08-06T00:00:41.642Z] #10 114.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:41.642Z] #10 114.6 Selecting previously unselected package libudev-dev:amd64. [2020-08-06T00:00:41.642Z] #10 114.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-08-06T00:00:41.642Z] #10 114.7 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:41.755Z] #32 ... [2020-08-06T00:00:41.755Z] [2020-08-06T00:00:41.755Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:41.755Z] #43 11.29 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-06T00:00:41.755Z] #43 11.38 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-06T00:00:41.755Z] #43 11.38 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-06T00:00:41.827Z] #39 ... [2020-08-06T00:00:41.827Z] [2020-08-06T00:00:41.827Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-08-06T00:00:41.827Z] #56 DONE 0.1s [2020-08-06T00:00:41.827Z] [2020-08-06T00:00:41.827Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:41.827Z] #41 113.6 net/textproto [2020-08-06T00:00:41.827Z] #41 113.6 crypto/x509 [2020-08-06T00:00:41.827Z] #41 114.8 vendor/golang.org/x/net/http/httpguts [2020-08-06T00:00:41.827Z] #41 115.1 vendor/golang.org/x/net/http/httpproxy [2020-08-06T00:00:41.901Z] #10 114.9 Selecting previously unselected package libsepol1-dev:amd64. [2020-08-06T00:00:41.901Z] #10 114.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-08-06T00:00:41.901Z] #10 114.9 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-08-06T00:00:42.392Z] #41 116.0 mime/multipart [2020-08-06T00:00:42.471Z] #10 ... [2020-08-06T00:00:42.471Z] [2020-08-06T00:00:42.471Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:42.471Z] #54 109.0 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-06T00:00:42.471Z] #54 109.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-08-06T00:00:42.471Z] #54 DONE 115.6s [2020-08-06T00:00:42.471Z] [2020-08-06T00:00:42.471Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:42.471Z] #10 115.5 Selecting previously unselected package libpcre16-3:amd64. [2020-08-06T00:00:42.471Z] #10 115.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:42.471Z] #10 115.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:42.471Z] #10 ... [2020-08-06T00:00:42.471Z] [2020-08-06T00:00:42.471Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-08-06T00:00:42.471Z] #55 DONE 0.0s [2020-08-06T00:00:42.471Z] [2020-08-06T00:00:42.471Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-08-06T00:00:42.471Z] #56 DONE 0.1s [2020-08-06T00:00:42.537Z] #36 ... [2020-08-06T00:00:42.537Z] [2020-08-06T00:00:42.537Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:00:42.537Z] #19 3.187 Collecting yamllint==1.16.0 [2020-08-06T00:00:42.537Z] #19 3.336 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-08-06T00:00:42.537Z] #19 3.384 Collecting pyyaml (from yamllint==1.16.0) [2020-08-06T00:00:42.537Z] #19 3.475 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-08-06T00:00:42.537Z] #19 4.035 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-08-06T00:00:42.537Z] #19 4.073 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-08-06T00:00:42.537Z] #19 4.104 Building wheels for collected packages: pyyaml [2020-08-06T00:00:42.537Z] #19 4.107 Running setup.py bdist_wheel for pyyaml: started [2020-08-06T00:00:42.537Z] #19 4.629 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-08-06T00:00:42.537Z] #19 4.630 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-08-06T00:00:42.537Z] #19 4.660 Successfully built pyyaml [2020-08-06T00:00:42.537Z] #19 4.674 Installing collected packages: pyyaml, pathspec, yamllint [2020-08-06T00:00:42.537Z] #19 4.871 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-08-06T00:00:42.537Z] #19 DONE 5.2s [2020-08-06T00:00:42.537Z] [2020-08-06T00:00:42.537Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-08-06T00:00:42.537Z] #22 DONE 0.1s [2020-08-06T00:00:42.537Z] [2020-08-06T00:00:42.537Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:42.537Z] #39 87.06 CC criu/protobuf-desc.o [2020-08-06T00:00:42.537Z] #39 87.56 CC criu/protobuf.o [2020-08-06T00:00:42.537Z] #39 87.77 CC criu/pstree.o [2020-08-06T00:00:42.537Z] #39 88.41 CC criu/rbtree.o [2020-08-06T00:00:42.537Z] #39 88.54 CC criu/rst-malloc.o [2020-08-06T00:00:42.537Z] #39 88.66 CC criu/seccomp.o [2020-08-06T00:00:42.537Z] #39 89.03 CC criu/seize.o [2020-08-06T00:00:42.537Z] #39 89.60 CC criu/servicefd.o [2020-08-06T00:00:42.730Z] [2020-08-06T00:00:42.730Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:42.730Z] #39 44.63 CC compel/plugins/std/string.o [2020-08-06T00:00:42.730Z] #39 45.32 CC compel/plugins/std/infect.o [2020-08-06T00:00:42.730Z] #39 45.65 CC compel/arch/x86/plugins/std/parasite-head.o [2020-08-06T00:00:42.730Z] #39 45.70 CC compel/arch/x86/plugins/std/memcpy.o [2020-08-06T00:00:42.730Z] #39 45.75 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-08-06T00:00:42.730Z] #39 45.79 AR compel/plugins/std.lib.a [2020-08-06T00:00:42.730Z] #39 45.85 CC compel/plugins/fds/fds.o [2020-08-06T00:00:42.730Z] #39 46.16 AR compel/plugins/fds.lib.a [2020-08-06T00:00:42.730Z] #39 46.19 HOSTDEP compel/src/lib/log-host.d [2020-08-06T00:00:42.730Z] #39 46.26 HOSTDEP compel/src/lib/handle-elf-host.d [2020-08-06T00:00:42.730Z] #39 46.36 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-08-06T00:00:42.829Z] #39 89.97 CC criu/shmem.o [2020-08-06T00:00:42.887Z] #54 ... [2020-08-06T00:00:42.887Z] [2020-08-06T00:00:42.887Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:42.887Z] #39 40.97 CC images/timens.o [2020-08-06T00:00:42.887Z] #39 41.24 LINK images/built-in.o [2020-08-06T00:00:42.887Z] #39 41.43 GEN compel/include/asm [2020-08-06T00:00:42.887Z] #39 41.48 GEN compel/include/version.h [2020-08-06T00:00:42.887Z] #39 41.50 touch .config [2020-08-06T00:00:42.887Z] #39 41.54 GEN include/common/config.h [2020-08-06T00:00:42.887Z] #39 41.63 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2020-08-06T00:00:42.887Z] #39 41.65 GEN compel/plugins/include/uapi/std/syscall-64.h [2020-08-06T00:00:42.887Z] #39 41.69 GEN compel/arch/x86/plugins/std/syscalls-64.S [2020-08-06T00:00:42.887Z] #39 41.71 DEP compel/arch/x86/plugins/std/syscalls-64.d [2020-08-06T00:00:42.887Z] #39 41.74 DEP compel/arch/x86/plugins/std/memcpy.d [2020-08-06T00:00:42.887Z] #39 41.77 DEP compel/arch/x86/plugins/std/parasite-head.d [2020-08-06T00:00:42.887Z] #39 41.80 GEN compel/plugins/include/uapi/std/syscall.h [2020-08-06T00:00:42.887Z] #39 41.84 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2020-08-06T00:00:42.887Z] #39 41.85 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-08-06T00:00:42.887Z] #39 41.88 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-08-06T00:00:42.887Z] #39 41.88 DEP compel/plugins/std/infect.d [2020-08-06T00:00:42.887Z] #39 41.99 DEP compel/plugins/std/string.d [2020-08-06T00:00:42.887Z] #39 42.09 DEP compel/plugins/std/log.d [2020-08-06T00:00:42.887Z] #39 42.21 DEP compel/plugins/std/fds.d [2020-08-06T00:00:42.887Z] #39 42.35 DEP compel/plugins/std/std.d [2020-08-06T00:00:42.887Z] #39 42.43 DEP compel/plugins/shmem/shmem.d [2020-08-06T00:00:42.887Z] #39 42.51 DEP compel/plugins/fds/fds.d [2020-08-06T00:00:42.887Z] #39 42.61 CC compel/plugins/std/std.o [2020-08-06T00:00:42.887Z] #39 42.99 CC compel/plugins/std/fds.o [2020-08-06T00:00:42.887Z] #39 43.51 CC compel/plugins/std/log.o [2020-08-06T00:00:42.887Z] #39 44.34 CC compel/plugins/std/string.o [2020-08-06T00:00:42.887Z] #39 44.89 CC compel/plugins/std/infect.o [2020-08-06T00:00:42.887Z] #39 45.34 CC compel/arch/x86/plugins/std/parasite-head.o [2020-08-06T00:00:42.887Z] #39 45.42 CC compel/arch/x86/plugins/std/memcpy.o [2020-08-06T00:00:42.990Z] #39 46.46 HOSTDEP compel/src/main-host.d [2020-08-06T00:00:42.990Z] #39 46.55 DEP compel/src/lib/ptrace.d [2020-08-06T00:00:43.074Z] #24 31.84 ca-certificates is already the newest version (20200601~deb10u1). [2020-08-06T00:00:43.074Z] #24 31.84 The following additional packages will be installed: [2020-08-06T00:00:43.074Z] #24 31.86 libjq1 libonig5 [2020-08-06T00:00:43.119Z] #39 ... [2020-08-06T00:00:43.119Z] [2020-08-06T00:00:43.119Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-08-06T00:00:43.119Z] #26 DONE 0.8s [2020-08-06T00:00:43.119Z] [2020-08-06T00:00:43.119Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-08-06T00:00:43.119Z] #29 DONE 0.2s [2020-08-06T00:00:43.119Z] [2020-08-06T00:00:43.119Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-08-06T00:00:43.152Z] #39 45.50 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-08-06T00:00:43.249Z] #39 46.71 DEP compel/src/lib/infect.d [2020-08-06T00:00:43.374Z] #24 32.25 The following NEW packages will be installed: [2020-08-06T00:00:43.410Z] #31 DONE 0.1s [2020-08-06T00:00:43.410Z] [2020-08-06T00:00:43.410Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-08-06T00:00:43.410Z] #34 DONE 0.1s [2020-08-06T00:00:43.410Z] [2020-08-06T00:00:43.410Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:43.412Z] #39 45.58 AR compel/plugins/std.lib.a [2020-08-06T00:00:43.412Z] #39 45.67 CC compel/plugins/fds/fds.o [2020-08-06T00:00:43.547Z] #39 46.99 DEP compel/src/lib/infect-util.d [2020-08-06T00:00:43.672Z] #39 ... [2020-08-06T00:00:43.672Z] [2020-08-06T00:00:43.672Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:43.672Z] #54 DONE 117.0s [2020-08-06T00:00:43.672Z] [2020-08-06T00:00:43.672Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-08-06T00:00:43.672Z] #55 DONE 0.0s [2020-08-06T00:00:43.672Z] [2020-08-06T00:00:43.672Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:43.672Z] #10 116.9 Selecting previously unselected package libapparmor1:amd64. [2020-08-06T00:00:43.672Z] #10 116.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-08-06T00:00:43.672Z] #10 116.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-08-06T00:00:43.672Z] #10 117.1 Selecting previously unselected package libapparmor-dev:amd64. [2020-08-06T00:00:43.672Z] #10 ... [2020-08-06T00:00:43.672Z] [2020-08-06T00:00:43.672Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-08-06T00:00:43.672Z] #56 DONE 0.1s [2020-08-06T00:00:43.672Z] [2020-08-06T00:00:43.672Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:43.672Z] #10 117.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-08-06T00:00:43.672Z] #10 117.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-08-06T00:00:43.672Z] #24 32.26 jq libjq1 libonig5 [2020-08-06T00:00:43.672Z] #24 32.41 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:00:43.672Z] #24 32.41 Need to get 358 kB of archives. [2020-08-06T00:00:43.672Z] #24 32.41 After this operation, 1277 kB of additional disk space will be used. [2020-08-06T00:00:43.672Z] #24 32.41 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-08-06T00:00:43.672Z] #24 32.46 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-08-06T00:00:43.672Z] #24 32.49 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-08-06T00:00:43.700Z] #45 ... [2020-08-06T00:00:43.700Z] [2020-08-06T00:00:43.700Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:43.700Z] #39 90.59 CC criu/sigframe.o [2020-08-06T00:00:43.700Z] #39 90.70 CC criu/signalfd.o [2020-08-06T00:00:43.700Z] #39 90.84 CC criu/sk-inet.o [2020-08-06T00:00:43.846Z] #39 47.18 DEP compel/src/lib/infect-rpc.d [2020-08-06T00:00:43.846Z] #39 47.53 DEP compel/arch/x86/src/lib/infect.d [2020-08-06T00:00:43.931Z] #10 117.4 Selecting previously unselected package libbtrfs0. [2020-08-06T00:00:43.931Z] #10 117.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-08-06T00:00:43.931Z] #10 117.5 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-06T00:00:44.191Z] #10 117.6 Selecting previously unselected package libbtrfs-dev. [2020-08-06T00:00:44.191Z] #10 117.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-08-06T00:00:44.191Z] #10 117.6 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:00:44.332Z] #39 91.35 CC criu/sk-netlink.o [2020-08-06T00:00:44.424Z] #39 47.70 DEP compel/arch/x86/src/lib/cpu.d [2020-08-06T00:00:44.424Z] #39 47.76 DEP compel/src/lib/log.d [2020-08-06T00:00:44.424Z] #39 47.84 DEP compel/src/main.d [2020-08-06T00:00:44.424Z] #39 47.93 DEP compel/src/lib/handle-elf.d [2020-08-06T00:00:44.424Z] #39 48.01 DEP compel/arch/x86/src/lib/handle-elf.d [2020-08-06T00:00:44.451Z] #10 117.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-08-06T00:00:44.451Z] #10 117.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-08-06T00:00:44.451Z] #10 117.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:44.623Z] #39 91.58 CC criu/sk-packet.o [2020-08-06T00:00:44.692Z] #39 48.10 CC compel/src/lib/log.o [2020-08-06T00:00:44.692Z] #39 48.30 CC compel/arch/x86/src/lib/cpu.o [2020-08-06T00:00:44.715Z] #10 118.0 Selecting previously unselected package libudev-dev:amd64. [2020-08-06T00:00:44.715Z] #10 118.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-08-06T00:00:44.715Z] #10 118.1 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:44.913Z] #39 91.97 CC criu/sk-queue.o [2020-08-06T00:00:44.919Z] #41 118.1 crypto/tls [2020-08-06T00:00:44.975Z] #10 118.4 Selecting previously unselected package libsepol1-dev:amd64. [2020-08-06T00:00:44.975Z] #10 118.4 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-08-06T00:00:44.975Z] #10 118.5 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-08-06T00:00:45.177Z] #41 ... [2020-08-06T00:00:45.177Z] [2020-08-06T00:00:45.177Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:45.177Z] #10 116.9 Selecting previously unselected package libapparmor1:amd64. [2020-08-06T00:00:45.177Z] #10 116.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2020-08-06T00:00:45.177Z] #10 116.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2020-08-06T00:00:45.177Z] #10 117.0 Selecting previously unselected package libapparmor-dev:amd64. [2020-08-06T00:00:45.177Z] #10 117.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2020-08-06T00:00:45.177Z] #10 117.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2020-08-06T00:00:45.177Z] #10 117.2 Selecting previously unselected package libbtrfs0. [2020-08-06T00:00:45.177Z] #10 117.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2020-08-06T00:00:45.177Z] #10 117.3 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-06T00:00:45.177Z] #10 117.3 Selecting previously unselected package libbtrfs-dev. [2020-08-06T00:00:45.177Z] #10 117.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2020-08-06T00:00:45.177Z] #10 117.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:00:45.177Z] #10 117.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2020-08-06T00:00:45.177Z] #10 117.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2020-08-06T00:00:45.177Z] #10 117.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:45.177Z] #10 117.5 Selecting previously unselected package libudev-dev:amd64. [2020-08-06T00:00:45.177Z] #10 117.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... [2020-08-06T00:00:45.177Z] #10 117.6 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:45.177Z] #10 117.7 Selecting previously unselected package libsepol1-dev:amd64. [2020-08-06T00:00:45.177Z] #10 117.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2020-08-06T00:00:45.177Z] #10 117.7 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2020-08-06T00:00:45.177Z] #10 118.0 Selecting previously unselected package libpcre16-3:amd64. [2020-08-06T00:00:45.177Z] #10 118.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:45.177Z] #10 118.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.177Z] #10 118.2 Selecting previously unselected package libpcre32-3:amd64. [2020-08-06T00:00:45.177Z] #10 118.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:45.177Z] #10 118.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.177Z] #10 118.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-08-06T00:00:45.177Z] #10 118.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:45.177Z] #10 118.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.177Z] #10 118.5 Selecting previously unselected package libpcre3-dev:amd64. [2020-08-06T00:00:45.177Z] #10 118.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:45.177Z] #10 118.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.178Z] #43 15.05 go: finding github.com/fatih/color v1.6.0 [2020-08-06T00:00:45.178Z] #43 15.18 go: finding github.com/pkg/errors v0.8.0 [2020-08-06T00:00:45.203Z] #39 92.19 CC criu/sk-tcp.o [2020-08-06T00:00:45.216Z] #24 34.00 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:00:45.235Z] #10 118.7 Selecting previously unselected package libpcre16-3:amd64. [2020-08-06T00:00:45.235Z] #10 118.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:45.235Z] #10 118.7 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.270Z] #39 ... [2020-08-06T00:00:45.270Z] [2020-08-06T00:00:45.270Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:45.270Z] #41 108.4 vendor/golang.org/x/net/idna [2020-08-06T00:00:45.270Z] #41 110.5 vendor/golang.org/x/net/http2/hpack [2020-08-06T00:00:45.270Z] #41 111.6 mime [2020-08-06T00:00:45.270Z] #41 113.2 mime/quotedprintable [2020-08-06T00:00:45.270Z] #41 113.6 net/http/internal [2020-08-06T00:00:45.270Z] #41 116.8 crypto/tls [2020-08-06T00:00:45.435Z] #10 118.9 Selecting previously unselected package libselinux1-dev:amd64. [2020-08-06T00:00:45.435Z] #10 118.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-08-06T00:00:45.435Z] #10 118.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-08-06T00:00:45.442Z] #43 15.55 go: finding github.com/sirupsen/logrus v1.0.5 [2020-08-06T00:00:45.442Z] #43 15.58 go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-06T00:00:45.442Z] #43 15.62 go: finding github.com/spf13/pflag v1.0.1 [2020-08-06T00:00:45.493Z] #39 92.53 CC criu/sk-unix.o [2020-08-06T00:00:45.495Z] #10 118.9 Selecting previously unselected package libpcre32-3:amd64. [2020-08-06T00:00:45.495Z] #10 118.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:45.495Z] #10 118.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.517Z] #24 34.26 Fetched 358 kB in 0s (2258 kB/s) [2020-08-06T00:00:45.517Z] #24 34.35 Selecting previously unselected package libonig5:ppc64el. [2020-08-06T00:00:45.529Z] #41 ... [2020-08-06T00:00:45.529Z] [2020-08-06T00:00:45.529Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:45.529Z] #10 115.9 Selecting previously unselected package libpcre32-3:amd64. [2020-08-06T00:00:45.529Z] #10 115.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:45.529Z] #10 115.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.529Z] #10 116.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-08-06T00:00:45.529Z] #10 116.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:45.529Z] #10 116.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.529Z] #10 116.5 Selecting previously unselected package libpcre3-dev:amd64. [2020-08-06T00:00:45.529Z] #10 116.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:45.529Z] #10 116.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.529Z] #10 117.3 Selecting previously unselected package libselinux1-dev:amd64. [2020-08-06T00:00:45.529Z] #10 117.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-08-06T00:00:45.529Z] #10 117.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-08-06T00:00:45.529Z] #10 117.6 Selecting previously unselected package libdevmapper-dev:amd64. [2020-08-06T00:00:45.529Z] #10 117.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-08-06T00:00:45.529Z] #10 117.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:45.529Z] #10 117.7 Selecting previously unselected package libseccomp-dev:amd64. [2020-08-06T00:00:45.529Z] #10 117.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-08-06T00:00:45.529Z] #10 117.8 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-08-06T00:00:45.529Z] #10 117.9 Selecting previously unselected package libsystemd-dev:amd64. [2020-08-06T00:00:45.529Z] #10 117.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-08-06T00:00:45.529Z] #10 117.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:45.529Z] #10 118.4 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.529Z] #10 118.4 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-08-06T00:00:45.529Z] #10 118.4 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-08-06T00:00:45.529Z] #10 118.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-06T00:00:45.529Z] #10 118.5 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.529Z] #10 118.5 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-08-06T00:00:45.529Z] #10 118.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:45.529Z] #10 118.5 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-06T00:00:45.529Z] #10 118.5 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.529Z] #10 118.5 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:45.530Z] #10 118.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-06T00:00:45.530Z] #10 118.6 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:00:45.530Z] #10 118.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-08-06T00:00:45.530Z] #10 118.6 Setting up mingw-w64-common (6.0.0-3) ... [2020-08-06T00:00:45.530Z] #10 118.6 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:45.530Z] #10 118.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-06T00:00:45.530Z] #10 118.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.530Z] #10 118.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:45.530Z] #10 118.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-08-06T00:00:45.530Z] #10 118.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-08-06T00:00:45.530Z] #10 118.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:45.530Z] #10 118.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-08-06T00:00:45.530Z] #10 118.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-08-06T00:00:45.530Z] #10 118.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-06T00:00:45.530Z] #10 118.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-08-06T00:00:45.530Z] #10 118.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:45.693Z] #10 119.2 Selecting previously unselected package libdevmapper-dev:amd64. [2020-08-06T00:00:45.693Z] #10 119.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-08-06T00:00:45.693Z] #10 119.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:45.693Z] #10 119.3 Selecting previously unselected package libseccomp-dev:amd64. [2020-08-06T00:00:45.693Z] #10 119.3 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-08-06T00:00:45.693Z] #10 119.3 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-08-06T00:00:45.707Z] #43 15.71 go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-06T00:00:45.707Z] #43 15.91 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-06T00:00:45.707Z] #43 15.97 go: finding github.com/jonboulle/clockwork v0.1.0 [2020-08-06T00:00:45.754Z] #10 119.1 Selecting previously unselected package libpcrecpp0v5:amd64. [2020-08-06T00:00:45.754Z] #10 119.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:45.754Z] #10 119.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.754Z] #10 119.2 Selecting previously unselected package libpcre3-dev:amd64. [2020-08-06T00:00:45.754Z] #10 119.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2020-08-06T00:00:45.754Z] #10 119.3 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2020-08-06T00:00:45.791Z] #10 118.7 Setting up dmsetup (2:1.02.155-3) ... [2020-08-06T00:00:45.792Z] #10 118.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:45.792Z] #10 118.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:45.792Z] #10 118.8 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:00:45.824Z] #24 34.35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-08-06T00:00:45.824Z] #24 34.43 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... [2020-08-06T00:00:45.824Z] #24 34.45 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-08-06T00:00:45.824Z] #24 34.73 Selecting previously unselected package libjq1:ppc64el. [2020-08-06T00:00:45.950Z] #10 119.4 Selecting previously unselected package libsystemd-dev:amd64. [2020-08-06T00:00:45.950Z] #10 119.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-08-06T00:00:45.950Z] #10 119.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:45.971Z] #43 16.07 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-06T00:00:45.971Z] #43 16.12 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-06T00:00:45.971Z] #43 16.15 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-06T00:00:46.052Z] #10 DONE 119.1s [2020-08-06T00:00:46.052Z] [2020-08-06T00:00:46.052Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:46.125Z] #24 34.75 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-08-06T00:00:46.125Z] #24 34.76 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-08-06T00:00:46.208Z] #10 119.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-08-06T00:00:46.208Z] #10 119.9 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-08-06T00:00:46.208Z] #10 119.9 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-08-06T00:00:46.208Z] #10 120.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-06T00:00:46.208Z] #10 120.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:46.235Z] #43 ... [2020-08-06T00:00:46.235Z] [2020-08-06T00:00:46.235Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:00:46.235Z] #28 6.224 + git clone https://github.com/kolyshkin/go-swagger.git . [2020-08-06T00:00:46.235Z] #28 6.226 Cloning into '.'... [2020-08-06T00:00:46.323Z] #10 119.7 Selecting previously unselected package libselinux1-dev:amd64. [2020-08-06T00:00:46.323Z] #10 119.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2020-08-06T00:00:46.323Z] #10 119.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2020-08-06T00:00:46.427Z] #24 34.97 Selecting previously unselected package jq. [2020-08-06T00:00:46.427Z] #24 34.98 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-08-06T00:00:46.427Z] #24 35.00 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-06T00:00:46.427Z] #24 35.19 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-08-06T00:00:46.427Z] #24 35.23 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-08-06T00:00:46.427Z] #24 35.24 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-06T00:00:46.427Z] #24 35.26 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:00:46.465Z] #10 120.0 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-08-06T00:00:46.465Z] #10 120.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:46.465Z] #10 120.0 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-06T00:00:46.465Z] #10 120.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:46.465Z] #10 120.2 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:46.507Z] #28 ... [2020-08-06T00:00:46.507Z] [2020-08-06T00:00:46.507Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:46.507Z] #47 11.90 + cd /tmp/tmp.pS0aNUiwA4/src/github.com/mvdan/sh [2020-08-06T00:00:46.507Z] #47 11.90 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2020-08-06T00:00:46.507Z] #47 11.98 + GO111MODULE=on [2020-08-06T00:00:46.507Z] #47 11.98 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2020-08-06T00:00:46.507Z] #47 13.28 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-06T00:00:46.507Z] #47 13.36 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-06T00:00:46.507Z] #47 13.53 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-06T00:00:46.507Z] #47 13.89 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-06T00:00:46.507Z] #47 13.92 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-06T00:00:46.507Z] #47 14.60 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-06T00:00:46.507Z] #47 15.38 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-06T00:00:46.523Z] #39 93.65 CC criu/sockets.o [2020-08-06T00:00:46.582Z] #10 120.0 Selecting previously unselected package libdevmapper-dev:amd64. [2020-08-06T00:00:46.582Z] #10 120.0 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2020-08-06T00:00:46.582Z] #10 120.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:46.582Z] #10 120.1 Selecting previously unselected package libseccomp-dev:amd64. [2020-08-06T00:00:46.582Z] #10 120.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2020-08-06T00:00:46.582Z] #10 120.1 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2020-08-06T00:00:46.582Z] #10 120.2 Selecting previously unselected package libsystemd-dev:amd64. [2020-08-06T00:00:46.723Z] #10 120.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-06T00:00:46.723Z] #10 120.2 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:00:46.723Z] #10 120.3 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-08-06T00:00:46.723Z] #10 120.3 Setting up mingw-w64-common (6.0.0-3) ... [2020-08-06T00:00:46.723Z] #10 120.3 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:46.723Z] #10 120.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-06T00:00:46.723Z] #10 120.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-08-06T00:00:46.723Z] #10 120.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:46.723Z] #10 120.4 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-08-06T00:00:46.723Z] #10 120.4 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-08-06T00:00:46.723Z] #10 120.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:46.771Z] #47 16.84 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-06T00:00:46.771Z] #47 ... [2020-08-06T00:00:46.771Z] [2020-08-06T00:00:46.771Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:00:46.771Z] #32 16.94 Fetched 8196 kB in 11s (760 kB/s) [2020-08-06T00:00:46.842Z] #10 120.2 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... [2020-08-06T00:00:46.842Z] #10 120.2 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:46.995Z] #10 120.4 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-08-06T00:00:46.995Z] #10 120.4 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-08-06T00:00:46.995Z] #10 120.5 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-06T00:00:46.995Z] #10 120.5 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-08-06T00:00:46.995Z] #10 120.5 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:46.995Z] #10 120.5 Setting up dmsetup (2:1.02.155-3) ... [2020-08-06T00:00:46.995Z] #10 120.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:46.995Z] #10 120.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:46.995Z] #10 120.6 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:00:47.078Z] #24 DONE 35.8s [2020-08-06T00:00:47.078Z] [2020-08-06T00:00:47.078Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-06T00:00:47.078Z] #52 22.85 Reading package lists... [2020-08-06T00:00:47.078Z] #52 29.91 Building dependency tree... [2020-08-06T00:00:47.078Z] #52 32.67 The following additional packages will be installed: [2020-08-06T00:00:47.078Z] #52 32.68 libbtrfs0 [2020-08-06T00:00:47.078Z] #52 32.90 The following NEW packages will be installed: [2020-08-06T00:00:47.078Z] #52 32.92 libbtrfs-dev libbtrfs0 [2020-08-06T00:00:47.078Z] #52 33.16 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:00:47.078Z] #52 33.16 Need to get 120 kB of archives. [2020-08-06T00:00:47.078Z] #52 33.16 After this operation, 423 kB of additional disk space will be used. [2020-08-06T00:00:47.078Z] #52 33.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-08-06T00:00:47.078Z] #52 33.19 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-08-06T00:00:47.078Z] #52 34.44 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:00:47.078Z] #52 34.62 Fetched 120 kB in 0s (1465 kB/s) [2020-08-06T00:00:47.078Z] #52 34.79 Selecting previously unselected package libbtrfs0. [2020-08-06T00:00:47.078Z] #52 34.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-08-06T00:00:47.078Z] #52 34.96 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-08-06T00:00:47.078Z] #52 34.97 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-06T00:00:47.078Z] #52 35.17 Selecting previously unselected package libbtrfs-dev. [2020-08-06T00:00:47.078Z] #52 35.17 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-08-06T00:00:47.078Z] #52 35.17 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:00:47.078Z] #52 35.46 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-06T00:00:47.078Z] #52 35.47 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:00:47.078Z] #52 35.47 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:00:47.078Z] #52 DONE 35.7s [2020-08-06T00:00:47.078Z] [2020-08-06T00:00:47.078Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:47.078Z] #53 ... [2020-08-06T00:00:47.078Z] [2020-08-06T00:00:47.078Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-08-06T00:00:47.078Z] #25 DONE 0.1s [2020-08-06T00:00:47.102Z] #10 ... [2020-08-06T00:00:47.102Z] [2020-08-06T00:00:47.102Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:47.102Z] #41 110.4 mime/quotedprintable [2020-08-06T00:00:47.102Z] #41 110.9 net/http/internal [2020-08-06T00:00:47.102Z] #41 114.2 net/textproto [2020-08-06T00:00:47.102Z] #41 114.2 crypto/x509 [2020-08-06T00:00:47.102Z] #41 115.6 vendor/golang.org/x/net/http/httpguts [2020-08-06T00:00:47.102Z] #41 115.9 vendor/golang.org/x/net/http/httpproxy [2020-08-06T00:00:47.102Z] #41 116.3 mime/multipart [2020-08-06T00:00:47.102Z] #41 118.6 crypto/tls [2020-08-06T00:00:47.102Z] #41 ... [2020-08-06T00:00:47.102Z] [2020-08-06T00:00:47.102Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:47.102Z] #10 120.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2020-08-06T00:00:47.102Z] #10 120.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2020-08-06T00:00:47.102Z] #10 120.6 Setting up libapparmor1:amd64 (2.13.2-10) ... [2020-08-06T00:00:47.102Z] #10 120.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-06T00:00:47.102Z] #10 120.7 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:47.102Z] #10 120.7 Setting up libsepol1-dev:amd64 (2.8-1) ... [2020-08-06T00:00:47.102Z] #10 120.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:47.102Z] #10 120.7 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-06T00:00:47.153Z] #39 94.13 CC criu/stats.o [2020-08-06T00:00:47.253Z] #10 DONE 120.9s [2020-08-06T00:00:47.253Z] [2020-08-06T00:00:47.253Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-08-06T00:00:47.362Z] #10 120.7 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2020-08-06T00:00:47.362Z] #10 120.7 Setting up libudev-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:47.362Z] #10 120.8 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-06T00:00:47.362Z] #10 120.8 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:00:47.362Z] #10 120.8 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2020-08-06T00:00:47.362Z] #10 120.8 Setting up mingw-w64-common (6.0.0-3) ... [2020-08-06T00:00:47.362Z] #10 120.8 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... [2020-08-06T00:00:47.362Z] #10 120.8 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-06T00:00:47.362Z] #10 120.8 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2020-08-06T00:00:47.362Z] #10 120.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:47.362Z] #10 120.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-08-06T00:00:47.362Z] #10 120.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-08-06T00:00:47.362Z] #10 120.9 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:00:47.362Z] #10 120.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-08-06T00:00:47.362Z] #10 120.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-08-06T00:00:47.362Z] #10 120.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-06T00:00:47.362Z] #10 120.9 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2020-08-06T00:00:47.362Z] #10 120.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:47.379Z] [2020-08-06T00:00:47.379Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:00:47.435Z] #49 1.430 + RM_GOPATH=0 [2020-08-06T00:00:47.435Z] #49 1.430 + TMP_GOPATH= [2020-08-06T00:00:47.435Z] #49 1.430 + : /build [2020-08-06T00:00:47.435Z] #49 1.430 + '[' -z '' ']' [2020-08-06T00:00:47.435Z] #49 1.436 ++ mktemp -d [2020-08-06T00:00:47.435Z] #49 ... [2020-08-06T00:00:47.435Z] [2020-08-06T00:00:47.435Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-08-06T00:00:47.435Z] #11 DONE 1.5s [2020-08-06T00:00:47.435Z] [2020-08-06T00:00:47.435Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:47.435Z] #49 1.437 + export GOPATH=/tmp/tmp.MCt9srlKVm [2020-08-06T00:00:47.435Z] #49 1.437 + GOPATH=/tmp/tmp.MCt9srlKVm [2020-08-06T00:00:47.435Z] #49 1.437 + RM_GOPATH=1 [2020-08-06T00:00:47.435Z] #49 1.437 + case "$(go env GOARCH)" in [2020-08-06T00:00:47.435Z] #49 1.441 ++ go env GOARCH [2020-08-06T00:00:47.435Z] #49 1.495 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:47.435Z] #49 1.495 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:47.435Z] #49 1.495 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:47.435Z] #49 1.497 + dir=/tmp/install [2020-08-06T00:00:47.435Z] #49 1.497 + bin=runc [2020-08-06T00:00:47.435Z] #49 1.497 + shift [2020-08-06T00:00:47.435Z] #49 1.497 + '[' '!' -f /tmp/install/runc.installer ']' [2020-08-06T00:00:47.435Z] #49 1.497 + . /tmp/install/runc.installer [2020-08-06T00:00:47.435Z] #49 1.497 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-06T00:00:47.435Z] #49 1.501 + install_runc [2020-08-06T00:00:47.435Z] #49 1.501 + grep -q '^3\.10\.0.*\.el7\.' [2020-08-06T00:00:47.435Z] #49 1.501 + uname -r [2020-08-06T00:00:47.435Z] #49 1.544 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-08-06T00:00:47.435Z] #49 1.544 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' [2020-08-06T00:00:47.435Z] #49 1.544 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.MCt9srlKVm/src/github.com/opencontainers/runc [2020-08-06T00:00:47.435Z] #49 1.544 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) [2020-08-06T00:00:47.443Z] #39 94.36 CC criu/string.o [2020-08-06T00:00:47.443Z] #39 94.41 CC criu/sysctl.o [2020-08-06T00:00:47.622Z] #10 120.9 Setting up dmsetup (2:1.02.155-3) ... [2020-08-06T00:00:47.622Z] #10 121.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:47.622Z] #10 121.0 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2020-08-06T00:00:47.622Z] #10 121.0 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:00:47.695Z] #49 1.551 Cloning into '/tmp/tmp.MCt9srlKVm/src/github.com/opencontainers/runc'... [2020-08-06T00:00:47.734Z] #39 94.77 CC criu/sysfs_parse.o [2020-08-06T00:00:47.882Z] #10 DONE 121.2s [2020-08-06T00:00:47.882Z] [2020-08-06T00:00:47.882Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:48.024Z] #39 94.97 CC criu/timens.o [2020-08-06T00:00:48.315Z] #39 95.12 CC criu/timerfd.o [2020-08-06T00:00:48.315Z] #39 95.35 CC criu/tty.o [2020-08-06T00:00:48.639Z] #49 ... [2020-08-06T00:00:48.639Z] [2020-08-06T00:00:48.639Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-08-06T00:00:48.639Z] #12 DONE 1.1s [2020-08-06T00:00:48.902Z] [2020-08-06T00:00:48.902Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-08-06T00:00:49.166Z] #11 DONE 1.5s [2020-08-06T00:00:49.166Z] [2020-08-06T00:00:49.166Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-08-06T00:00:49.266Z] #49 1.367 + RM_GOPATH=0 [2020-08-06T00:00:49.266Z] #49 1.367 + TMP_GOPATH= [2020-08-06T00:00:49.266Z] #49 1.367 + : /build [2020-08-06T00:00:49.266Z] #49 1.367 + '[' -z '' ']' [2020-08-06T00:00:49.266Z] #49 1.367 ++ mktemp -d [2020-08-06T00:00:49.266Z] #49 1.374 + export GOPATH=/tmp/tmp.kIbA9c4oFl [2020-08-06T00:00:49.266Z] #49 1.374 + GOPATH=/tmp/tmp.kIbA9c4oFl [2020-08-06T00:00:49.266Z] #49 1.374 + RM_GOPATH=1 [2020-08-06T00:00:49.266Z] #49 1.374 + case "$(go env GOARCH)" in [2020-08-06T00:00:49.266Z] #49 1.374 ++ go env GOARCH [2020-08-06T00:00:49.266Z] #49 1.389 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:49.266Z] #49 1.389 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:49.266Z] #49 1.393 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:49.266Z] #49 1.413 + dir=/tmp/install [2020-08-06T00:00:49.266Z] #49 1.414 + bin=runc [2020-08-06T00:00:49.266Z] #49 1.414 + shift [2020-08-06T00:00:49.266Z] #49 1.415 + '[' '!' -f /tmp/install/runc.installer ']' [2020-08-06T00:00:49.266Z] #49 1.416 + . /tmp/install/runc.installer [2020-08-06T00:00:49.266Z] #49 1.417 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-06T00:00:49.266Z] #49 1.418 + install_runc [2020-08-06T00:00:49.266Z] #49 1.423 + uname -r [2020-08-06T00:00:49.266Z] #49 1.427 + grep -q '^3\.10\.0.*\.el7\.' [2020-08-06T00:00:49.266Z] #49 1.443 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-08-06T00:00:49.266Z] #49 ... [2020-08-06T00:00:49.266Z] [2020-08-06T00:00:49.266Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-08-06T00:00:49.266Z] #11 DONE 1.5s [2020-08-06T00:00:49.266Z] [2020-08-06T00:00:49.266Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:49.266Z] #49 1.443 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' [2020-08-06T00:00:49.266Z] #49 1.444 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) [2020-08-06T00:00:49.266Z] #49 1.445 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.kIbA9c4oFl/src/github.com/opencontainers/runc [2020-08-06T00:00:49.266Z] #49 1.456 Cloning into '/tmp/tmp.kIbA9c4oFl/src/github.com/opencontainers/runc'... [2020-08-06T00:00:49.346Z] #39 96.21 CC criu/tun.o [2020-08-06T00:00:49.346Z] #39 96.43 CC criu/uffd.o [2020-08-06T00:00:49.492Z] #26 2.111 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-08-06T00:00:49.804Z] #26 2.646 [2020-08-06T00:00:49.845Z] #13 0.895 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-08-06T00:00:49.845Z] #13 DONE 1.0s [2020-08-06T00:00:49.845Z] [2020-08-06T00:00:49.845Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:49.845Z] #39 49.08 CC compel/arch/x86/src/lib/infect.o [2020-08-06T00:00:49.845Z] #39 50.20 CC compel/src/lib/infect-rpc.o [2020-08-06T00:00:49.845Z] #39 50.65 CC compel/src/lib/infect-util.o [2020-08-06T00:00:49.845Z] #39 50.90 CC compel/src/lib/infect.o [2020-08-06T00:00:49.977Z] #39 97.00 CC criu/util.o [2020-08-06T00:00:50.098Z] #12 DONE 1.1s [2020-08-06T00:00:50.098Z] [2020-08-06T00:00:50.098Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-08-06T00:00:50.413Z] #26 2.857 0.1% ### 5.1% ######## 11.2% [2020-08-06T00:00:50.413Z] #26 ... [2020-08-06T00:00:50.413Z] [2020-08-06T00:00:50.413Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:00:50.413Z] #39 22.38 Reading package lists... [2020-08-06T00:00:50.413Z] #39 29.27 Building dependency tree... [2020-08-06T00:00:50.413Z] #39 33.40 The following additional packages will be installed: [2020-08-06T00:00:50.413Z] #39 33.40 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-08-06T00:00:50.413Z] #39 33.41 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-08-06T00:00:50.413Z] #39 33.41 Suggested packages: [2020-08-06T00:00:50.413Z] #39 33.41 manpages-dev python-setuptools [2020-08-06T00:00:50.413Z] #39 34.98 The following NEW packages will be installed: [2020-08-06T00:00:50.413Z] #39 35.00 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-08-06T00:00:50.413Z] #39 35.00 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-08-06T00:00:50.413Z] #39 35.00 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-08-06T00:00:50.413Z] #39 35.00 python-six zlib1g-dev [2020-08-06T00:00:50.413Z] #39 35.16 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:00:50.413Z] #39 35.16 Need to get 4075 kB of archives. [2020-08-06T00:00:50.413Z] #39 35.16 After this operation, 24.5 MB of additional disk space will be used. [2020-08-06T00:00:50.413Z] #39 35.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2020-08-06T00:00:50.413Z] #39 35.19 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-08-06T00:00:50.413Z] #39 35.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2020-08-06T00:00:50.413Z] #39 35.23 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-08-06T00:00:50.413Z] #39 35.25 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2020-08-06T00:00:50.413Z] #39 35.26 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-08-06T00:00:50.413Z] #39 35.28 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-08-06T00:00:50.413Z] #39 35.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2020-08-06T00:00:50.414Z] #39 35.32 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2020-08-06T00:00:50.414Z] #39 35.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2020-08-06T00:00:50.414Z] #39 35.45 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2020-08-06T00:00:50.414Z] #39 35.58 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2020-08-06T00:00:50.414Z] #39 35.66 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-08-06T00:00:50.414Z] #39 35.69 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2020-08-06T00:00:50.414Z] #39 35.70 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2020-08-06T00:00:50.414Z] #39 35.74 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2020-08-06T00:00:50.414Z] #39 35.75 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2020-08-06T00:00:50.414Z] #39 37.37 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:00:50.414Z] #39 37.51 Fetched 4075 kB in 1s (5820 kB/s) [2020-08-06T00:00:50.414Z] #39 37.64 Selecting previously unselected package libcap-dev:ppc64el. [2020-08-06T00:00:50.414Z] #39 37.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-08-06T00:00:50.414Z] #39 37.71 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2020-08-06T00:00:50.414Z] #39 37.71 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2020-08-06T00:00:50.414Z] #39 37.88 Selecting previously unselected package libnet1:ppc64el. [2020-08-06T00:00:50.414Z] #39 37.88 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-08-06T00:00:50.414Z] #39 37.89 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-08-06T00:00:50.414Z] #39 38.01 Selecting previously unselected package libnet1-dev. [2020-08-06T00:00:50.414Z] #39 38.01 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-08-06T00:00:50.414Z] #39 38.03 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-06T00:00:50.414Z] #39 38.24 Selecting previously unselected package libnl-3-200:ppc64el. [2020-08-06T00:00:50.414Z] #39 38.25 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-08-06T00:00:50.414Z] #39 38.26 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-08-06T00:00:50.414Z] #39 38.50 Selecting previously unselected package libnl-3-dev:ppc64el. [2020-08-06T00:00:50.414Z] #39 38.50 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2020-08-06T00:00:50.414Z] #39 38.51 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2020-08-06T00:00:50.414Z] #39 38.85 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-08-06T00:00:50.414Z] #39 38.85 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-08-06T00:00:50.414Z] #39 38.87 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-08-06T00:00:50.414Z] #39 39.12 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2020-08-06T00:00:50.414Z] #39 39.14 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2020-08-06T00:00:50.414Z] #39 39.15 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-08-06T00:00:50.414Z] #39 ... [2020-08-06T00:00:50.414Z] [2020-08-06T00:00:50.414Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:00:50.414Z] #33 22.15 Reading package lists... [2020-08-06T00:00:50.414Z] #33 29.37 Building dependency tree... [2020-08-06T00:00:50.414Z] #33 31.84 The following additional packages will be installed: [2020-08-06T00:00:50.414Z] #33 31.85 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-08-06T00:00:50.414Z] #33 31.85 Suggested packages: [2020-08-06T00:00:50.414Z] #33 31.86 cmake-doc ninja-build lrzip [2020-08-06T00:00:50.414Z] #33 31.86 Recommended packages: [2020-08-06T00:00:50.414Z] #33 31.86 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-08-06T00:00:50.414Z] #33 32.73 The following NEW packages will be installed: [2020-08-06T00:00:50.414Z] #33 32.74 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-08-06T00:00:50.414Z] #33 32.74 vim-common xxd [2020-08-06T00:00:50.414Z] #33 32.93 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:00:50.414Z] #33 32.93 Need to get 14.9 MB of archives. [2020-08-06T00:00:50.414Z] #33 32.93 After this operation, 67.2 MB of additional disk space will be used. [2020-08-06T00:00:50.414Z] #33 32.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-08-06T00:00:50.414Z] #33 33.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-08-06T00:00:50.414Z] #33 33.04 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2020-08-06T00:00:50.414Z] #33 33.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-08-06T00:00:50.414Z] #33 34.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] [2020-08-06T00:00:50.414Z] #33 34.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2020-08-06T00:00:50.414Z] #33 34.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2020-08-06T00:00:50.414Z] #33 34.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2020-08-06T00:00:50.414Z] #33 34.44 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2020-08-06T00:00:50.414Z] #33 34.50 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2020-08-06T00:00:50.414Z] #33 36.53 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:00:50.414Z] #33 36.83 Fetched 14.9 MB in 2s (6850 kB/s) [2020-08-06T00:00:50.414Z] #33 37.01 Selecting previously unselected package xxd. [2020-08-06T00:00:50.414Z] #33 37.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 ... 15339 files and directories currently installed.) [2020-08-06T00:00:50.414Z] #33 37.08 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-08-06T00:00:50.414Z] #33 37.08 Unpacking xxd (2:8.1.0875-5) ... [2020-08-06T00:00:50.414Z] #33 37.33 Selecting previously unselected package vim-common. [2020-08-06T00:00:50.414Z] #33 37.34 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:00:50.414Z] #33 37.44 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-06T00:00:50.414Z] #33 37.71 Selecting previously unselected package cmake-data. [2020-08-06T00:00:50.414Z] #33 37.71 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-08-06T00:00:50.414Z] #33 37.73 Unpacking cmake-data (3.13.4-1) ... [2020-08-06T00:00:50.414Z] #33 ... [2020-08-06T00:00:50.414Z] [2020-08-06T00:00:50.414Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:00:50.608Z] #39 97.65 CC criu/uts_ns.o [2020-08-06T00:00:50.660Z] #49 ... [2020-08-06T00:00:50.660Z] [2020-08-06T00:00:50.660Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-08-06T00:00:50.660Z] #12 DONE 1.1s [2020-08-06T00:00:50.660Z] [2020-08-06T00:00:50.660Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-08-06T00:00:50.785Z] #39 ... [2020-08-06T00:00:50.785Z] [2020-08-06T00:00:50.785Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-08-06T00:00:50.785Z] #14 DONE 1.0s [2020-08-06T00:00:50.785Z] [2020-08-06T00:00:50.785Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:50.785Z] #39 54.11 CC compel/src/lib/ptrace.o [2020-08-06T00:00:50.785Z] #39 ... [2020-08-06T00:00:50.785Z] [2020-08-06T00:00:50.785Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-08-06T00:00:50.899Z] #39 97.81 CC criu/vdso.o [2020-08-06T00:00:51.029Z] #13 0.922 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-08-06T00:00:51.029Z] #13 DONE 1.0s [2020-08-06T00:00:51.029Z] [2020-08-06T00:00:51.029Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-08-06T00:00:51.189Z] #39 98.05 LINK criu/built-in.o [2020-08-06T00:00:51.190Z] #39 98.15 LINK criu/criu [2020-08-06T00:00:51.361Z] #26 2.857 0.1% ### 5.1% ######## 11.2% ########## 15.2% ############### 21.3% ################## 25.4% ##################### 29.5% ######################## 33.6% ########################### 37.7% ############################ 39.7% ############################### 43.8% [2020-08-06T00:00:51.361Z] #26 ... [2020-08-06T00:00:51.361Z] [2020-08-06T00:00:51.361Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:51.361Z] #11 23.13 Reading package lists... [2020-08-06T00:00:51.361Z] #11 30.46 Building dependency tree... [2020-08-06T00:00:51.361Z] #11 33.71 The following additional packages will be installed: [2020-08-06T00:00:51.361Z] #11 33.72 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-08-06T00:00:51.361Z] #11 33.72 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-08-06T00:00:51.361Z] #11 33.73 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-08-06T00:00:51.361Z] #11 33.73 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-06T00:00:51.361Z] #11 33.73 Suggested packages: [2020-08-06T00:00:51.361Z] #11 33.73 gcc-8-locales seccomp wine64 [2020-08-06T00:00:51.361Z] #11 35.74 The following NEW packages will be installed: [2020-08-06T00:00:51.361Z] #11 35.75 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-08-06T00:00:51.361Z] #11 35.75 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-08-06T00:00:51.361Z] #11 35.75 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-08-06T00:00:51.361Z] #11 35.75 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-08-06T00:00:51.361Z] #11 35.75 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-08-06T00:00:51.361Z] #11 35.76 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-06T00:00:51.361Z] #11 35.98 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:00:51.361Z] #11 35.98 Need to get 78.9 MB of archives. [2020-08-06T00:00:51.361Z] #11 35.98 After this operation, 532 MB of additional disk space will be used. [2020-08-06T00:00:51.361Z] #11 35.98 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-08-06T00:00:51.361Z] #11 36.42 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-08-06T00:00:51.361Z] #11 36.83 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-08-06T00:00:51.361Z] #11 36.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2020-08-06T00:00:51.361Z] #11 36.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2020-08-06T00:00:51.361Z] #11 36.87 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2020-08-06T00:00:51.361Z] #11 37.48 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-08-06T00:00:51.361Z] #11 37.94 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-08-06T00:00:51.361Z] #11 38.07 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-08-06T00:00:51.361Z] #11 ... [2020-08-06T00:00:51.361Z] [2020-08-06T00:00:51.361Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:00:51.480Z] #39 98.35 DEP lib/c/criu.d [2020-08-06T00:00:51.480Z] #39 98.39 CC images/rpc.pb-c.o [2020-08-06T00:00:51.600Z] #13 0.982 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-08-06T00:00:51.600Z] #13 DONE 1.1s [2020-08-06T00:00:51.600Z] [2020-08-06T00:00:51.600Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:51.600Z] #39 46.02 AR compel/plugins/fds.lib.a [2020-08-06T00:00:51.600Z] #39 46.10 HOSTDEP compel/src/lib/log-host.d [2020-08-06T00:00:51.600Z] #39 46.19 HOSTDEP compel/src/lib/handle-elf-host.d [2020-08-06T00:00:51.600Z] #39 46.42 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-08-06T00:00:51.600Z] #39 46.53 HOSTDEP compel/src/main-host.d [2020-08-06T00:00:51.600Z] #39 46.64 DEP compel/src/lib/ptrace.d [2020-08-06T00:00:51.600Z] #39 46.76 DEP compel/src/lib/infect.d [2020-08-06T00:00:51.600Z] #39 47.00 DEP compel/src/lib/infect-util.d [2020-08-06T00:00:51.600Z] #39 47.19 DEP compel/src/lib/infect-rpc.d [2020-08-06T00:00:51.600Z] #39 47.37 DEP compel/arch/x86/src/lib/infect.d [2020-08-06T00:00:51.600Z] #39 47.44 DEP compel/arch/x86/src/lib/cpu.d [2020-08-06T00:00:51.600Z] #39 47.55 DEP compel/src/lib/log.d [2020-08-06T00:00:51.600Z] #39 47.62 DEP compel/src/main.d [2020-08-06T00:00:51.600Z] #39 47.70 DEP compel/src/lib/handle-elf.d [2020-08-06T00:00:51.600Z] #39 47.78 DEP compel/arch/x86/src/lib/handle-elf.d [2020-08-06T00:00:51.600Z] #39 47.88 CC compel/src/lib/log.o [2020-08-06T00:00:51.600Z] #39 48.10 CC compel/arch/x86/src/lib/cpu.o [2020-08-06T00:00:51.600Z] #39 48.72 CC compel/arch/x86/src/lib/infect.o [2020-08-06T00:00:51.600Z] #39 49.39 CC compel/src/lib/infect-rpc.o [2020-08-06T00:00:51.600Z] #39 49.70 CC compel/src/lib/infect-util.o [2020-08-06T00:00:51.600Z] #39 49.90 CC compel/src/lib/infect.o [2020-08-06T00:00:51.600Z] #39 53.12 CC compel/src/lib/ptrace.o [2020-08-06T00:00:51.600Z] #39 53.71 AR compel/libcompel.a [2020-08-06T00:00:51.600Z] #39 53.94 HOSTCC compel/src/main-host.o [2020-08-06T00:00:51.600Z] #39 ... [2020-08-06T00:00:51.600Z] [2020-08-06T00:00:51.600Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-08-06T00:00:51.726Z] #15 DONE 1.1s [2020-08-06T00:00:51.726Z] [2020-08-06T00:00:51.726Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-08-06T00:00:51.771Z] #39 98.61 CC lib/c/criu.o [2020-08-06T00:00:52.064Z] #39 99.02 LINK lib/c/built-in.o [2020-08-06T00:00:52.064Z] #39 99.02 LINK lib/c/libcriu.so [2020-08-06T00:00:52.064Z] #39 99.05 LINK lib/c/libcriu.a [2020-08-06T00:00:52.064Z] #39 99.13 GEN magic.py [2020-08-06T00:00:52.096Z] #32 16.94 Reading package lists... [2020-08-06T00:00:52.096Z] #32 ... [2020-08-06T00:00:52.096Z] [2020-08-06T00:00:52.096Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-06T00:00:52.096Z] #23 11.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-08-06T00:00:52.096Z] #23 17.95 Fetched 8196 kB in 12s (706 kB/s) [2020-08-06T00:00:52.096Z] #23 17.95 Reading package lists... [2020-08-06T00:00:52.096Z] #23 ... [2020-08-06T00:00:52.096Z] [2020-08-06T00:00:52.096Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:52.096Z] #10 11.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-08-06T00:00:52.096Z] #10 19.13 Fetched 8196 kB in 13s (640 kB/s) [2020-08-06T00:00:52.096Z] #10 19.13 Reading package lists... [2020-08-06T00:00:52.096Z] #10 ... [2020-08-06T00:00:52.096Z] [2020-08-06T00:00:52.096Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:00:52.096Z] #36 19.71 Checking out files: 89% (1432/1597) Checking out files: 90% (1438/1597) Checking out files: 91% (1454/1597) Checking out files: 92% (1470/1597) Checking out files: 93% (1486/1597) Checking out files: 94% (1502/1597) Checking out files: 95% (1518/1597) Checking out files: 96% (1534/1597) Checking out files: 97% (1550/1597) Checking out files: 98% (1566/1597) Checking out files: 99% (1582/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. [2020-08-06T00:00:52.096Z] #36 19.92 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2020-08-06T00:00:52.096Z] #36 ... [2020-08-06T00:00:52.096Z] [2020-08-06T00:00:52.096Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:52.096Z] #41 11.91 vendor/golang.org/x/crypto/cryptobyte/asn1 [2020-08-06T00:00:52.096Z] #41 12.23 internal/nettrace [2020-08-06T00:00:52.096Z] #41 12.74 runtime/cgo [2020-08-06T00:00:52.096Z] #41 14.15 vendor/golang.org/x/crypto/internal/subtle [2020-08-06T00:00:52.096Z] #41 ... [2020-08-06T00:00:52.096Z] [2020-08-06T00:00:52.096Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:52.096Z] #60 17.17 Checking out files: 63% (1321/2067) Checking out files: 64% (1323/2067) Checking out files: 65% (1344/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. [2020-08-06T00:00:52.096Z] #60 18.15 + cd /tmp/tmp.HRoELHrHOO/src/github.com/docker/libnetwork [2020-08-06T00:00:52.096Z] #60 18.15 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a [2020-08-06T00:00:52.096Z] #60 18.57 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2020-08-06T00:00:52.354Z] #39 99.19 Note: Building without setproctitle() and strlcpy() support. [2020-08-06T00:00:52.354Z] #39 99.19 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-06T00:00:52.354Z] #39 99.20 Note: Building without GnuTLS support [2020-08-06T00:00:52.354Z] #39 99.20 Makefile.config:39: Warn: you have no libnftables installed [2020-08-06T00:00:52.354Z] #39 99.20 Makefile.config:40: Warn: Building without nftables support [2020-08-06T00:00:52.354Z] #39 ... [2020-08-06T00:00:52.354Z] [2020-08-06T00:00:52.354Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:00:52.354Z] #36 DONE 132.4s [2020-08-06T00:00:52.399Z] #14 DONE 1.1s [2020-08-06T00:00:52.399Z] [2020-08-06T00:00:52.399Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:52.399Z] #41 125.7 net/http/httptrace [2020-08-06T00:00:52.399Z] #41 ... [2020-08-06T00:00:52.399Z] [2020-08-06T00:00:52.399Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:52.399Z] #39 44.52 CC compel/arch/x86/plugins/std/parasite-head.o [2020-08-06T00:00:52.399Z] #39 44.63 CC compel/arch/x86/plugins/std/memcpy.o [2020-08-06T00:00:52.399Z] #39 44.69 CC compel/arch/x86/plugins/std/syscalls-64.o [2020-08-06T00:00:52.399Z] #39 44.79 AR compel/plugins/std.lib.a [2020-08-06T00:00:52.399Z] #39 44.93 CC compel/plugins/fds/fds.o [2020-08-06T00:00:52.399Z] #39 45.26 AR compel/plugins/fds.lib.a [2020-08-06T00:00:52.399Z] #39 45.29 HOSTDEP compel/src/lib/log-host.d [2020-08-06T00:00:52.399Z] #39 45.35 HOSTDEP compel/src/lib/handle-elf-host.d [2020-08-06T00:00:52.399Z] #39 45.43 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2020-08-06T00:00:52.399Z] #39 45.50 HOSTDEP compel/src/main-host.d [2020-08-06T00:00:52.399Z] #39 45.58 DEP compel/src/lib/ptrace.d [2020-08-06T00:00:52.399Z] #39 45.72 DEP compel/src/lib/infect.d [2020-08-06T00:00:52.399Z] #39 45.94 DEP compel/src/lib/infect-util.d [2020-08-06T00:00:52.399Z] #39 46.02 DEP compel/src/lib/infect-rpc.d [2020-08-06T00:00:52.399Z] #39 46.16 DEP compel/arch/x86/src/lib/infect.d [2020-08-06T00:00:52.399Z] #39 46.26 DEP compel/arch/x86/src/lib/cpu.d [2020-08-06T00:00:52.399Z] #39 46.31 DEP compel/src/lib/log.d [2020-08-06T00:00:52.399Z] #39 46.41 DEP compel/src/main.d [2020-08-06T00:00:52.399Z] #39 46.51 DEP compel/src/lib/handle-elf.d [2020-08-06T00:00:52.399Z] #39 46.62 DEP compel/arch/x86/src/lib/handle-elf.d [2020-08-06T00:00:52.399Z] #39 46.73 CC compel/src/lib/log.o [2020-08-06T00:00:52.399Z] #39 46.97 CC compel/arch/x86/src/lib/cpu.o [2020-08-06T00:00:52.399Z] #39 47.61 CC compel/arch/x86/src/lib/infect.o [2020-08-06T00:00:52.399Z] #39 48.31 CC compel/src/lib/infect-rpc.o [2020-08-06T00:00:52.399Z] #39 48.64 CC compel/src/lib/infect-util.o [2020-08-06T00:00:52.399Z] #39 48.82 CC compel/src/lib/infect.o [2020-08-06T00:00:52.399Z] #39 51.89 CC compel/src/lib/ptrace.o [2020-08-06T00:00:52.399Z] #39 52.62 AR compel/libcompel.a [2020-08-06T00:00:52.399Z] #39 52.73 HOSTCC compel/src/main-host.o [2020-08-06T00:00:52.399Z] #39 53.05 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-08-06T00:00:52.399Z] #39 53.28 HOSTCC compel/src/lib/handle-elf-host.o [2020-08-06T00:00:52.399Z] #39 53.79 HOSTCC compel/src/lib/log-host.o [2020-08-06T00:00:52.399Z] #39 54.06 HOSTLINK compel/compel-host-bin [2020-08-06T00:00:52.399Z] #39 54.21 DEP soccr/soccr.d [2020-08-06T00:00:52.399Z] #39 54.48 CC soccr/soccr.o [2020-08-06T00:00:52.399Z] #39 ... [2020-08-06T00:00:52.399Z] [2020-08-06T00:00:52.399Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:52.399Z] #49 1.445 + RM_GOPATH=0 [2020-08-06T00:00:52.399Z] #49 1.445 + TMP_GOPATH= [2020-08-06T00:00:52.399Z] #49 1.445 + : /build [2020-08-06T00:00:52.399Z] #49 1.445 + '[' -z '' ']' [2020-08-06T00:00:52.399Z] #49 1.453 ++ mktemp -d [2020-08-06T00:00:52.399Z] #49 1.453 + export GOPATH=/tmp/tmp.LZeTUvqoRz [2020-08-06T00:00:52.399Z] #49 1.453 + GOPATH=/tmp/tmp.LZeTUvqoRz [2020-08-06T00:00:52.399Z] #49 1.453 + RM_GOPATH=1 [2020-08-06T00:00:52.399Z] #49 1.453 + case "$(go env GOARCH)" in [2020-08-06T00:00:52.399Z] #49 1.453 ++ go env GOARCH [2020-08-06T00:00:52.399Z] #49 1.457 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:52.399Z] #49 1.457 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:52.399Z] #49 1.458 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:52.399Z] #49 1.460 + dir=/tmp/install [2020-08-06T00:00:52.399Z] #49 1.460 + bin=runc [2020-08-06T00:00:52.399Z] #49 1.460 + shift [2020-08-06T00:00:52.399Z] #49 1.460 + '[' '!' -f /tmp/install/runc.installer ']' [2020-08-06T00:00:52.399Z] #49 1.460 + . /tmp/install/runc.installer [2020-08-06T00:00:52.399Z] #49 1.462 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-06T00:00:52.399Z] #49 1.462 + install_runc [2020-08-06T00:00:52.399Z] #49 1.463 + grep -q '^3\.10\.0.*\.el7\.' [2020-08-06T00:00:52.399Z] #49 1.465 + uname -r [2020-08-06T00:00:52.399Z] #49 1.469 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-08-06T00:00:52.399Z] #49 1.469 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' [2020-08-06T00:00:52.399Z] #49 1.470 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) [2020-08-06T00:00:52.399Z] #49 1.470 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.LZeTUvqoRz/src/github.com/opencontainers/runc [2020-08-06T00:00:52.399Z] #49 1.472 Cloning into '/tmp/tmp.LZeTUvqoRz/src/github.com/opencontainers/runc'... [2020-08-06T00:00:52.399Z] #49 ... [2020-08-06T00:00:52.399Z] [2020-08-06T00:00:52.399Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:52.399Z] #41 126.2 net/http [2020-08-06T00:00:52.542Z] #14 DONE 1.1s [2020-08-06T00:00:52.542Z] [2020-08-06T00:00:52.542Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-08-06T00:00:52.576Z] #26 2.857 0.1% ### 5.1% ######## 11.2% ########## 15.2% ############### 21.3% ################## 25.4% ##################### 29.5% ######################## 33.6% ########################### 37.7% ############################ 39.7% ############################### 43.8% ################################### 49.9% ######################################## 56.0% ############################################ 62.1% ############################################## 64.1% ################################################## 70.2% ###################################################### 76.3% ########################################################### 82.5% ############################################################### 88.6% ################################################################### 94.3% ######################################################################## 100.0% [2020-08-06T00:00:52.644Z] [2020-08-06T00:00:52.645Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:52.645Z] #52 ... [2020-08-06T00:00:52.645Z] [2020-08-06T00:00:52.645Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:52.645Z] #39 99.63 fatal: not a git repository (or any of the parent directories): .git [2020-08-06T00:00:52.676Z] #16 DONE 1.1s [2020-08-06T00:00:52.676Z] [2020-08-06T00:00:52.676Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:52.676Z] #39 54.75 AR compel/libcompel.a [2020-08-06T00:00:52.676Z] #39 54.81 HOSTCC compel/src/main-host.o [2020-08-06T00:00:52.676Z] #39 55.12 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-08-06T00:00:52.676Z] #39 55.51 HOSTCC compel/src/lib/handle-elf-host.o [2020-08-06T00:00:52.676Z] #39 56.04 HOSTCC compel/src/lib/log-host.o [2020-08-06T00:00:52.676Z] #39 56.21 HOSTLINK compel/compel-host-bin [2020-08-06T00:00:52.676Z] #39 56.36 DEP soccr/soccr.d [2020-08-06T00:00:53.106Z] Running on azwin-2-60d8b0 in d:\jenkins\workspace\moby_PR-41316 [Pipeline] { [Pipeline] ws [2020-08-06T00:00:53.135Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2020-08-06T00:00:53.231Z] #26 5.980 #=#=# [2020-08-06T00:00:53.246Z] #39 56.56 CC soccr/soccr.o [2020-08-06T00:00:53.275Z] #39 100.2 make[1]: Nothing to be done for 'all'. [2020-08-06T00:00:53.275Z] #39 ... [2020-08-06T00:00:53.275Z] [2020-08-06T00:00:53.275Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-08-06T00:00:53.275Z] #37 DONE 0.2s [2020-08-06T00:00:53.329Z] #41 ... [2020-08-06T00:00:53.329Z] [2020-08-06T00:00:53.329Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-08-06T00:00:53.329Z] #15 DONE 1.0s [2020-08-06T00:00:53.329Z] [2020-08-06T00:00:53.329Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-08-06T00:00:53.488Z] #15 DONE 1.0s [2020-08-06T00:00:53.488Z] [2020-08-06T00:00:53.488Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:53.488Z] #41 126.6 net/http/httptrace [2020-08-06T00:00:53.488Z] #41 126.9 net/http [2020-08-06T00:00:53.533Z] #26 6.189 1.1% ################################ 45.0% ############################################################# 85.1% ######################################################################## 100.0% [2020-08-06T00:00:53.565Z] [2020-08-06T00:00:53.565Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:53.565Z] #39 100.5 make[1]: 'images/built-in.o' is up to date. [2020-08-06T00:00:53.565Z] #39 100.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-08-06T00:00:53.565Z] #39 100.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-08-06T00:00:53.565Z] #39 100.5 make[1]: 'compel/libcompel.a' is up to date. [2020-08-06T00:00:53.565Z] #39 100.5 make[1]: 'compel/compel-host-bin' is up to date. [2020-08-06T00:00:53.565Z] #39 100.5 make[1]: Nothing to be done for 'all'. [2020-08-06T00:00:53.565Z] #39 100.5 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-06T00:00:53.565Z] #39 100.6 make[2]: Nothing to be done for 'all'. [2020-08-06T00:00:53.565Z] #39 100.6 make[2]: Nothing to be done for 'all'. [2020-08-06T00:00:53.565Z] #39 100.7 make[2]: Nothing to be done for 'all'. [2020-08-06T00:00:53.565Z] #39 100.7 make[2]: Nothing to be done for 'all'. [2020-08-06T00:00:53.855Z] #39 100.7 make[2]: Nothing to be done for 'all'. [2020-08-06T00:00:53.855Z] #39 100.7 make[2]: Nothing to be done for 'all'. [2020-08-06T00:00:53.855Z] #39 100.8 make[2]: Nothing to be done for 'all'. [2020-08-06T00:00:53.855Z] #39 100.8 make[2]: Nothing to be done for 'all'. [2020-08-06T00:00:53.855Z] #39 100.8 INSTALL criu/criu [2020-08-06T00:00:53.855Z] #39 DONE 101.0s [2020-08-06T00:00:53.855Z] [2020-08-06T00:00:53.855Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:53.895Z] #16 DONE 1.0s [2020-08-06T00:00:53.895Z] [2020-08-06T00:00:53.895Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:00:53.895Z] #39 56.24 AR soccr/libsoccr.a [2020-08-06T00:00:53.895Z] #39 56.30 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-06T00:00:54.185Z] #60 ... [2020-08-06T00:00:54.185Z] [2020-08-06T00:00:54.185Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-06T00:00:54.185Z] #23 17.95 Reading package lists... [2020-08-06T00:00:54.186Z] #39 57.87 AR soccr/libsoccr.a [2020-08-06T00:00:54.213Z] #26 7.026 [2020-08-06T00:00:54.446Z] #39 57.94 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-06T00:00:54.822Z] #26 7.352 ########## 15.0% ################## 25.3% ######################################## 56.2% ######################################################################## 100.0% [2020-08-06T00:00:54.825Z] #39 57.00 DEP criu/arch/x86/sigframe.d [2020-08-06T00:00:54.825Z] #39 57.15 DEP criu/arch/x86/sigaction_compat.d [2020-08-06T00:00:54.869Z] #41 ... [2020-08-06T00:00:54.869Z] [2020-08-06T00:00:54.869Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-08-06T00:00:54.869Z] #16 DONE 1.0s [2020-08-06T00:00:54.869Z] [2020-08-06T00:00:54.869Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:00:54.893Z] #52 ... [2020-08-06T00:00:54.893Z] [2020-08-06T00:00:54.893Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-08-06T00:00:54.893Z] #40 DONE 0.1s [2020-08-06T00:00:54.893Z] [2020-08-06T00:00:54.893Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-08-06T00:00:54.893Z] #42 DONE 0.1s [2020-08-06T00:00:54.893Z] [2020-08-06T00:00:54.893Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:55.015Z] #39 58.31 DEP criu/arch/x86/sigframe.d [2020-08-06T00:00:55.015Z] #39 58.39 DEP criu/arch/x86/sigaction_compat.d [2020-08-06T00:00:55.015Z] #39 58.48 DEP criu/arch/x86/kerndat.d [2020-08-06T00:00:55.082Z] #39 57.27 DEP criu/arch/x86/kerndat.d [2020-08-06T00:00:55.082Z] #39 57.39 DEP criu/arch/x86/crtools.d [2020-08-06T00:00:55.082Z] #39 57.50 DEP criu/arch/x86/cpu.d [2020-08-06T00:00:55.124Z] #26 ... [2020-08-06T00:00:55.124Z] [2020-08-06T00:00:55.124Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:55.124Z] #60 DONE 43.8s [2020-08-06T00:00:55.124Z] [2020-08-06T00:00:55.124Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:00:55.124Z] #39 39.29 Selecting previously unselected package zlib1g-dev:ppc64el. [2020-08-06T00:00:55.124Z] #39 39.30 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2020-08-06T00:00:55.124Z] #39 39.30 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-08-06T00:00:55.124Z] #39 39.53 Selecting previously unselected package libprotobuf17:ppc64el. [2020-08-06T00:00:55.124Z] #39 39.54 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2020-08-06T00:00:55.124Z] #39 39.54 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-08-06T00:00:55.124Z] #39 40.86 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2020-08-06T00:00:55.124Z] #39 40.87 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2020-08-06T00:00:55.124Z] #39 40.88 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-08-06T00:00:55.124Z] #39 41.15 Selecting previously unselected package libprotobuf-dev:ppc64el. [2020-08-06T00:00:55.124Z] #39 41.16 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2020-08-06T00:00:55.124Z] #39 41.18 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-08-06T00:00:55.124Z] #39 42.72 Selecting previously unselected package libprotoc17:ppc64el. [2020-08-06T00:00:55.124Z] #39 42.73 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2020-08-06T00:00:55.124Z] #39 42.74 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2020-08-06T00:00:55.124Z] #39 43.65 Selecting previously unselected package protobuf-c-compiler. [2020-08-06T00:00:55.124Z] #39 43.66 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2020-08-06T00:00:55.124Z] #39 43.67 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-06T00:00:55.124Z] #39 43.88 Selecting previously unselected package protobuf-compiler. [2020-08-06T00:00:55.124Z] #39 43.89 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2020-08-06T00:00:55.124Z] #39 43.93 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-08-06T00:00:55.183Z] #52 ... [2020-08-06T00:00:55.183Z] [2020-08-06T00:00:55.183Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-08-06T00:00:55.183Z] #44 DONE 0.1s [2020-08-06T00:00:55.183Z] [2020-08-06T00:00:55.183Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:55.275Z] #39 58.67 DEP criu/arch/x86/crtools.d [2020-08-06T00:00:55.339Z] #39 57.63 CC criu/arch/x86/cpu.o [2020-08-06T00:00:55.418Z] #23 24.59 Reading package lists... [2020-08-06T00:00:55.418Z] #23 ... [2020-08-06T00:00:55.418Z] [2020-08-06T00:00:55.418Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-06T00:00:55.418Z] #51 15.40 Fetched 8196 kB in 10s (787 kB/s) [2020-08-06T00:00:55.418Z] #51 15.40 Reading package lists... [2020-08-06T00:00:55.418Z] #51 22.42 Reading package lists... [2020-08-06T00:00:55.418Z] #51 ... [2020-08-06T00:00:55.418Z] [2020-08-06T00:00:55.418Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:00:55.418Z] #10 19.13 Reading package lists... [2020-08-06T00:00:55.426Z] #39 44.11 Selecting previously unselected package python-pkg-resources. [2020-08-06T00:00:55.426Z] #39 44.11 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-08-06T00:00:55.426Z] #39 44.12 Unpacking python-pkg-resources (40.8.0-1) ... [2020-08-06T00:00:55.534Z] #39 58.90 DEP criu/arch/x86/cpu.d [2020-08-06T00:00:55.535Z] #39 59.11 CC criu/arch/x86/cpu.o [2020-08-06T00:00:55.739Z] #39 44.32 Selecting previously unselected package python-six. [2020-08-06T00:00:55.739Z] #39 44.34 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-08-06T00:00:55.739Z] #39 44.35 Unpacking python-six (1.12.0-1) ... [2020-08-06T00:00:55.739Z] #39 44.53 Selecting previously unselected package python-protobuf. [2020-08-06T00:00:55.739Z] #39 44.56 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2020-08-06T00:00:55.739Z] #39 44.60 Unpacking python-protobuf (3.6.1.3-2) ... [2020-08-06T00:00:55.904Z] #39 58.17 CC criu/arch/x86/crtools.o [2020-08-06T00:00:56.041Z] #39 ... [2020-08-06T00:00:56.041Z] [2020-08-06T00:00:56.041Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:00:56.041Z] #26 8.298 #=#=# [2020-08-06T00:00:56.103Z] #39 59.72 CC criu/arch/x86/crtools.o [2020-08-06T00:00:56.252Z] #17 1.316 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:00:56.252Z] #17 1.363 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:00:56.252Z] #17 1.363 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:00:56.363Z] #39 ... [2020-08-06T00:00:56.363Z] [2020-08-06T00:00:56.363Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:00:56.363Z] #49 10.38 + cd /tmp/tmp.MCt9srlKVm/src/github.com/opencontainers/runc [2020-08-06T00:00:56.512Z] #17 1.888 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-06T00:00:56.623Z] #49 10.38 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-06T00:00:56.685Z] #45 ... [2020-08-06T00:00:56.685Z] [2020-08-06T00:00:56.685Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:56.685Z] #52 112.3 + bin/containerd [2020-08-06T00:00:56.835Z] #39 59.33 CC criu/arch/x86/kerndat.o [2020-08-06T00:00:56.882Z] #49 10.82 + '[' -z '' ']' [2020-08-06T00:00:56.882Z] #49 10.82 + target=static [2020-08-06T00:00:56.882Z] #49 10.82 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-08-06T00:00:57.244Z] #26 8.675 #=#=# ## 3.4% ######### 13.0% ############## 19.6% ################ 23.4% ################## 25.4% ##################### 29.2% ####################### 32.6% ########################### 38.8% ################################ 44.6% #################################### 50.4% ######################################## 56.1% ############################################# 63.8% [2020-08-06T00:00:57.244Z] #26 ... [2020-08-06T00:00:57.244Z] [2020-08-06T00:00:57.244Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:00:57.244Z] #53 0.431 + RM_GOPATH=0 [2020-08-06T00:00:57.244Z] #53 0.432 + TMP_GOPATH= [2020-08-06T00:00:57.244Z] #53 0.432 + : /build [2020-08-06T00:00:57.244Z] #53 0.432 + '[' -z '' ']' [2020-08-06T00:00:57.244Z] #53 0.434 ++ mktemp -d [2020-08-06T00:00:57.244Z] #53 0.440 + export GOPATH=/tmp/tmp.SbHwIbdyVi [2020-08-06T00:00:57.244Z] #53 0.440 + GOPATH=/tmp/tmp.SbHwIbdyVi [2020-08-06T00:00:57.244Z] #53 0.440 + RM_GOPATH=1 [2020-08-06T00:00:57.244Z] #53 0.441 + case "$(go env GOARCH)" in [2020-08-06T00:00:57.244Z] #53 0.442 ++ go env GOARCH [2020-08-06T00:00:57.244Z] #53 0.490 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:57.244Z] #53 0.491 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:00:57.244Z] #53 0.492 ++ dirname /tmp/install/install.sh [2020-08-06T00:00:57.244Z] #53 0.496 + dir=/tmp/install [2020-08-06T00:00:57.244Z] #53 0.519 + bin=containerd [2020-08-06T00:00:57.244Z] #53 0.520 + shift [2020-08-06T00:00:57.244Z] #53 0.521 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-08-06T00:00:57.244Z] #53 0.522 + . /tmp/install/containerd.installer [2020-08-06T00:00:57.244Z] #53 0.528 ++ set -e [2020-08-06T00:00:57.244Z] #53 0.528 ++ : 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-06T00:00:57.244Z] #53 0.531 + install_containerd [2020-08-06T00:00:57.244Z] #53 0.540 + echo 'Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175' [2020-08-06T00:00:57.244Z] #53 0.541 Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-06T00:00:57.244Z] #53 0.541 + git clone https://github.com/containerd/containerd.git /tmp/tmp.SbHwIbdyVi/src/github.com/containerd/containerd [2020-08-06T00:00:57.244Z] #53 0.545 Cloning into '/tmp/tmp.SbHwIbdyVi/src/github.com/containerd/containerd'... [2020-08-06T00:00:57.398Z] #39 59.64 CC criu/arch/x86/sigaction_compat.o [2020-08-06T00:00:57.451Z] #49 11.37 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . [2020-08-06T00:00:57.542Z] #53 ... [2020-08-06T00:00:57.542Z] [2020-08-06T00:00:57.542Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:00:57.655Z] #39 59.83 CC criu/arch/x86/sigframe.o [2020-08-06T00:00:57.655Z] #39 60.07 LINK criu/arch/x86/crtools.built-in.o [2020-08-06T00:00:57.893Z] #17 3.221 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-06T00:00:57.913Z] #39 60.12 DEP criu/pie/util-vdso-elf32.d [2020-08-06T00:00:57.913Z] #39 60.25 DEP criu/pie/util-vdso.d [2020-08-06T00:00:57.913Z] #39 60.33 DEP criu/pie/util.d [2020-08-06T00:00:58.139Z] #26 8.675 #=#=# ## 3.4% ######### 13.0% ############## 19.6% ################ 23.4% ################## 25.4% ##################### 29.2% ####################### 32.6% ########################### 38.8% ################################ 44.6% #################################### 50.4% ######################################## 56.1% ############################################# 63.8% ################################################ 67.6% #################################################### 73.4% ######################################################## 79.2% ########################################################### 83.0% ############################################################## 86.8% ################################################################# 90.7% ##################################################################### 96.4% ######################################################################## 100.0% [2020-08-06T00:00:58.170Z] #39 60.44 CC criu/pie/util.o [2020-08-06T00:00:58.251Z] #10 25.91 Reading package lists... [2020-08-06T00:00:58.251Z] #10 ... [2020-08-06T00:00:58.251Z] [2020-08-06T00:00:58.251Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:00:58.251Z] #38 18.16 Fetched 8196 kB in 12s (694 kB/s) [2020-08-06T00:00:58.251Z] #38 18.16 Reading package lists... [2020-08-06T00:00:58.251Z] #38 24.67 Reading package lists... [2020-08-06T00:00:58.251Z] #38 ... [2020-08-06T00:00:58.251Z] [2020-08-06T00:00:58.251Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:00:58.251Z] #47 18.38 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2020-08-06T00:00:58.251Z] #47 18.49 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2020-08-06T00:00:58.251Z] #47 18.88 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2020-08-06T00:00:58.251Z] #47 18.98 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2020-08-06T00:00:58.251Z] #47 20.34 runtime [2020-08-06T00:00:58.251Z] #47 20.39 runtime/cgo [2020-08-06T00:00:58.251Z] #47 ... [2020-08-06T00:00:58.251Z] [2020-08-06T00:00:58.251Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:00:58.251Z] #36 22.31 + 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-08-06T00:00:58.428Z] #39 60.76 CC criu/pie/util-vdso.o [2020-08-06T00:00:58.516Z] #36 ... [2020-08-06T00:00:58.516Z] [2020-08-06T00:00:58.516Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-06T00:00:58.516Z] #51 22.42 Reading package lists... [2020-08-06T00:00:58.789Z] #26 11.62 [2020-08-06T00:00:59.275Z] #17 4.578 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-06T00:00:59.361Z] #39 61.46 CC criu/pie/util-vdso-elf32.o [2020-08-06T00:00:59.926Z] #39 62.04 AR criu/pie/pie.lib.a [2020-08-06T00:00:59.926Z] #39 62.11 DEP criu/pie/restorer.d [2020-08-06T00:00:59.926Z] #39 62.28 DEP criu/arch/x86/sigaction_compat_pie.d [2020-08-06T00:01:00.183Z] #39 62.48 DEP criu/arch/x86/restorer_unmap.d [2020-08-06T00:01:00.183Z] #39 62.50 DEP criu/arch/x86/restorer.d [2020-08-06T00:01:00.441Z] #39 62.66 DEP criu/arch/x86/vdso-pie.d [2020-08-06T00:01:00.441Z] #39 62.77 DEP criu/pie/parasite-vdso.d [2020-08-06T00:01:00.699Z] #39 62.98 DEP criu/pie/parasite.d [2020-08-06T00:01:00.699Z] #39 63.17 CC criu/pie/parasite.o [2020-08-06T00:01:00.718Z] #51 29.13 Building dependency tree... [2020-08-06T00:01:01.206Z] #17 ... [2020-08-06T00:01:01.206Z] [2020-08-06T00:01:01.206Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:01.206Z] #39 54.32 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2020-08-06T00:01:01.206Z] #39 54.49 HOSTCC compel/src/lib/handle-elf-host.o [2020-08-06T00:01:01.206Z] #39 54.90 HOSTCC compel/src/lib/log-host.o [2020-08-06T00:01:01.206Z] #39 55.18 HOSTLINK compel/compel-host-bin [2020-08-06T00:01:01.206Z] #39 55.34 DEP soccr/soccr.d [2020-08-06T00:01:01.206Z] #39 55.57 CC soccr/soccr.o [2020-08-06T00:01:01.206Z] #39 57.40 AR soccr/libsoccr.a [2020-08-06T00:01:01.206Z] #39 57.47 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-06T00:01:01.206Z] #39 57.99 DEP criu/arch/x86/sigframe.d [2020-08-06T00:01:01.206Z] #39 58.09 DEP criu/arch/x86/sigaction_compat.d [2020-08-06T00:01:01.206Z] #39 58.16 DEP criu/arch/x86/kerndat.d [2020-08-06T00:01:01.206Z] #39 58.27 DEP criu/arch/x86/crtools.d [2020-08-06T00:01:01.206Z] #39 58.40 DEP criu/arch/x86/cpu.d [2020-08-06T00:01:01.206Z] #39 58.60 CC criu/arch/x86/cpu.o [2020-08-06T00:01:01.206Z] #39 59.16 CC criu/arch/x86/crtools.o [2020-08-06T00:01:01.206Z] #39 60.43 CC criu/arch/x86/kerndat.o [2020-08-06T00:01:01.206Z] #39 60.89 CC criu/arch/x86/sigaction_compat.o [2020-08-06T00:01:01.206Z] #39 61.11 CC criu/arch/x86/sigframe.o [2020-08-06T00:01:01.206Z] #39 61.38 LINK criu/arch/x86/crtools.built-in.o [2020-08-06T00:01:01.206Z] #39 61.43 DEP criu/pie/util-vdso-elf32.d [2020-08-06T00:01:01.206Z] #39 61.52 DEP criu/pie/util-vdso.d [2020-08-06T00:01:01.206Z] #39 61.62 DEP criu/pie/util.d [2020-08-06T00:01:01.206Z] #39 61.76 CC criu/pie/util.o [2020-08-06T00:01:01.206Z] #39 62.07 CC criu/pie/util-vdso.o [2020-08-06T00:01:01.206Z] #39 62.78 CC criu/pie/util-vdso-elf32.o [2020-08-06T00:01:01.206Z] #39 63.43 AR criu/pie/pie.lib.a [2020-08-06T00:01:01.206Z] #39 63.49 DEP criu/pie/restorer.d [2020-08-06T00:01:01.466Z] #39 63.68 DEP criu/arch/x86/sigaction_compat_pie.d [2020-08-06T00:01:01.466Z] #39 63.77 DEP criu/arch/x86/restorer_unmap.d [2020-08-06T00:01:01.466Z] #39 63.79 DEP criu/arch/x86/restorer.d [2020-08-06T00:01:01.535Z] #26 11.79 0.1% 1.2% ## 3.4% ### 5.0% #### 6.6% ###### 8.8% ####### 10.4% ######## 12.0% ######### 13.3% ######### 13.7% ########## 15.0% ############ 16.7% ############# 18.8% ############### 21.0% ################ 23.2% ################## 25.4% ################### 27.0% #################### 29.2% ###################### 30.8% ####################### 32.6% ######################## 34.3% ########################## 36.4% [2020-08-06T00:01:01.535Z] #26 ... [2020-08-06T00:01:01.535Z] [2020-08-06T00:01:01.535Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:01:01.535Z] #44 DONE 50.3s [2020-08-06T00:01:01.535Z] [2020-08-06T00:01:01.535Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:01.726Z] #39 64.00 DEP criu/arch/x86/vdso-pie.d [2020-08-06T00:01:01.726Z] #39 64.10 DEP criu/pie/parasite-vdso.d [2020-08-06T00:01:01.986Z] #39 64.30 DEP criu/pie/parasite.d [2020-08-06T00:01:01.986Z] #39 64.51 CC criu/pie/parasite.o [2020-08-06T00:01:02.071Z] #39 64.35 LINK criu/pie/parasite.built-in.o [2020-08-06T00:01:02.071Z] #39 64.36 GEN criu/pie/parasite-blob.h [2020-08-06T00:01:02.071Z] #39 64.37 CC criu/pie/parasite-vdso.o [2020-08-06T00:01:02.636Z] #39 65.02 CC criu/arch/x86/vdso-pie.o [2020-08-06T00:01:02.649Z] #51 32.54 The following additional packages will be installed: [2020-08-06T00:01:02.649Z] #51 32.55 libbtrfs0 [2020-08-06T00:01:02.649Z] #51 32.74 The following NEW packages will be installed: [2020-08-06T00:01:02.649Z] #51 32.78 libbtrfs-dev libbtrfs0 [2020-08-06T00:01:02.728Z] #49 ... [2020-08-06T00:01:02.728Z] [2020-08-06T00:01:02.728Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:02.728Z] #41 125.4 net/http/httptrace [2020-08-06T00:01:02.728Z] #41 125.7 net/http [2020-08-06T00:01:02.728Z] #41 ... [2020-08-06T00:01:02.728Z] [2020-08-06T00:01:02.728Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:02.728Z] #39 60.90 CC criu/arch/x86/kerndat.o [2020-08-06T00:01:02.728Z] #39 61.36 CC criu/arch/x86/sigaction_compat.o [2020-08-06T00:01:02.728Z] #39 61.65 CC criu/arch/x86/sigframe.o [2020-08-06T00:01:02.728Z] #39 61.88 LINK criu/arch/x86/crtools.built-in.o [2020-08-06T00:01:02.728Z] #39 61.93 DEP criu/pie/util-vdso-elf32.d [2020-08-06T00:01:02.728Z] #39 62.06 DEP criu/pie/util-vdso.d [2020-08-06T00:01:02.728Z] #39 62.24 DEP criu/pie/util.d [2020-08-06T00:01:02.728Z] #39 62.40 CC criu/pie/util.o [2020-08-06T00:01:02.728Z] #39 62.83 CC criu/pie/util-vdso.o [2020-08-06T00:01:02.728Z] #39 63.52 CC criu/pie/util-vdso-elf32.o [2020-08-06T00:01:02.728Z] #39 64.23 AR criu/pie/pie.lib.a [2020-08-06T00:01:02.728Z] #39 64.28 DEP criu/pie/restorer.d [2020-08-06T00:01:02.728Z] #39 64.48 DEP criu/arch/x86/sigaction_compat_pie.d [2020-08-06T00:01:02.728Z] #39 64.61 DEP criu/arch/x86/restorer_unmap.d [2020-08-06T00:01:02.728Z] #39 64.64 DEP criu/arch/x86/restorer.d [2020-08-06T00:01:02.728Z] #39 64.85 DEP criu/arch/x86/vdso-pie.d [2020-08-06T00:01:02.728Z] #39 64.95 DEP criu/pie/parasite-vdso.d [2020-08-06T00:01:02.728Z] #39 65.07 DEP criu/pie/parasite.d [2020-08-06T00:01:02.728Z] #39 65.33 CC criu/pie/parasite.o [2020-08-06T00:01:02.745Z] #26 11.79 0.1% 1.2% ## 3.4% ### 5.0% #### 6.6% ###### 8.8% ####### 10.4% ######## 12.0% ######### 13.3% ######### 13.7% ########## 15.0% ############ 16.7% ############# 18.8% ############### 21.0% ################ 23.2% ################## 25.4% ################### 27.0% #################### 29.2% ###################### 30.8% ####################### 32.6% ######################## 34.3% ########################## 36.4% ########################### 38.6% ############################ 40.3% ############################# 40.8% ############################## 42.4% ############################### 43.5% ################################ 45.1% ################################## 47.5% ################################### 49.1% #################################### 50.2% #################################### 51.3% ##################################### 52.4% [2020-08-06T00:01:02.745Z] #26 ... [2020-08-06T00:01:02.745Z] [2020-08-06T00:01:02.745Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:01:02.745Z] #33 41.53 Selecting previously unselected package libicu63:ppc64el. [2020-08-06T00:01:02.745Z] #33 41.54 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-08-06T00:01:02.745Z] #33 41.56 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-08-06T00:01:02.745Z] #33 49.98 Selecting previously unselected package libxml2:ppc64el. [2020-08-06T00:01:02.745Z] #33 50.00 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... [2020-08-06T00:01:02.745Z] #33 50.01 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-08-06T00:01:02.745Z] #33 50.86 Selecting previously unselected package libarchive13:ppc64el. [2020-08-06T00:01:02.745Z] #33 50.87 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2020-08-06T00:01:02.745Z] #33 50.90 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-08-06T00:01:02.894Z] #39 65.33 CC criu/arch/x86/restorer.o [2020-08-06T00:01:02.987Z] #39 ... [2020-08-06T00:01:02.987Z] [2020-08-06T00:01:02.987Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:02.987Z] #17 1.489 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:01:02.987Z] #17 1.543 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:01:02.987Z] #17 1.612 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:01:02.987Z] #17 2.213 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-06T00:01:02.987Z] #17 3.421 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-06T00:01:02.987Z] #17 4.870 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-06T00:01:02.987Z] #17 9.820 Fetched 8372 kB in 9s (965 kB/s) [2020-08-06T00:01:02.987Z] #17 9.820 Reading package lists... [2020-08-06T00:01:02.987Z] #17 ... [2020-08-06T00:01:02.987Z] [2020-08-06T00:01:02.987Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:02.987Z] #39 66.53 LINK criu/pie/parasite.built-in.o [2020-08-06T00:01:02.987Z] #39 66.54 GEN criu/pie/parasite-blob.h [2020-08-06T00:01:02.987Z] #39 66.55 CC criu/pie/parasite-vdso.o [2020-08-06T00:01:03.081Z] #33 51.75 Selecting previously unselected package libjsoncpp1:ppc64el. [2020-08-06T00:01:03.081Z] #33 51.78 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-08-06T00:01:03.081Z] #33 ... [2020-08-06T00:01:03.081Z] [2020-08-06T00:01:03.081Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:01:03.081Z] #11 41.75 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-08-06T00:01:03.081Z] #11 44.65 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2020-08-06T00:01:03.081Z] #11 44.67 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2020-08-06T00:01:03.081Z] #11 44.69 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2020-08-06T00:01:03.081Z] #11 44.69 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2020-08-06T00:01:03.081Z] #11 44.71 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-08-06T00:01:03.081Z] #11 44.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] [2020-08-06T00:01:03.081Z] #11 44.72 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2020-08-06T00:01:03.081Z] #11 44.75 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2020-08-06T00:01:03.081Z] #11 44.80 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2020-08-06T00:01:03.081Z] #11 44.83 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2020-08-06T00:01:03.081Z] #11 44.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2020-08-06T00:01:03.081Z] #11 44.98 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2020-08-06T00:01:03.081Z] #11 45.06 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2020-08-06T00:01:03.081Z] #11 45.09 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2020-08-06T00:01:03.081Z] #11 45.10 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] [2020-08-06T00:01:03.081Z] #11 47.25 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:01:03.081Z] #11 47.44 Fetched 78.9 MB in 9s (8578 kB/s) [2020-08-06T00:01:03.081Z] #11 47.61 Selecting previously unselected package binutils-mingw-w64-i686. [2020-08-06T00:01:03.081Z] #11 47.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2020-08-06T00:01:03.081Z] #11 47.70 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2020-08-06T00:01:03.081Z] #11 47.73 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-06T00:01:03.081Z] #11 ... [2020-08-06T00:01:03.081Z] [2020-08-06T00:01:03.081Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:03.228Z] #51 ... [2020-08-06T00:01:03.228Z] [2020-08-06T00:01:03.228Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:01:03.228Z] #32 16.94 Reading package lists... [2020-08-06T00:01:03.228Z] #32 23.67 Reading package lists... [2020-08-06T00:01:03.228Z] #32 29.31 Building dependency tree... [2020-08-06T00:01:03.228Z] #32 32.47 The following additional packages will be installed: [2020-08-06T00:01:03.228Z] #32 32.49 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2020-08-06T00:01:03.228Z] #32 32.50 Suggested packages: [2020-08-06T00:01:03.228Z] #32 32.51 cmake-doc ninja-build lrzip [2020-08-06T00:01:03.228Z] #32 32.51 Recommended packages: [2020-08-06T00:01:03.228Z] #32 32.51 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2020-08-06T00:01:03.228Z] #32 33.48 The following NEW packages will be installed: [2020-08-06T00:01:03.228Z] #32 ... [2020-08-06T00:01:03.228Z] [2020-08-06T00:01:03.228Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-06T00:01:03.228Z] #51 33.35 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:01:03.228Z] #51 33.35 Need to get 119 kB of archives. [2020-08-06T00:01:03.228Z] #51 33.35 After this operation, 387 kB of additional disk space will be used. [2020-08-06T00:01:03.228Z] #51 33.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-08-06T00:01:03.228Z] #51 33.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-08-06T00:01:03.366Z] #39 65.78 LINK criu/pie/parasite.built-in.o [2020-08-06T00:01:03.366Z] #39 65.79 GEN criu/pie/parasite-blob.h [2020-08-06T00:01:03.366Z] #39 65.83 CC criu/pie/parasite-vdso.o [2020-08-06T00:01:03.463Z] #39 65.94 CC criu/arch/x86/restorer_unmap.o [2020-08-06T00:01:03.463Z] #39 65.96 CC criu/arch/x86/sigaction_compat_pie.o [2020-08-06T00:01:03.555Z] #39 67.22 CC criu/arch/x86/vdso-pie.o [2020-08-06T00:01:03.656Z] #52 ... [2020-08-06T00:01:03.656Z] [2020-08-06T00:01:03.656Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:01:03.656Z] #45 143.0 + cd /tmp/tmp.sPZIBLsP9D/src/github.com/golangci/golangci-lint/ [2020-08-06T00:01:03.656Z] #45 143.0 + git checkout -q v1.23.8 [2020-08-06T00:01:03.656Z] #45 143.2 ++ git describe --tags [2020-08-06T00:01:03.656Z] #45 143.2 + version=v1.23.8 [2020-08-06T00:01:03.656Z] #45 143.2 ++ git rev-parse --short HEAD [2020-08-06T00:01:03.656Z] #45 143.2 + commit=76a82c6 [2020-08-06T00:01:03.656Z] #45 143.2 ++ git show -s --format=%cd [2020-08-06T00:01:03.656Z] #45 143.2 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-08-06T00:01:03.656Z] #45 143.2 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-06T00:01:03.934Z] #39 66.39 CC criu/arch/x86/vdso-pie.o [2020-08-06T00:01:04.030Z] #39 66.31 CC criu/pie/restorer.o [2020-08-06T00:01:04.030Z] #39 ... [2020-08-06T00:01:04.030Z] [2020-08-06T00:01:04.030Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:04.030Z] #17 1.470 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:01:04.030Z] #17 1.521 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:01:04.030Z] #17 1.532 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:01:04.030Z] #17 2.136 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7906 kB] [2020-08-06T00:01:04.030Z] #17 3.133 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [218 kB] [2020-08-06T00:01:04.030Z] #17 4.361 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] [2020-08-06T00:01:04.030Z] #17 9.523 Fetched 8372 kB in 8s (995 kB/s) [2020-08-06T00:01:04.128Z] #39 67.61 CC criu/arch/x86/restorer.o [2020-08-06T00:01:04.194Z] #39 66.66 CC criu/arch/x86/restorer.o [2020-08-06T00:01:04.283Z] #26 11.79 0.1% 1.2% ## 3.4% ### 5.0% #### 6.6% ###### 8.8% ####### 10.4% ######## 12.0% ######### 13.3% ######### 13.7% ########## 15.0% ############ 16.7% ############# 18.8% ############### 21.0% ################ 23.2% ################## 25.4% ################### 27.0% #################### 29.2% ###################### 30.8% ####################### 32.6% ######################## 34.3% ########################## 36.4% ########################### 38.6% ############################ 40.3% ############################# 40.8% ############################## 42.4% ############################### 43.5% ################################ 45.1% ################################## 47.5% ################################### 49.1% #################################### 50.2% #################################### 51.3% ##################################### 52.4% ###################################### 52.9% ###################################### 54.0% ####################################### 54.4% ####################################### 55.0% ######################################## 56.1% ######################################### 57.2% ######################################### 58.3% ########################################### 59.9% ########################################### 61.0% ############################################# 63.2% ############################################### 65.3% [2020-08-06T00:01:04.283Z] #26 ... [2020-08-06T00:01:04.283Z] [2020-08-06T00:01:04.283Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:04.283Z] #31 42.96 internal/reflectlite [2020-08-06T00:01:04.283Z] #31 42.97 sync [2020-08-06T00:01:04.283Z] #31 47.22 sort [2020-08-06T00:01:04.283Z] #31 47.26 errors [2020-08-06T00:01:04.283Z] #31 47.93 io [2020-08-06T00:01:04.283Z] #31 47.95 strconv [2020-08-06T00:01:04.283Z] #31 47.99 internal/oserror [2020-08-06T00:01:04.283Z] #31 48.76 syscall [2020-08-06T00:01:04.283Z] #31 52.88 strings [2020-08-06T00:01:04.283Z] #31 52.88 bytes [2020-08-06T00:01:04.283Z] #31 ... [2020-08-06T00:01:04.283Z] [2020-08-06T00:01:04.283Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:04.286Z] #17 9.523 Reading package lists... [2020-08-06T00:01:04.286Z] #17 ... [2020-08-06T00:01:04.286Z] [2020-08-06T00:01:04.286Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:04.286Z] #49 10.17 + cd /tmp/tmp.LZeTUvqoRz/src/github.com/opencontainers/runc [2020-08-06T00:01:04.286Z] #49 10.17 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-06T00:01:04.286Z] #49 10.57 + '[' -z '' ']' [2020-08-06T00:01:04.286Z] #49 10.57 + target=static [2020-08-06T00:01:04.286Z] #49 10.57 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-08-06T00:01:04.286Z] #49 10.88 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . [2020-08-06T00:01:04.388Z] #39 68.09 CC criu/arch/x86/restorer_unmap.o [2020-08-06T00:01:04.453Z] #39 ... [2020-08-06T00:01:04.453Z] [2020-08-06T00:01:04.453Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:04.453Z] #17 9.694 Fetched 8372 kB in 9s (973 kB/s) [2020-08-06T00:01:04.639Z] #51 34.83 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:01:04.647Z] #39 68.14 CC criu/arch/x86/sigaction_compat_pie.o [2020-08-06T00:01:04.849Z] #49 ... [2020-08-06T00:01:04.849Z] [2020-08-06T00:01:04.849Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:04.849Z] #41 138.6 github.com/LK4D4/vndr/godl [2020-08-06T00:01:04.904Z] #51 35.01 Fetched 119 kB in 0s (300 kB/s) [2020-08-06T00:01:04.904Z] #51 35.15 Selecting previously unselected package libbtrfs0. [2020-08-06T00:01:04.904Z] #51 35.15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-08-06T00:01:04.904Z] #51 35.21 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2020-08-06T00:01:04.904Z] #51 35.25 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-06T00:01:04.907Z] #39 68.50 CC criu/pie/restorer.o [2020-08-06T00:01:05.168Z] #51 35.50 Selecting previously unselected package libbtrfs-dev. [2020-08-06T00:01:05.168Z] #51 35.50 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-08-06T00:01:05.494Z] #51 35.54 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:01:06.104Z] #26 11.79 0.1% 1.2% ## 3.4% ### 5.0% #### 6.6% ###### 8.8% ####### 10.4% ######## 12.0% ######### 13.3% ######### 13.7% ########## 15.0% ############ 16.7% ############# 18.8% ############### 21.0% ################ 23.2% ################## 25.4% ################### 27.0% #################### 29.2% ###################### 30.8% ####################### 32.6% ######################## 34.3% ########################## 36.4% ########################### 38.6% ############################ 40.3% ############################# 40.8% ############################## 42.4% ############################### 43.5% ################################ 45.1% ################################## 47.5% ################################### 49.1% #################################### 50.2% #################################### 51.3% ##################################### 52.4% ###################################### 52.9% ###################################### 54.0% ####################################### 54.4% ####################################### 55.0% ######################################## 56.1% ######################################### 57.2% ######################################### 58.3% ########################################### 59.9% ########################################### 61.0% ############################################# 63.2% ############################################### 65.3% ################################################ 67.5% ################################################# 69.1% ################################################### 71.3% #################################################### 73.5% ###################################################### 75.6% ####################################################### 77.3% ######################################################### 79.4% ########################################################## 81.6% ############################################################ 83.8% ############################################################# 86.0% ############################################################### 88.1% ################################################################# 90.3% ################################################################## 92.5% #################################################################### 95.2% ###################################################################### 97.4% ####################################################################### 99.5% ######################################################################## 100.0% [2020-08-06T00:01:06.220Z] #41 139.5 github.com/LK4D4/vndr [2020-08-06T00:01:06.410Z] #26 19.18 [2020-08-06T00:01:07.063Z] #26 ... [2020-08-06T00:01:07.063Z] [2020-08-06T00:01:07.063Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:07.063Z] #39 45.63 Setting up python-pkg-resources (40.8.0-1) ... [2020-08-06T00:01:07.063Z] #39 52.80 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2020-08-06T00:01:07.063Z] #39 52.80 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:07.063Z] #39 52.81 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-08-06T00:01:07.063Z] #39 52.81 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2020-08-06T00:01:07.063Z] #39 52.82 Setting up python-six (1.12.0-1) ... [2020-08-06T00:01:07.063Z] #39 ... [2020-08-06T00:01:07.063Z] [2020-08-06T00:01:07.063Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:07.063Z] #42 45.76 internal/reflectlite [2020-08-06T00:01:07.063Z] #42 45.76 sync [2020-08-06T00:01:07.063Z] #42 48.71 github.com/LK4D4/vndr/godl/singleflight [2020-08-06T00:01:07.063Z] #42 48.73 internal/singleflight [2020-08-06T00:01:07.063Z] #42 48.73 math/rand [2020-08-06T00:01:07.063Z] #42 51.71 vendor/golang.org/x/net/dns/dnsmessage [2020-08-06T00:01:07.063Z] #42 51.72 strconv [2020-08-06T00:01:07.063Z] #42 51.79 io [2020-08-06T00:01:07.063Z] #42 51.88 syscall [2020-08-06T00:01:07.063Z] #42 ... [2020-08-06T00:01:07.063Z] [2020-08-06T00:01:07.063Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:07.063Z] #48 55.68 bytes [2020-08-06T00:01:07.063Z] #48 55.72 strconv [2020-08-06T00:01:07.063Z] #48 55.73 syscall [2020-08-06T00:01:07.063Z] #48 55.87 strings [2020-08-06T00:01:07.746Z] #17 9.694 Reading package lists... [2020-08-06T00:01:08.006Z] #17 13.26 Reading package lists... [2020-08-06T00:01:08.006Z] #17 ... [2020-08-06T00:01:08.006Z] [2020-08-06T00:01:08.006Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:08.006Z] #49 10.19 + cd /tmp/tmp.kIbA9c4oFl/src/github.com/opencontainers/runc [2020-08-06T00:01:08.006Z] #49 10.19 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-06T00:01:08.006Z] #49 10.76 + '[' -z '' ']' [2020-08-06T00:01:08.006Z] #49 10.77 + target=static [2020-08-06T00:01:08.006Z] #49 10.77 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-08-06T00:01:08.006Z] #49 11.12 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . [2020-08-06T00:01:08.006Z] #49 ... [2020-08-06T00:01:08.006Z] [2020-08-06T00:01:08.006Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:08.006Z] #39 67.25 CC criu/arch/x86/restorer_unmap.o [2020-08-06T00:01:08.006Z] #39 67.29 CC criu/arch/x86/sigaction_compat_pie.o [2020-08-06T00:01:08.006Z] #39 67.51 CC criu/pie/restorer.o [2020-08-06T00:01:08.126Z] #48 ... [2020-08-06T00:01:08.126Z] [2020-08-06T00:01:08.126Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:01:08.126Z] #33 51.78 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2020-08-06T00:01:08.126Z] #33 51.79 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2020-08-06T00:01:08.126Z] #33 52.01 Selecting previously unselected package librhash0:ppc64el. [2020-08-06T00:01:08.126Z] #33 52.05 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2020-08-06T00:01:08.126Z] #33 52.06 Unpacking librhash0:ppc64el (1.3.8-1) ... [2020-08-06T00:01:08.126Z] #33 52.32 Selecting previously unselected package libuv1:ppc64el. [2020-08-06T00:01:08.126Z] #33 52.32 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2020-08-06T00:01:08.126Z] #33 52.33 Unpacking libuv1:ppc64el (1.24.1-1) ... [2020-08-06T00:01:08.126Z] #33 52.50 Selecting previously unselected package cmake. [2020-08-06T00:01:08.126Z] #33 52.51 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2020-08-06T00:01:08.126Z] #33 52.53 Unpacking cmake (3.13.4-1) ... [2020-08-06T00:01:08.126Z] #33 55.97 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-08-06T00:01:08.126Z] #33 56.01 Setting up xxd (2:8.1.0875-5) ... [2020-08-06T00:01:08.126Z] #33 56.01 Setting up libuv1:ppc64el (1.24.1-1) ... [2020-08-06T00:01:08.126Z] #33 56.02 Setting up vim-common (2:8.1.0875-5) ... [2020-08-06T00:01:08.126Z] #33 56.09 Setting up librhash0:ppc64el (1.3.8-1) ... [2020-08-06T00:01:08.126Z] #33 56.09 Setting up cmake-data (3.13.4-1) ... [2020-08-06T00:01:08.126Z] #33 56.13 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... [2020-08-06T00:01:08.126Z] #33 56.15 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2020-08-06T00:01:08.126Z] #33 56.17 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2020-08-06T00:01:08.126Z] #33 56.19 Setting up cmake (3.13.4-1) ... [2020-08-06T00:01:08.126Z] #33 56.20 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:01:08.126Z] #33 56.37 Processing triggers for mime-support (3.62) ... [2020-08-06T00:01:08.126Z] #33 DONE 56.7s [2020-08-06T00:01:08.126Z] [2020-08-06T00:01:08.126Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:08.126Z] #34 0.302 + RM_GOPATH=0 [2020-08-06T00:01:08.126Z] #34 0.304 + TMP_GOPATH= [2020-08-06T00:01:08.126Z] #34 0.304 + : /build [2020-08-06T00:01:08.126Z] #34 0.304 + '[' -z '' ']' [2020-08-06T00:01:08.126Z] #34 0.307 ++ mktemp -d [2020-08-06T00:01:08.126Z] #34 0.310 + export GOPATH=/tmp/tmp.4YP7GYFZdi [2020-08-06T00:01:08.126Z] #34 0.310 + GOPATH=/tmp/tmp.4YP7GYFZdi [2020-08-06T00:01:08.126Z] #34 0.310 + RM_GOPATH=1 [2020-08-06T00:01:08.126Z] #34 0.310 + case "$(go env GOARCH)" in [2020-08-06T00:01:08.126Z] #34 0.311 ++ go env GOARCH [2020-08-06T00:01:08.126Z] #34 0.326 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:01:08.126Z] #34 0.326 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:01:08.126Z] #34 0.327 ++ dirname /tmp/install/install.sh [2020-08-06T00:01:08.126Z] #34 0.334 + dir=/tmp/install [2020-08-06T00:01:08.200Z] #39 71.78 LINK criu/pie/restorer.built-in.o [2020-08-06T00:01:08.440Z] #34 0.335 + bin=tini [2020-08-06T00:01:08.440Z] #34 0.335 + shift [2020-08-06T00:01:08.440Z] #34 0.335 + '[' '!' -f /tmp/install/tini.installer ']' [2020-08-06T00:01:08.440Z] #34 0.335 + . /tmp/install/tini.installer [2020-08-06T00:01:08.440Z] #34 0.335 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-06T00:01:08.440Z] #34 0.335 + install_tini [2020-08-06T00:01:08.440Z] #34 0.335 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-08-06T00:01:08.440Z] #34 0.335 + git clone https://github.com/krallin/tini.git /tmp/tmp.4YP7GYFZdi/tini [2020-08-06T00:01:08.440Z] #34 0.335 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-06T00:01:08.440Z] #34 0.337 Cloning into '/tmp/tmp.4YP7GYFZdi/tini'... [2020-08-06T00:01:08.459Z] #39 71.82 GEN criu/pie/restorer-blob.h [2020-08-06T00:01:08.459Z] #39 71.95 DEP criu/vdso.d [2020-08-06T00:01:08.575Z] #39 70.89 LINK criu/pie/restorer.built-in.o [2020-08-06T00:01:08.575Z] #39 70.90 GEN criu/pie/restorer-blob.h [2020-08-06T00:01:08.575Z] #39 71.02 DEP criu/vdso.d [2020-08-06T00:01:08.718Z] #39 72.16 DEP criu/vdso-compat.d [2020-08-06T00:01:08.718Z] #39 72.33 DEP criu/uts_ns.d [2020-08-06T00:01:08.978Z] #39 72.43 DEP criu/util.d [2020-08-06T00:01:08.978Z] #39 72.58 DEP criu/uffd.d [2020-08-06T00:01:09.144Z] #39 71.29 DEP criu/vdso-compat.d [2020-08-06T00:01:09.144Z] #39 71.44 DEP criu/uts_ns.d [2020-08-06T00:01:09.237Z] #39 72.79 DEP criu/tun.d [2020-08-06T00:01:09.237Z] #39 72.93 DEP criu/tty.d [2020-08-06T00:01:09.404Z] #39 71.59 DEP criu/util.d [2020-08-06T00:01:09.404Z] #39 71.81 DEP criu/uffd.d [2020-08-06T00:01:09.496Z] #34 1.593 + cd /tmp/tmp.4YP7GYFZdi/tini [2020-08-06T00:01:09.496Z] #34 1.607 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-06T00:01:09.496Z] #34 1.645 + cmake . [2020-08-06T00:01:09.664Z] #39 71.99 DEP criu/tun.d [2020-08-06T00:01:09.728Z] #51 ... [2020-08-06T00:01:09.728Z] [2020-08-06T00:01:09.728Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:09.728Z] #30 37.75 sync [2020-08-06T00:01:09.728Z] #30 37.77 internal/reflectlite [2020-08-06T00:01:09.728Z] #30 39.03 errors [2020-08-06T00:01:09.728Z] #30 39.03 sort [2020-08-06T00:01:09.728Z] #30 39.29 internal/oserror [2020-08-06T00:01:09.728Z] #30 39.29 strconv [2020-08-06T00:01:09.728Z] #30 39.29 io [2020-08-06T00:01:09.728Z] #30 39.67 syscall [2020-08-06T00:01:09.728Z] #30 ... [2020-08-06T00:01:09.728Z] [2020-08-06T00:01:09.728Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-06T00:01:09.728Z] #23 24.59 Reading package lists... [2020-08-06T00:01:09.728Z] #23 30.01 Building dependency tree... [2020-08-06T00:01:09.728Z] #23 33.62 ca-certificates is already the newest version (20200601~deb10u1). [2020-08-06T00:01:09.728Z] #23 33.62 The following additional packages will be installed: [2020-08-06T00:01:09.728Z] #23 33.62 libjq1 libonig5 [2020-08-06T00:01:09.728Z] #23 34.01 The following NEW packages will be installed: [2020-08-06T00:01:09.728Z] #23 34.02 jq libjq1 libonig5 [2020-08-06T00:01:09.728Z] #23 34.43 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:01:09.728Z] #23 34.43 Need to get 325 kB of archives. [2020-08-06T00:01:09.728Z] #23 34.43 After this operation, 1019 kB of additional disk space will be used. [2020-08-06T00:01:09.728Z] #23 34.43 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-08-06T00:01:09.728Z] #23 34.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-08-06T00:01:09.728Z] #23 34.46 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-08-06T00:01:09.728Z] #23 36.84 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:01:09.728Z] #23 38.49 Fetched 325 kB in 0s (1116 kB/s) [2020-08-06T00:01:09.795Z] #34 ... [2020-08-06T00:01:09.795Z] [2020-08-06T00:01:09.795Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:01:09.795Z] #29 48.42 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 99% (1518/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2020-08-06T00:01:09.795Z] #29 49.36 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-08-06T00:01:09.795Z] #29 50.06 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-08-06T00:01:09.795Z] #29 ... [2020-08-06T00:01:09.795Z] [2020-08-06T00:01:09.795Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:09.795Z] #26 20.80 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-08-06T00:01:09.795Z] #26 21.22 [2020-08-06T00:01:09.795Z] #26 21.40 ## 3.8% ######################################################################## 100.0% [2020-08-06T00:01:09.795Z] #26 21.61 [2020-08-06T00:01:09.795Z] #26 22.88 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-08-06T00:01:09.806Z] #39 73.23 DEP criu/timerfd.d [2020-08-06T00:01:09.924Z] #39 72.14 DEP criu/tty.d [2020-08-06T00:01:09.924Z] #39 72.38 DEP criu/timerfd.d [2020-08-06T00:01:09.992Z] #23 ... [2020-08-06T00:01:09.992Z] [2020-08-06T00:01:09.992Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:01:09.992Z] #28 39.36 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2020-08-06T00:01:09.992Z] #28 39.65 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2020-08-06T00:01:10.065Z] #39 73.43 DEP criu/timens.d [2020-08-06T00:01:10.094Z] #26 22.95 skipping existing 5cb8031fd95d [2020-08-06T00:01:10.094Z] #26 23.10 [2020-08-06T00:01:10.184Z] #39 72.55 DEP criu/timens.d [2020-08-06T00:01:10.325Z] #39 73.68 DEP criu/sysfs_parse.d [2020-08-06T00:01:10.325Z] #39 73.92 DEP criu/sysctl.d [2020-08-06T00:01:10.395Z] #41 ... [2020-08-06T00:01:10.395Z] [2020-08-06T00:01:10.395Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:10.395Z] #39 69.56 LINK criu/pie/restorer.built-in.o [2020-08-06T00:01:10.395Z] #39 69.60 GEN criu/pie/restorer-blob.h [2020-08-06T00:01:10.395Z] #39 69.71 DEP criu/vdso.d [2020-08-06T00:01:10.395Z] #39 70.02 DEP criu/vdso-compat.d [2020-08-06T00:01:10.395Z] #39 70.21 DEP criu/uts_ns.d [2020-08-06T00:01:10.395Z] #39 70.35 DEP criu/util.d [2020-08-06T00:01:10.395Z] #39 70.57 DEP criu/uffd.d [2020-08-06T00:01:10.395Z] #39 70.79 DEP criu/tun.d [2020-08-06T00:01:10.395Z] #39 70.98 DEP criu/tty.d [2020-08-06T00:01:10.395Z] #39 71.25 DEP criu/timerfd.d [2020-08-06T00:01:10.395Z] #39 71.44 DEP criu/timens.d [2020-08-06T00:01:10.395Z] #39 71.64 DEP criu/sysfs_parse.d [2020-08-06T00:01:10.395Z] #39 71.86 DEP criu/sysctl.d [2020-08-06T00:01:10.395Z] #39 72.02 DEP criu/string.d [2020-08-06T00:01:10.395Z] #39 72.05 DEP criu/stats.d [2020-08-06T00:01:10.395Z] #39 72.15 DEP criu/sockets.d [2020-08-06T00:01:10.395Z] #39 72.34 DEP criu/sk-unix.d [2020-08-06T00:01:10.395Z] #39 72.59 DEP criu/sk-tcp.d [2020-08-06T00:01:10.395Z] #39 72.77 DEP criu/sk-queue.d [2020-08-06T00:01:10.443Z] #39 72.79 DEP criu/sysfs_parse.d [2020-08-06T00:01:10.584Z] #39 74.10 DEP criu/string.d [2020-08-06T00:01:10.584Z] #39 74.14 DEP criu/stats.d [2020-08-06T00:01:10.584Z] #39 74.24 DEP criu/sockets.d [2020-08-06T00:01:10.652Z] #39 72.93 DEP criu/sk-packet.d [2020-08-06T00:01:10.703Z] #39 73.05 DEP criu/sysctl.d [2020-08-06T00:01:10.844Z] #39 74.42 DEP criu/sk-unix.d [2020-08-06T00:01:10.908Z] #39 73.08 DEP criu/sk-netlink.d [2020-08-06T00:01:10.908Z] #39 73.25 DEP criu/sk-inet.d [2020-08-06T00:01:10.947Z] #28 ... [2020-08-06T00:01:10.947Z] [2020-08-06T00:01:10.947Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:10.947Z] #38 24.67 Reading package lists... [2020-08-06T00:01:10.947Z] #38 31.36 Building dependency tree... [2020-08-06T00:01:10.947Z] #38 35.02 The following additional packages will be installed: [2020-08-06T00:01:10.947Z] #38 35.02 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2020-08-06T00:01:10.947Z] #38 35.03 libprotoc17 python-pkg-resources python-six zlib1g-dev [2020-08-06T00:01:10.947Z] #38 35.04 Suggested packages: [2020-08-06T00:01:10.947Z] #38 35.05 manpages-dev python-setuptools [2020-08-06T00:01:10.947Z] #38 36.23 The following NEW packages will be installed: [2020-08-06T00:01:10.947Z] #38 36.23 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2020-08-06T00:01:10.947Z] #38 36.23 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2020-08-06T00:01:10.947Z] #38 36.23 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2020-08-06T00:01:10.947Z] #38 36.24 python-six zlib1g-dev [2020-08-06T00:01:10.947Z] #38 36.62 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:01:10.947Z] #38 36.62 Need to get 3798 kB of archives. [2020-08-06T00:01:10.947Z] #38 36.62 After this operation, 21.6 MB of additional disk space will be used. [2020-08-06T00:01:10.947Z] #38 36.62 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] [2020-08-06T00:01:10.947Z] #38 36.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-08-06T00:01:10.947Z] #38 36.63 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] [2020-08-06T00:01:10.947Z] #38 36.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-08-06T00:01:10.947Z] #38 36.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] [2020-08-06T00:01:10.947Z] #38 36.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-08-06T00:01:10.947Z] #38 36.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] [2020-08-06T00:01:10.947Z] #38 36.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] [2020-08-06T00:01:10.947Z] #38 36.78 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2020-08-06T00:01:10.947Z] #38 36.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] [2020-08-06T00:01:10.947Z] #38 36.98 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] [2020-08-06T00:01:10.947Z] #38 37.60 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] [2020-08-06T00:01:10.947Z] #38 37.69 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] [2020-08-06T00:01:10.947Z] #38 37.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] [2020-08-06T00:01:10.947Z] #38 37.75 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] [2020-08-06T00:01:10.947Z] #38 37.79 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] [2020-08-06T00:01:10.947Z] #38 37.79 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] [2020-08-06T00:01:10.947Z] #38 39.83 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:01:10.947Z] #38 ... [2020-08-06T00:01:10.947Z] [2020-08-06T00:01:10.947Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:10.947Z] #47 40.62 syscall [2020-08-06T00:01:10.947Z] #47 40.62 bytes [2020-08-06T00:01:10.947Z] #47 40.65 strings [2020-08-06T00:01:10.947Z] #47 40.65 reflect [2020-08-06T00:01:10.963Z] #39 73.21 DEP criu/string.d [2020-08-06T00:01:10.963Z] #39 73.26 DEP criu/stats.d [2020-08-06T00:01:10.963Z] #39 73.39 DEP criu/sockets.d [2020-08-06T00:01:11.103Z] #39 74.59 DEP criu/sk-tcp.d [2020-08-06T00:01:11.165Z] #39 73.41 DEP criu/signalfd.d [2020-08-06T00:01:11.165Z] #39 73.64 DEP criu/sigframe.d [2020-08-06T00:01:11.223Z] #39 73.61 DEP criu/sk-unix.d [2020-08-06T00:01:11.375Z] #39 74.76 DEP criu/sk-queue.d [2020-08-06T00:01:11.375Z] #39 74.97 DEP criu/sk-packet.d [2020-08-06T00:01:11.422Z] #39 73.70 DEP criu/shmem.d [2020-08-06T00:01:11.482Z] #39 73.85 DEP criu/sk-tcp.d [2020-08-06T00:01:11.630Z] #26 24.60 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-08-06T00:01:11.630Z] #26 24.67 skipping existing 283607eaa57e [2020-08-06T00:01:11.635Z] #39 75.23 DEP criu/sk-netlink.d [2020-08-06T00:01:11.680Z] #39 73.85 DEP criu/servicefd.d [2020-08-06T00:01:11.680Z] #39 74.03 DEP criu/seize.d [2020-08-06T00:01:11.742Z] #39 74.06 DEP criu/sk-queue.d [2020-08-06T00:01:11.742Z] #39 ... [2020-08-06T00:01:11.742Z] [2020-08-06T00:01:11.742Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:11.742Z] #17 13.26 Reading package lists... [2020-08-06T00:01:11.895Z] #39 75.48 DEP criu/sk-inet.d [2020-08-06T00:01:11.929Z] #26 24.91 [2020-08-06T00:01:11.937Z] #39 74.16 DEP criu/seccomp.d [2020-08-06T00:01:11.937Z] #39 74.30 DEP criu/rst-malloc.d [2020-08-06T00:01:11.937Z] #39 74.35 DEP criu/rbtree.d [2020-08-06T00:01:11.947Z] #47 ... [2020-08-06T00:01:11.947Z] [2020-08-06T00:01:11.947Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:01:11.947Z] #10 25.91 Reading package lists... [2020-08-06T00:01:11.947Z] #10 32.47 Building dependency tree... [2020-08-06T00:01:11.947Z] #10 35.49 The following additional packages will be installed: [2020-08-06T00:01:11.947Z] #10 35.49 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2020-08-06T00:01:11.947Z] #10 35.49 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2020-08-06T00:01:11.947Z] #10 35.49 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-08-06T00:01:11.947Z] #10 35.50 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-06T00:01:11.947Z] #10 35.51 Suggested packages: [2020-08-06T00:01:11.947Z] #10 35.51 gcc-8-locales seccomp wine64 [2020-08-06T00:01:11.947Z] #10 36.47 The following NEW packages will be installed: [2020-08-06T00:01:11.947Z] #10 36.47 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2020-08-06T00:01:11.947Z] #10 36.47 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2020-08-06T00:01:11.947Z] #10 36.47 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2020-08-06T00:01:11.947Z] #10 36.47 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2020-08-06T00:01:11.947Z] #10 36.47 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2020-08-06T00:01:11.947Z] #10 36.48 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2020-08-06T00:01:11.947Z] #10 37.01 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:01:11.947Z] #10 37.01 Need to get 73.3 MB of archives. [2020-08-06T00:01:11.947Z] #10 37.01 After this operation, 472 MB of additional disk space will be used. [2020-08-06T00:01:11.947Z] #10 37.01 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2020-08-06T00:01:11.947Z] #10 37.86 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2020-08-06T00:01:11.947Z] #10 39.31 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2020-08-06T00:01:11.947Z] #10 39.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2020-08-06T00:01:11.947Z] #10 39.34 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2020-08-06T00:01:11.947Z] #10 39.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2020-08-06T00:01:11.947Z] #10 40.69 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2020-08-06T00:01:11.947Z] #10 41.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2020-08-06T00:01:11.947Z] #10 41.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2020-08-06T00:01:12.154Z] #39 75.70 DEP criu/signalfd.d [2020-08-06T00:01:12.195Z] #39 74.42 DEP criu/pstree.d [2020-08-06T00:01:12.195Z] #39 74.55 DEP criu/protobuf.d [2020-08-06T00:01:12.334Z] #10 ... [2020-08-06T00:01:12.334Z] [2020-08-06T00:01:12.334Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-06T00:01:12.334Z] #23 41.74 Selecting previously unselected package libonig5:arm64. [2020-08-06T00:01:12.334Z] #23 41.74 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-08-06T00:01:12.334Z] #23 41.85 Preparing to unpack .../libonig5_6.9.1-1_arm64.deb ... [2020-08-06T00:01:12.334Z] #23 42.33 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-08-06T00:01:12.413Z] #39 75.83 DEP criu/sigframe.d [2020-08-06T00:01:12.413Z] #39 75.95 DEP criu/shmem.d [2020-08-06T00:01:12.452Z] #39 74.67 GEN criu/protobuf-desc-gen.h [2020-08-06T00:01:12.673Z] #39 76.11 DEP criu/servicefd.d [2020-08-06T00:01:12.933Z] #39 76.29 DEP criu/seize.d [2020-08-06T00:01:12.933Z] #39 76.45 DEP criu/seccomp.d [2020-08-06T00:01:12.939Z] #17 17.23 Building dependency tree... [2020-08-06T00:01:13.193Z] #39 76.65 DEP criu/rst-malloc.d [2020-08-06T00:01:13.193Z] #39 76.71 DEP criu/rbtree.d [2020-08-06T00:01:13.193Z] #39 76.75 DEP criu/pstree.d [2020-08-06T00:01:13.294Z] #23 ... [2020-08-06T00:01:13.294Z] [2020-08-06T00:01:13.294Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:01:13.294Z] #32 33.49 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2020-08-06T00:01:13.294Z] #32 33.49 vim-common xxd [2020-08-06T00:01:13.294Z] #32 33.87 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:01:13.294Z] #32 33.87 Need to get 14.2 MB of archives. [2020-08-06T00:01:13.294Z] #32 33.87 After this operation, 60.0 MB of additional disk space will be used. [2020-08-06T00:01:13.294Z] #32 33.87 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-08-06T00:01:13.294Z] #32 33.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-08-06T00:01:13.294Z] #32 33.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2020-08-06T00:01:13.294Z] #32 34.04 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-08-06T00:01:13.294Z] #32 34.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] [2020-08-06T00:01:13.294Z] #32 34.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2020-08-06T00:01:13.294Z] #32 34.84 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2020-08-06T00:01:13.294Z] #32 34.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2020-08-06T00:01:13.294Z] #32 34.87 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] [2020-08-06T00:01:13.294Z] #32 34.88 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2020-08-06T00:01:13.294Z] #32 37.15 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:01:13.294Z] #32 38.78 Fetched 14.2 MB in 2s (9374 kB/s) [2020-08-06T00:01:13.294Z] #32 41.41 Selecting previously unselected package xxd. [2020-08-06T00:01:13.294Z] #32 41.41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-08-06T00:01:13.294Z] #32 41.48 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-08-06T00:01:13.294Z] #32 41.74 Unpacking xxd (2:8.1.0875-5) ... [2020-08-06T00:01:13.452Z] #39 76.87 DEP criu/protobuf.d [2020-08-06T00:01:13.452Z] #39 77.03 GEN criu/protobuf-desc-gen.h [2020-08-06T00:01:13.475Z] #26 26.32 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-08-06T00:01:13.475Z] #26 ... [2020-08-06T00:01:13.475Z] [2020-08-06T00:01:13.475Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:01:13.475Z] #11 52.26 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-08-06T00:01:13.475Z] #11 52.26 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2020-08-06T00:01:13.475Z] #11 52.26 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-06T00:01:13.475Z] #11 55.65 Selecting previously unselected package binutils-mingw-w64. [2020-08-06T00:01:13.475Z] #11 55.65 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-08-06T00:01:13.475Z] #11 55.69 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-06T00:01:13.475Z] #11 55.86 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2020-08-06T00:01:13.475Z] #11 55.87 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-08-06T00:01:13.475Z] #11 55.89 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-08-06T00:01:13.475Z] #11 56.08 Selecting previously unselected package dmsetup. [2020-08-06T00:01:13.475Z] #11 56.08 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2020-08-06T00:01:13.475Z] #11 56.10 Unpacking dmsetup (2:1.02.155-3) ... [2020-08-06T00:01:13.475Z] #11 56.37 Selecting previously unselected package mingw-w64-common. [2020-08-06T00:01:13.475Z] #11 56.38 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-08-06T00:01:13.475Z] #11 56.38 Unpacking mingw-w64-common (6.0.0-3) ... [2020-08-06T00:01:13.475Z] #11 62.42 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-08-06T00:01:13.475Z] #11 62.43 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-08-06T00:01:13.475Z] #11 ... [2020-08-06T00:01:13.475Z] [2020-08-06T00:01:13.475Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:13.475Z] #48 62.26 bufio [2020-08-06T00:01:13.558Z] #32 ... [2020-08-06T00:01:13.558Z] [2020-08-06T00:01:13.558Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:13.558Z] #38 41.74 Fetched 3798 kB in 1s (2583 kB/s) [2020-08-06T00:01:13.558Z] #38 42.98 Selecting previously unselected package libcap-dev:arm64. [2020-08-06T00:01:13.558Z] #38 42.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-08-06T00:01:13.558Z] #38 43.10 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... [2020-08-06T00:01:13.558Z] #38 43.67 Unpacking libcap-dev:arm64 (1:2.25-2) ... [2020-08-06T00:01:14.125Z] #48 ... [2020-08-06T00:01:14.125Z] [2020-08-06T00:01:14.126Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:14.126Z] #26 26.69 [2020-08-06T00:01:14.126Z] #26 26.83 ######################################################################## 100.0% [2020-08-06T00:01:14.126Z] #26 27.05 [2020-08-06T00:01:14.126Z] #26 27.16 Download of images into '/build' complete. [2020-08-06T00:01:14.126Z] #26 27.16 Use something like the following to load the result into a Docker daemon: [2020-08-06T00:01:14.126Z] #26 27.16 tar -cC '/build' . | docker load [2020-08-06T00:01:14.126Z] #26 DONE 27.3s [2020-08-06T00:01:14.318Z] #17 19.58 libcap2-bin is already the newest version (1:2.25-2). [2020-08-06T00:01:14.318Z] #17 19.58 The following additional packages will be installed: [2020-08-06T00:01:14.318Z] #17 19.58 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-08-06T00:01:14.318Z] #17 19.58 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-08-06T00:01:14.318Z] #17 19.59 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-08-06T00:01:14.318Z] #17 19.59 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-08-06T00:01:14.318Z] #17 19.60 python3.7 python3.7-minimal vim-runtime xxd [2020-08-06T00:01:14.318Z] #17 19.60 Suggested packages: [2020-08-06T00:01:14.318Z] #17 19.60 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-08-06T00:01:14.318Z] #17 19.60 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-08-06T00:01:14.318Z] #17 19.61 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-08-06T00:01:14.318Z] #17 19.61 Recommended packages: [2020-08-06T00:01:14.318Z] #17 19.61 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-08-06T00:01:14.318Z] #17 19.61 python3-keyrings.alt python3-xdg unzip [2020-08-06T00:01:14.348Z] #39 76.39 DEP criu/protobuf-desc.d [2020-08-06T00:01:14.348Z] #39 76.53 DEP criu/proc_parse.d [2020-08-06T00:01:14.348Z] #39 76.71 DEP criu/plugin.d [2020-08-06T00:01:14.393Z] #39 ... [2020-08-06T00:01:14.393Z] [2020-08-06T00:01:14.393Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:14.393Z] #41 137.4 github.com/LK4D4/vndr/godl [2020-08-06T00:01:14.393Z] #41 138.2 github.com/LK4D4/vndr [2020-08-06T00:01:14.426Z] [2020-08-06T00:01:14.426Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:14.426Z] #34 2.338 -- The C compiler identification is GNU 8.3.0 [2020-08-06T00:01:14.426Z] #34 2.398 -- Check for working C compiler: /usr/bin/cc [2020-08-06T00:01:14.426Z] #34 3.021 -- Check for working C compiler: /usr/bin/cc -- works [2020-08-06T00:01:14.426Z] #34 3.024 -- Detecting C compiler ABI info [2020-08-06T00:01:14.426Z] #34 3.604 -- Detecting C compiler ABI info - done [2020-08-06T00:01:14.426Z] #34 3.658 -- Detecting C compile features [2020-08-06T00:01:14.426Z] #34 5.427 -- Detecting C compile features - done [2020-08-06T00:01:14.426Z] #34 5.505 -- Performing Test HAS_BUILTIN_FORTIFY [2020-08-06T00:01:14.426Z] #34 5.733 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-08-06T00:01:14.426Z] #34 5.996 -- Configuring done [2020-08-06T00:01:14.426Z] #34 6.020 -- Generating done [2020-08-06T00:01:14.426Z] #34 6.027 -- Build files have been written to: /tmp/tmp.4YP7GYFZdi/tini [2020-08-06T00:01:14.426Z] #34 6.040 + make tini-static [2020-08-06T00:01:14.426Z] #34 6.496 Scanning dependencies of target tini-static [2020-08-06T00:01:14.606Z] #39 76.80 DEP criu/pipes.d [2020-08-06T00:01:14.652Z] #41 DONE 147.6s [2020-08-06T00:01:14.652Z] [2020-08-06T00:01:14.652Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:14.652Z] #17 9.820 Reading package lists... [2020-08-06T00:01:14.652Z] #17 13.69 Reading package lists... [2020-08-06T00:01:14.652Z] #17 17.49 Building dependency tree... [2020-08-06T00:01:14.652Z] #17 19.64 libcap2-bin is already the newest version (1:2.25-2). [2020-08-06T00:01:14.652Z] #17 19.64 The following additional packages will be installed: [2020-08-06T00:01:14.652Z] #17 19.64 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-08-06T00:01:14.652Z] #17 19.64 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-08-06T00:01:14.652Z] #17 19.64 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-08-06T00:01:14.652Z] #17 19.64 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-08-06T00:01:14.652Z] #17 19.64 python3.7 python3.7-minimal vim-runtime xxd [2020-08-06T00:01:14.652Z] #17 19.64 Suggested packages: [2020-08-06T00:01:14.652Z] #17 19.64 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-08-06T00:01:14.652Z] #17 19.64 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-08-06T00:01:14.652Z] #17 19.64 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-08-06T00:01:14.652Z] #17 19.64 Recommended packages: [2020-08-06T00:01:14.652Z] #17 19.64 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-08-06T00:01:14.652Z] #17 19.65 python3-keyrings.alt python3-xdg unzip [2020-08-06T00:01:14.652Z] #17 21.45 The following NEW packages will be installed: [2020-08-06T00:01:14.652Z] #17 21.45 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-08-06T00:01:14.652Z] #17 21.45 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-08-06T00:01:14.652Z] #17 21.45 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-08-06T00:01:14.652Z] #17 21.45 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-08-06T00:01:14.652Z] #17 21.46 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-08-06T00:01:14.652Z] #17 21.46 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-08-06T00:01:14.652Z] #17 21.46 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-08-06T00:01:14.652Z] #17 21.46 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-08-06T00:01:14.652Z] #17 21.46 xz-utils zip [2020-08-06T00:01:14.652Z] #17 21.83 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:01:14.652Z] #17 21.83 Need to get 28.5 MB of archives. [2020-08-06T00:01:14.652Z] #17 21.83 After this operation, 116 MB of additional disk space will be used. [2020-08-06T00:01:14.652Z] #17 21.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-08-06T00:01:14.652Z] #17 21.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-08-06T00:01:14.652Z] #17 21.88 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-08-06T00:01:14.727Z] #34 6.675 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-08-06T00:01:14.863Z] #39 77.05 DEP criu/pie-util.d [2020-08-06T00:01:14.863Z] #39 77.25 DEP criu/pie-util-vdso.d [2020-08-06T00:01:14.912Z] #17 21.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-08-06T00:01:14.912Z] #17 21.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-08-06T00:01:14.912Z] #17 21.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-08-06T00:01:14.912Z] #17 22.07 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-08-06T00:01:14.912Z] #17 22.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-08-06T00:01:14.912Z] #17 22.09 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-08-06T00:01:14.912Z] #17 22.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-08-06T00:01:14.912Z] #17 22.10 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-08-06T00:01:14.912Z] #17 22.10 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-08-06T00:01:14.912Z] #17 22.11 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-08-06T00:01:14.912Z] #17 22.11 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-08-06T00:01:14.912Z] #17 22.11 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-08-06T00:01:14.912Z] #17 22.12 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-08-06T00:01:14.912Z] #17 22.13 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-08-06T00:01:14.912Z] #17 22.14 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-08-06T00:01:14.912Z] #17 22.14 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-08-06T00:01:14.912Z] #17 22.15 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-08-06T00:01:14.912Z] #17 22.16 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-08-06T00:01:14.912Z] #17 22.16 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-08-06T00:01:14.912Z] #17 22.18 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-08-06T00:01:14.912Z] #17 22.19 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-08-06T00:01:14.912Z] #17 22.20 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-08-06T00:01:14.961Z] #38 ... [2020-08-06T00:01:14.961Z] [2020-08-06T00:01:14.961Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:01:14.961Z] #43 DONE 45.2s [2020-08-06T00:01:14.961Z] [2020-08-06T00:01:14.961Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:14.961Z] #60 DONE 45.2s [2020-08-06T00:01:14.961Z] [2020-08-06T00:01:14.961Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:14.961Z] #38 45.31 Selecting previously unselected package libnet1:arm64. [2020-08-06T00:01:15.121Z] #39 ... [2020-08-06T00:01:15.121Z] [2020-08-06T00:01:15.121Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:15.121Z] #41 DONE 148.6s [2020-08-06T00:01:15.121Z] [2020-08-06T00:01:15.121Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:15.121Z] #39 77.44 DEP criu/pie-util-vdso-elf32.d [2020-08-06T00:01:15.121Z] #39 ... [2020-08-06T00:01:15.121Z] [2020-08-06T00:01:15.121Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:15.121Z] #17 9.523 Reading package lists... [2020-08-06T00:01:15.121Z] #17 13.50 Reading package lists... [2020-08-06T00:01:15.121Z] #17 17.80 Building dependency tree... [2020-08-06T00:01:15.121Z] #17 19.85 libcap2-bin is already the newest version (1:2.25-2). [2020-08-06T00:01:15.121Z] #17 19.85 The following additional packages will be installed: [2020-08-06T00:01:15.121Z] #17 19.86 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-08-06T00:01:15.121Z] #17 19.87 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-08-06T00:01:15.121Z] #17 19.87 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-08-06T00:01:15.121Z] #17 19.87 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-08-06T00:01:15.121Z] #17 19.87 python3.7 python3.7-minimal vim-runtime xxd [2020-08-06T00:01:15.121Z] #17 19.88 Suggested packages: [2020-08-06T00:01:15.121Z] #17 19.88 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-08-06T00:01:15.121Z] #17 19.88 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-08-06T00:01:15.121Z] #17 19.88 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-08-06T00:01:15.121Z] #17 19.88 Recommended packages: [2020-08-06T00:01:15.121Z] #17 19.88 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-08-06T00:01:15.121Z] #17 19.88 python3-keyrings.alt python3-xdg unzip [2020-08-06T00:01:15.121Z] #17 ... [2020-08-06T00:01:15.121Z] [2020-08-06T00:01:15.121Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:15.121Z] #39 77.55 DEP criu/path.d [2020-08-06T00:01:15.171Z] #17 22.20 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-08-06T00:01:15.171Z] #17 22.21 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-08-06T00:01:15.171Z] #17 22.21 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-08-06T00:01:15.171Z] #17 22.21 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-08-06T00:01:15.228Z] #38 45.31 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-08-06T00:01:15.228Z] #38 45.34 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:15.228Z] #38 45.55 Selecting previously unselected package libnet1-dev. [2020-08-06T00:01:15.228Z] #38 45.55 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... [2020-08-06T00:01:15.257Z] #17 ... [2020-08-06T00:01:15.257Z] [2020-08-06T00:01:15.257Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:15.257Z] #41 138.9 github.com/LK4D4/vndr/godl [2020-08-06T00:01:15.257Z] #41 139.4 github.com/LK4D4/vndr [2020-08-06T00:01:15.430Z] #17 22.63 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-08-06T00:01:15.495Z] #38 45.59 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:15.516Z] #41 ... [2020-08-06T00:01:15.516Z] [2020-08-06T00:01:15.516Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:15.516Z] #39 74.29 DEP criu/sk-packet.d [2020-08-06T00:01:15.516Z] #39 74.51 DEP criu/sk-netlink.d [2020-08-06T00:01:15.516Z] #39 74.65 DEP criu/sk-inet.d [2020-08-06T00:01:15.516Z] #39 74.96 DEP criu/signalfd.d [2020-08-06T00:01:15.516Z] #39 75.16 DEP criu/sigframe.d [2020-08-06T00:01:15.516Z] #39 75.27 DEP criu/shmem.d [2020-08-06T00:01:15.516Z] #39 75.42 DEP criu/servicefd.d [2020-08-06T00:01:15.516Z] #39 75.57 DEP criu/seize.d [2020-08-06T00:01:15.516Z] #39 75.71 DEP criu/seccomp.d [2020-08-06T00:01:15.516Z] #39 75.90 DEP criu/rst-malloc.d [2020-08-06T00:01:15.516Z] #39 75.96 DEP criu/rbtree.d [2020-08-06T00:01:15.516Z] #39 76.00 DEP criu/pstree.d [2020-08-06T00:01:15.516Z] #39 76.14 DEP criu/protobuf.d [2020-08-06T00:01:15.516Z] #39 76.26 GEN criu/protobuf-desc-gen.h [2020-08-06T00:01:15.516Z] #39 78.02 DEP criu/protobuf-desc.d [2020-08-06T00:01:15.685Z] #39 77.93 DEP criu/parasite-syscall.d [2020-08-06T00:01:15.690Z] #17 22.63 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-08-06T00:01:15.690Z] #17 22.64 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-08-06T00:01:15.690Z] #17 22.64 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-08-06T00:01:15.690Z] #17 22.65 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-08-06T00:01:15.690Z] #17 22.67 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-08-06T00:01:15.690Z] #17 22.82 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-08-06T00:01:15.690Z] #17 22.82 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-08-06T00:01:15.690Z] #17 22.85 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-08-06T00:01:15.690Z] #17 22.85 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-08-06T00:01:15.690Z] #17 22.85 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-08-06T00:01:15.690Z] #17 22.88 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-08-06T00:01:15.690Z] #17 22.88 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-08-06T00:01:15.786Z] #34 ... [2020-08-06T00:01:15.786Z] [2020-08-06T00:01:15.786Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:15.786Z] #39 57.66 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2020-08-06T00:01:15.786Z] #39 57.66 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-08-06T00:01:15.786Z] #39 57.68 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2020-08-06T00:01:15.786Z] #39 57.69 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2020-08-06T00:01:15.786Z] #39 57.69 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2020-08-06T00:01:15.786Z] #39 57.70 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-08-06T00:01:15.786Z] #39 57.71 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:15.786Z] #39 57.71 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2020-08-06T00:01:15.786Z] #39 57.72 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-06T00:01:15.786Z] #39 57.73 Setting up python-protobuf (3.6.1.3-2) ... [2020-08-06T00:01:15.786Z] #39 64.22 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2020-08-06T00:01:15.786Z] #39 64.22 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:01:15.786Z] #39 DONE 64.5s [2020-08-06T00:01:15.786Z] [2020-08-06T00:01:15.786Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:15.943Z] #39 78.37 DEP criu/pagemap.d [2020-08-06T00:01:15.950Z] #17 ... [2020-08-06T00:01:15.950Z] [2020-08-06T00:01:15.950Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:15.950Z] #39 79.53 DEP criu/protobuf-desc.d [2020-08-06T00:01:16.008Z] using credential docker-jenkins-github-credentials [2020-08-06T00:01:16.080Z] Cloning the remote Git repository [2020-08-06T00:01:16.080Z] Cloning with configured refspecs honoured and without tags [2020-08-06T00:01:16.086Z] #39 ... [2020-08-06T00:01:16.086Z] [2020-08-06T00:01:16.086Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:16.086Z] #41 DONE 149.3s [2020-08-06T00:01:16.086Z] [2020-08-06T00:01:16.086Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:16.086Z] #39 78.22 DEP criu/proc_parse.d [2020-08-06T00:01:16.086Z] #39 78.48 DEP criu/plugin.d [2020-08-06T00:01:16.086Z] #39 78.61 DEP criu/pipes.d [2020-08-06T00:01:16.210Z] #39 79.62 DEP criu/proc_parse.d [2020-08-06T00:01:16.210Z] #39 79.77 DEP criu/plugin.d [2020-08-06T00:01:16.470Z] #39 79.84 DEP criu/pipes.d [2020-08-06T00:01:16.471Z] #39 80.02 DEP criu/pie-util.d [2020-08-06T00:01:16.479Z] [2020-08-06T00:01:16.479Z] #38 ... [2020-08-06T00:01:16.479Z] [2020-08-06T00:01:16.479Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2020-08-06T00:01:16.479Z] #51 41.75 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-06T00:01:16.479Z] #51 43.10 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:01:16.479Z] #51 44.63 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:01:16.479Z] #51 DONE 46.4s [2020-08-06T00:01:16.479Z] [2020-08-06T00:01:16.479Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:16.479Z] #38 46.36 Selecting previously unselected package libnl-3-200:arm64. [2020-08-06T00:01:16.479Z] #38 46.37 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... [2020-08-06T00:01:16.479Z] #38 46.51 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-08-06T00:01:16.506Z] #39 78.83 DEP criu/pagemap-cache.d [2020-08-06T00:01:16.655Z] #39 78.81 DEP criu/pie-util.d [2020-08-06T00:01:16.655Z] #39 78.92 DEP criu/pie-util-vdso.d [2020-08-06T00:01:16.655Z] #39 79.05 DEP criu/pie-util-vdso-elf32.d [2020-08-06T00:01:16.731Z] #39 80.18 DEP criu/pie-util-vdso.d [2020-08-06T00:01:16.731Z] #39 80.34 DEP criu/pie-util-vdso-elf32.d [2020-08-06T00:01:16.743Z] #38 46.87 Selecting previously unselected package libnl-3-dev:arm64. [2020-08-06T00:01:16.743Z] #38 46.87 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... [2020-08-06T00:01:16.743Z] #38 46.87 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... [2020-08-06T00:01:16.763Z] #39 79.02 DEP criu/page-xfer.d [2020-08-06T00:01:16.763Z] #39 79.21 DEP criu/page-pipe.d [2020-08-06T00:01:16.914Z] #39 79.22 DEP criu/path.d [2020-08-06T00:01:16.258Z] Cloning repository https://github.com/moby/moby.git [2020-08-06T00:01:16.655Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2020-08-06T00:01:16.990Z] #39 80.47 DEP criu/path.d [2020-08-06T00:01:16.990Z] #39 80.59 DEP criu/parasite-syscall.d [2020-08-06T00:01:17.020Z] #39 79.31 DEP criu/netfilter.d [2020-08-06T00:01:17.020Z] #39 79.51 DEP criu/net.d [2020-08-06T00:01:17.174Z] #39 79.49 DEP criu/parasite-syscall.d [2020-08-06T00:01:17.250Z] #39 80.81 DEP criu/pagemap.d [2020-08-06T00:01:17.277Z] #39 79.69 DEP criu/namespaces.d [2020-08-06T00:01:17.322Z] #38 ... [2020-08-06T00:01:17.322Z] [2020-08-06T00:01:17.322Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2020-08-06T00:01:17.322Z] #23 45.18 Selecting previously unselected package libjq1:arm64. [2020-08-06T00:01:17.322Z] #23 45.19 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-08-06T00:01:17.322Z] #23 45.24 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-08-06T00:01:17.322Z] #23 45.42 Selecting previously unselected package jq. [2020-08-06T00:01:17.322Z] #23 45.45 Preparing to unpack .../jq_1.5+dfsg-2+b1_arm64.deb ... [2020-08-06T00:01:17.322Z] #23 45.49 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-06T00:01:17.322Z] #23 45.75 Setting up libonig5:arm64 (6.9.1-1) ... [2020-08-06T00:01:17.322Z] #23 46.36 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-08-06T00:01:17.322Z] #23 46.53 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-06T00:01:17.322Z] #23 46.58 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:01:17.322Z] #23 DONE 47.4s [2020-08-06T00:01:17.322Z] [2020-08-06T00:01:17.322Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:17.322Z] #38 47.49 Selecting previously unselected package libprotobuf-c1:arm64. [2020-08-06T00:01:17.322Z] #38 47.49 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-08-06T00:01:17.322Z] #38 47.51 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-08-06T00:01:17.323Z] #40 ... [2020-08-06T00:01:17.323Z] [2020-08-06T00:01:17.323Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:17.323Z] #42 56.17 bytes [2020-08-06T00:01:17.323Z] #42 62.21 bufio [2020-08-06T00:01:17.323Z] #42 63.65 reflect [2020-08-06T00:01:17.441Z] #39 79.68 DEP criu/pagemap.d [2020-08-06T00:01:17.441Z] #39 79.83 DEP criu/pagemap-cache.d [2020-08-06T00:01:17.441Z] #39 79.96 DEP criu/page-xfer.d [2020-08-06T00:01:17.509Z] #39 80.97 DEP criu/pagemap-cache.d [2020-08-06T00:01:17.509Z] #39 81.14 DEP criu/page-xfer.d [2020-08-06T00:01:17.535Z] #39 79.85 DEP criu/mount.d [2020-08-06T00:01:17.587Z] #38 ... [2020-08-06T00:01:17.587Z] [2020-08-06T00:01:17.587Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:17.587Z] #41 37.75 sync [2020-08-06T00:01:17.587Z] #41 37.79 internal/reflectlite [2020-08-06T00:01:17.587Z] #41 38.79 github.com/LK4D4/vndr/godl/singleflight [2020-08-06T00:01:17.587Z] #41 38.80 math/rand [2020-08-06T00:01:17.587Z] #41 38.81 internal/singleflight [2020-08-06T00:01:17.587Z] #41 39.70 io [2020-08-06T00:01:17.587Z] #41 39.72 strconv [2020-08-06T00:01:17.587Z] #41 39.75 syscall [2020-08-06T00:01:17.587Z] #41 40.12 vendor/golang.org/x/net/dns/dnsmessage [2020-08-06T00:01:17.587Z] #41 40.89 bytes [2020-08-06T00:01:17.587Z] #41 43.13 reflect [2020-08-06T00:01:17.587Z] #41 43.53 bufio [2020-08-06T00:01:17.587Z] #41 44.54 regexp/syntax [2020-08-06T00:01:17.587Z] #41 45.14 hash/crc32 [2020-08-06T00:01:17.587Z] #41 46.71 vendor/golang.org/x/text/transform [2020-08-06T00:01:17.587Z] #41 47.57 time [2020-08-06T00:01:17.622Z] #42 ... [2020-08-06T00:01:17.622Z] [2020-08-06T00:01:17.622Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:17.622Z] #34 9.523 [100%] Linking C executable tini-static [2020-08-06T00:01:17.769Z] #39 81.30 DEP criu/page-pipe.d [2020-08-06T00:01:17.769Z] #39 81.38 DEP criu/netfilter.d [2020-08-06T00:01:17.792Z] #39 80.08 DEP criu/memfd.d [2020-08-06T00:01:17.792Z] #39 80.29 DEP criu/mem.d [2020-08-06T00:01:17.851Z] #41 ... [2020-08-06T00:01:17.851Z] [2020-08-06T00:01:17.852Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / [2020-08-06T00:01:17.852Z] #24 DONE 0.4s [2020-08-06T00:01:17.852Z] [2020-08-06T00:01:17.852Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:18.009Z] #39 80.15 DEP criu/page-pipe.d [2020-08-06T00:01:18.009Z] #39 80.25 DEP criu/netfilter.d [2020-08-06T00:01:18.009Z] #39 80.37 DEP criu/net.d [2020-08-06T00:01:18.029Z] #39 81.54 DEP criu/net.d [2020-08-06T00:01:18.049Z] #39 80.41 DEP criu/lsm.d [2020-08-06T00:01:18.049Z] #39 80.53 DEP criu/log.d [2020-08-06T00:01:18.267Z] #39 80.58 DEP criu/namespaces.d [2020-08-06T00:01:18.267Z] #39 80.71 DEP criu/mount.d [2020-08-06T00:01:18.288Z] #39 81.79 DEP criu/namespaces.d [2020-08-06T00:01:18.307Z] #39 80.64 DEP criu/libnetlink.d [2020-08-06T00:01:18.307Z] #39 80.73 DEP criu/kerndat.d [2020-08-06T00:01:18.526Z] #39 80.93 DEP criu/memfd.d [2020-08-06T00:01:18.548Z] #39 82.01 DEP criu/mount.d [2020-08-06T00:01:18.695Z] #34 10.56 [100%] Built target tini-static [2020-08-06T00:01:18.695Z] #34 10.65 + mkdir -p /build [2020-08-06T00:01:18.695Z] #34 10.65 + cp tini-static /build/docker-init [2020-08-06T00:01:18.695Z] #34 DONE 10.8s [2020-08-06T00:01:18.695Z] [2020-08-06T00:01:18.695Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:18.695Z] #40 2.253 Note: Building without setproctitle() and strlcpy() support. [2020-08-06T00:01:18.695Z] #40 2.253 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-06T00:01:18.695Z] #40 2.268 Note: Building without GnuTLS support [2020-08-06T00:01:18.695Z] #40 2.277 Makefile.config:39: Warn: you have no libnftables installed [2020-08-06T00:01:18.695Z] #40 2.278 Makefile.config:40: Warn: Building without nftables support [2020-08-06T00:01:18.785Z] #39 81.14 DEP criu/mem.d [2020-08-06T00:01:18.807Z] #39 82.25 DEP criu/memfd.d [2020-08-06T00:01:18.871Z] #39 80.98 DEP criu/kcmp-ids.d [2020-08-06T00:01:18.871Z] #39 81.09 DEP criu/irmap.d [2020-08-06T00:01:18.871Z] #39 81.30 DEP criu/ipc_ns.d [2020-08-06T00:01:17.527Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-06T00:01:17.527Z] > git --version # timeout=10 [2020-08-06T00:01:17.563Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-06T00:01:17.565Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-06T00:01:19.045Z] #39 81.38 DEP criu/lsm.d [2020-08-06T00:01:19.067Z] #39 82.44 DEP criu/mem.d [2020-08-06T00:01:19.067Z] #39 82.66 DEP criu/lsm.d [2020-08-06T00:01:19.128Z] #39 81.41 DEP criu/image.d [2020-08-06T00:01:19.305Z] #39 81.59 DEP criu/log.d [2020-08-06T00:01:19.305Z] #39 81.70 DEP criu/libnetlink.d [2020-08-06T00:01:19.327Z] #39 82.86 DEP criu/log.d [2020-08-06T00:01:19.386Z] #39 81.65 DEP criu/image-desc.d [2020-08-06T00:01:19.386Z] #39 81.73 DEP criu/fsnotify.d [2020-08-06T00:01:19.565Z] #39 81.87 DEP criu/kerndat.d [2020-08-06T00:01:19.565Z] #39 82.09 DEP criu/kcmp-ids.d [2020-08-06T00:01:19.586Z] #39 83.05 DEP criu/libnetlink.d [2020-08-06T00:01:19.586Z] #39 83.18 DEP criu/kerndat.d [2020-08-06T00:01:19.643Z] #39 81.87 DEP criu/filesystems.d [2020-08-06T00:01:19.643Z] #39 81.99 DEP criu/files.d [2020-08-06T00:01:19.760Z] #40 3.960 fatal: not a git repository (or any of the parent directories): .git [2020-08-06T00:01:19.760Z] #40 4.023 GEN .gitid [2020-08-06T00:01:19.760Z] #40 4.053 GEN criu/include/version.h [2020-08-06T00:01:19.760Z] #40 4.104 GEN include/common/asm [2020-08-06T00:01:19.791Z] #25 ... [2020-08-06T00:01:19.791Z] [2020-08-06T00:01:19.791Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:19.791Z] #30 40.13 strings [2020-08-06T00:01:19.791Z] #30 40.14 bytes [2020-08-06T00:01:19.791Z] #30 40.32 reflect [2020-08-06T00:01:19.791Z] #30 41.97 bufio [2020-08-06T00:01:19.791Z] #30 43.38 path [2020-08-06T00:01:19.791Z] #30 43.60 text/tabwriter [2020-08-06T00:01:19.791Z] #30 45.12 internal/syscall/execenv [2020-08-06T00:01:19.791Z] #30 45.13 internal/syscall/unix [2020-08-06T00:01:19.791Z] #30 45.15 time [2020-08-06T00:01:19.824Z] #39 82.14 DEP criu/irmap.d [2020-08-06T00:01:19.846Z] #39 83.33 DEP criu/kcmp-ids.d [2020-08-06T00:01:19.846Z] #39 83.41 DEP criu/irmap.d [2020-08-06T00:01:19.846Z] #39 83.53 DEP criu/ipc_ns.d [2020-08-06T00:01:19.900Z] #39 82.14 DEP criu/files-reg.d [2020-08-06T00:01:19.900Z] #39 82.36 DEP criu/files-ext.d [2020-08-06T00:01:20.055Z] #30 ... [2020-08-06T00:01:20.055Z] [2020-08-06T00:01:20.055Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:20.055Z] #38 47.97 Selecting previously unselected package libprotobuf-c-dev:arm64. [2020-08-06T00:01:20.055Z] #38 47.97 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... [2020-08-06T00:01:20.055Z] #38 47.99 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-08-06T00:01:20.055Z] #38 48.22 Selecting previously unselected package zlib1g-dev:arm64. [2020-08-06T00:01:20.055Z] #38 48.22 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... [2020-08-06T00:01:20.055Z] #38 48.22 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-08-06T00:01:20.055Z] #38 48.54 Selecting previously unselected package libprotobuf17:arm64. [2020-08-06T00:01:20.055Z] #38 48.55 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... [2020-08-06T00:01:20.055Z] #38 48.57 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2020-08-06T00:01:20.055Z] #38 49.64 Selecting previously unselected package libprotobuf-lite17:arm64. [2020-08-06T00:01:20.055Z] #38 49.64 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... [2020-08-06T00:01:20.055Z] #38 49.66 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-08-06T00:01:20.055Z] #38 50.14 Selecting previously unselected package libprotobuf-dev:arm64. [2020-08-06T00:01:20.055Z] #38 50.14 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... [2020-08-06T00:01:20.055Z] #38 50.15 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-08-06T00:01:20.084Z] #39 82.27 DEP criu/ipc_ns.d [2020-08-06T00:01:20.084Z] #39 82.39 DEP criu/image.d [2020-08-06T00:01:20.084Z] #39 82.51 DEP criu/image-desc.d [2020-08-06T00:01:20.105Z] #39 83.65 DEP criu/image.d [2020-08-06T00:01:20.105Z] #39 83.78 DEP criu/image-desc.d [2020-08-06T00:01:20.158Z] #39 82.46 DEP criu/file-lock.d [2020-08-06T00:01:20.158Z] #39 82.55 DEP criu/file-ids.d [2020-08-06T00:01:20.344Z] #39 82.58 DEP criu/fsnotify.d [2020-08-06T00:01:20.344Z] #39 82.78 DEP criu/filesystems.d [2020-08-06T00:01:20.365Z] #39 83.92 DEP criu/fsnotify.d [2020-08-06T00:01:20.417Z] #39 82.66 DEP criu/fifo.d [2020-08-06T00:01:20.417Z] #39 82.75 DEP criu/fdstore.d [2020-08-06T00:01:20.417Z] #39 82.85 DEP criu/fault-injection.d [2020-08-06T00:01:20.417Z] #39 82.88 DEP criu/external.d [2020-08-06T00:01:20.603Z] #39 82.90 DEP criu/files.d [2020-08-06T00:01:20.603Z] #39 83.03 DEP criu/files-reg.d [2020-08-06T00:01:20.624Z] #39 84.13 DEP criu/filesystems.d [2020-08-06T00:01:20.676Z] #39 ... [2020-08-06T00:01:20.676Z] [2020-08-06T00:01:20.676Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:01:20.676Z] #28 DONE 154.1s [2020-08-06T00:01:20.676Z] [2020-08-06T00:01:20.676Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:20.676Z] #17 21.93 The following NEW packages will be installed: [2020-08-06T00:01:20.676Z] #17 21.93 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-08-06T00:01:20.676Z] #17 21.93 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-08-06T00:01:20.676Z] #17 21.93 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-08-06T00:01:20.676Z] #17 21.93 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-08-06T00:01:20.676Z] #17 21.93 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-08-06T00:01:20.676Z] #17 21.93 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-08-06T00:01:20.676Z] #17 21.93 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-08-06T00:01:20.676Z] #17 21.93 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-08-06T00:01:20.676Z] #17 21.93 xz-utils zip [2020-08-06T00:01:20.676Z] #17 22.38 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:01:20.676Z] #17 22.38 Need to get 28.5 MB of archives. [2020-08-06T00:01:20.676Z] #17 22.38 After this operation, 116 MB of additional disk space will be used. [2020-08-06T00:01:20.676Z] #17 22.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-08-06T00:01:20.676Z] #17 22.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-08-06T00:01:20.676Z] #17 22.40 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-08-06T00:01:20.676Z] #17 22.50 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-08-06T00:01:20.676Z] #17 22.50 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-08-06T00:01:20.676Z] #17 22.51 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-08-06T00:01:20.676Z] #17 22.60 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-08-06T00:01:20.676Z] #17 22.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-08-06T00:01:20.676Z] #17 22.63 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-08-06T00:01:20.676Z] #17 22.63 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-08-06T00:01:20.676Z] #17 22.64 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-08-06T00:01:20.676Z] #17 22.65 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-08-06T00:01:20.676Z] #17 22.65 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-08-06T00:01:20.676Z] #17 22.66 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-08-06T00:01:20.676Z] #17 22.66 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-08-06T00:01:20.676Z] #17 22.66 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-08-06T00:01:20.676Z] #17 22.69 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-08-06T00:01:20.676Z] #17 22.69 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-08-06T00:01:20.676Z] #17 22.71 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-08-06T00:01:20.676Z] #17 22.72 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-08-06T00:01:20.676Z] #17 22.72 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-08-06T00:01:20.676Z] #17 22.73 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-08-06T00:01:20.676Z] #17 22.76 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-08-06T00:01:20.676Z] #17 22.76 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-08-06T00:01:20.676Z] #17 22.77 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-08-06T00:01:20.676Z] #17 22.78 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-08-06T00:01:20.676Z] #17 22.78 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-08-06T00:01:20.676Z] #17 22.79 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-08-06T00:01:20.676Z] #17 22.79 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-08-06T00:01:20.676Z] #17 23.20 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-08-06T00:01:20.676Z] #17 23.20 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-08-06T00:01:20.676Z] #17 23.21 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-08-06T00:01:20.676Z] #17 23.21 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-08-06T00:01:20.676Z] #17 23.21 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-08-06T00:01:20.676Z] #17 23.23 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-08-06T00:01:20.676Z] #17 23.33 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-08-06T00:01:20.676Z] #17 23.34 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-08-06T00:01:20.676Z] #17 23.34 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-08-06T00:01:20.676Z] #17 23.36 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-08-06T00:01:20.676Z] #17 23.37 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-08-06T00:01:20.676Z] #17 23.39 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-08-06T00:01:20.676Z] #17 23.40 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-08-06T00:01:20.676Z] #17 23.47 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-08-06T00:01:20.676Z] #17 23.49 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-08-06T00:01:20.676Z] #17 23.52 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-08-06T00:01:20.676Z] #17 23.88 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-08-06T00:01:20.676Z] #17 23.95 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-08-06T00:01:20.676Z] #17 24.00 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-08-06T00:01:20.676Z] #17 24.66 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:01:20.676Z] #17 24.77 Fetched 28.5 MB in 2s (15.0 MB/s) [2020-08-06T00:01:20.676Z] #17 24.85 Selecting previously unselected package pigz. [2020-08-06T00:01:20.676Z] #17 24.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 ... 23432 files and directories currently installed.) [2020-08-06T00:01:20.676Z] #17 24.92 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-08-06T00:01:20.676Z] #17 24.93 Unpacking pigz (2.4-1) ... [2020-08-06T00:01:20.676Z] #17 25.00 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-08-06T00:01:20.676Z] #17 25.01 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:20.676Z] #17 25.01 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:20.676Z] #17 25.53 Selecting previously unselected package python3.7-minimal. [2020-08-06T00:01:20.676Z] #17 25.55 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:20.676Z] #17 25.56 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:01:20.676Z] #17 26.61 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:20.676Z] #17 26.64 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:01:20.862Z] #39 83.28 DEP criu/files-ext.d [2020-08-06T00:01:20.884Z] #39 84.26 DEP criu/files.d [2020-08-06T00:01:20.884Z] #39 84.45 DEP criu/files-reg.d [2020-08-06T00:01:21.122Z] #39 83.44 DEP criu/file-lock.d [2020-08-06T00:01:21.122Z] #39 83.58 DEP criu/file-ids.d [2020-08-06T00:01:21.148Z] #39 84.59 DEP criu/files-ext.d [2020-08-06T00:01:21.148Z] #39 84.72 DEP criu/file-lock.d [2020-08-06T00:01:21.305Z] #40 ... [2020-08-06T00:01:21.305Z] [2020-08-06T00:01:21.305Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:21.305Z] #31 59.81 bufio [2020-08-06T00:01:21.305Z] #31 61.89 reflect [2020-08-06T00:01:21.305Z] #31 62.54 path [2020-08-06T00:01:21.305Z] #31 65.32 text/tabwriter [2020-08-06T00:01:21.305Z] #31 ... [2020-08-06T00:01:21.305Z] [2020-08-06T00:01:21.305Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:01:21.305Z] #11 62.43 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-06T00:01:21.305Z] #11 69.68 Selecting previously unselected package gcc-mingw-w64-base. [2020-08-06T00:01:21.305Z] #11 69.69 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-08-06T00:01:21.305Z] #11 69.69 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:01:21.305Z] #11 69.87 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-08-06T00:01:21.305Z] #11 69.88 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-08-06T00:01:21.305Z] #11 69.88 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:01:21.305Z] #11 ... [2020-08-06T00:01:21.305Z] [2020-08-06T00:01:21.305Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:21.305Z] #31 70.05 internal/syscall/unix [2020-08-06T00:01:21.305Z] #31 70.05 internal/syscall/execenv [2020-08-06T00:01:21.305Z] #31 70.08 time [2020-08-06T00:01:21.382Z] #39 83.76 DEP criu/fifo.d [2020-08-06T00:01:21.408Z] #39 84.92 DEP criu/file-ids.d [2020-08-06T00:01:21.642Z] #39 83.92 DEP criu/fdstore.d [2020-08-06T00:01:21.642Z] #39 84.00 DEP criu/fault-injection.d [2020-08-06T00:01:21.642Z] #39 84.06 DEP criu/external.d [2020-08-06T00:01:21.667Z] #39 85.12 DEP criu/fifo.d [2020-08-06T00:01:21.667Z] #39 85.30 DEP criu/fdstore.d [2020-08-06T00:01:21.901Z] #39 84.18 DEP criu/eventpoll.d [2020-08-06T00:01:21.927Z] #39 85.41 DEP criu/fault-injection.d [2020-08-06T00:01:21.927Z] #39 85.49 DEP criu/external.d [2020-08-06T00:01:21.989Z] #38 51.95 Selecting previously unselected package libprotoc17:arm64. [2020-08-06T00:01:21.989Z] #38 51.95 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... [2020-08-06T00:01:21.989Z] #38 51.96 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... [2020-08-06T00:01:22.161Z] #39 84.40 DEP criu/eventfd.d [2020-08-06T00:01:22.161Z] #39 84.54 DEP criu/crtools.d [2020-08-06T00:01:22.186Z] #39 85.60 DEP criu/eventpoll.d [2020-08-06T00:01:22.186Z] #39 85.84 DEP criu/eventfd.d [2020-08-06T00:01:22.420Z] #39 84.69 DEP criu/cr-service.d [2020-08-06T00:01:22.420Z] #39 84.84 DEP criu/cr-restore.d [2020-08-06T00:01:22.446Z] #39 85.96 DEP criu/crtools.d [2020-08-06T00:01:22.681Z] #39 85.18 DEP criu/cr-errno.d [2020-08-06T00:01:22.706Z] #39 86.21 DEP criu/cr-service.d [2020-08-06T00:01:22.706Z] #39 86.39 DEP criu/cr-restore.d [2020-08-06T00:01:22.940Z] #39 85.19 DEP criu/cr-dump.d [2020-08-06T00:01:22.940Z] #39 85.45 DEP criu/cr-dedup.d [2020-08-06T00:01:23.067Z] #38 ... [2020-08-06T00:01:23.067Z] [2020-08-06T00:01:23.067Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:23.067Z] #47 43.15 bufio [2020-08-06T00:01:23.067Z] #47 43.37 regexp/syntax [2020-08-06T00:01:23.067Z] #47 48.48 time [2020-08-06T00:01:23.067Z] #47 49.60 regexp [2020-08-06T00:01:23.067Z] #47 ... [2020-08-06T00:01:23.067Z] [2020-08-06T00:01:23.067Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:23.067Z] #25 4.410 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-08-06T00:01:23.067Z] #25 5.033 [2020-08-06T00:01:23.200Z] #39 85.57 DEP criu/cr-check.d [2020-08-06T00:01:23.200Z] #39 85.72 DEP criu/config.d [2020-08-06T00:01:23.213Z] #17 29.05 Selecting previously unselected package python3-minimal. [2020-08-06T00:01:23.213Z] #17 29.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-08-06T00:01:23.213Z] #17 29.08 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-08-06T00:01:23.213Z] #17 29.09 Unpacking python3-minimal (3.7.3-1) ... [2020-08-06T00:01:23.213Z] #17 29.16 Selecting previously unselected package libmpdec2:amd64. [2020-08-06T00:01:23.213Z] #17 29.17 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-08-06T00:01:23.213Z] #17 29.18 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-08-06T00:01:23.275Z] #39 86.61 DEP criu/cr-errno.d [2020-08-06T00:01:23.275Z] #39 86.64 DEP criu/cr-dump.d [2020-08-06T00:01:23.275Z] #39 ... [2020-08-06T00:01:23.275Z] [2020-08-06T00:01:23.275Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:23.275Z] #17 23.39 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-08-06T00:01:23.275Z] #17 23.40 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-08-06T00:01:23.275Z] #17 23.43 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-08-06T00:01:23.275Z] #17 23.72 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-08-06T00:01:23.275Z] #17 23.77 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-08-06T00:01:23.275Z] #17 23.82 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-08-06T00:01:23.275Z] #17 24.43 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:01:23.275Z] #17 24.52 Fetched 28.5 MB in 2s (12.5 MB/s) [2020-08-06T00:01:23.275Z] #17 24.60 Selecting previously unselected package pigz. [2020-08-06T00:01:23.276Z] #17 24.60 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-08-06T00:01:23.276Z] #17 24.67 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-08-06T00:01:23.276Z] #17 24.68 Unpacking pigz (2.4-1) ... [2020-08-06T00:01:23.276Z] #17 24.78 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-08-06T00:01:23.276Z] #17 24.80 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:23.276Z] #17 24.80 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:23.276Z] #17 25.28 Selecting previously unselected package python3.7-minimal. [2020-08-06T00:01:23.276Z] #17 25.28 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:23.276Z] #17 25.29 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:01:23.276Z] #17 26.19 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:23.276Z] #17 26.22 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:01:23.276Z] #17 28.61 Selecting previously unselected package python3-minimal. [2020-08-06T00:01:23.276Z] #17 28.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-08-06T00:01:23.276Z] #17 28.69 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-08-06T00:01:23.276Z] #17 28.69 Unpacking python3-minimal (3.7.3-1) ... [2020-08-06T00:01:23.276Z] #17 28.79 Selecting previously unselected package libmpdec2:amd64. [2020-08-06T00:01:23.276Z] #17 28.81 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-08-06T00:01:23.276Z] #17 28.82 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-08-06T00:01:23.276Z] #17 28.93 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-08-06T00:01:23.276Z] #17 28.95 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:23.276Z] #17 28.95 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:23.276Z] #17 29.88 Selecting previously unselected package python3.7. [2020-08-06T00:01:23.276Z] #17 29.90 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:23.276Z] #17 29.90 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:23.276Z] #17 30.02 Selecting previously unselected package libpython3-stdlib:amd64. [2020-08-06T00:01:23.276Z] #17 30.03 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-08-06T00:01:23.276Z] #17 30.03 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-08-06T00:01:23.276Z] #17 30.17 Setting up python3-minimal (3.7.3-1) ... [2020-08-06T00:01:23.442Z] #25 5.288 0.0% ### 4.5% ##### 8.0% ######## 11.1% ######### 12.6% ############ 18.0% [2020-08-06T00:01:23.442Z] #25 ... [2020-08-06T00:01:23.442Z] [2020-08-06T00:01:23.442Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:01:23.442Z] #32 43.68 Selecting previously unselected package vim-common. [2020-08-06T00:01:23.442Z] #32 43.69 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:01:23.442Z] #32 44.65 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-06T00:01:23.442Z] #32 45.69 Selecting previously unselected package cmake-data. [2020-08-06T00:01:23.442Z] #32 45.70 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2020-08-06T00:01:23.442Z] #32 45.74 Unpacking cmake-data (3.13.4-1) ... [2020-08-06T00:01:23.442Z] #32 53.06 Selecting previously unselected package libicu63:arm64. [2020-08-06T00:01:23.442Z] #32 53.07 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-08-06T00:01:23.442Z] #32 53.15 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-08-06T00:01:23.469Z] #17 29.28 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-08-06T00:01:23.469Z] #17 29.28 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:23.469Z] #17 29.28 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:23.754Z] #32 ... [2020-08-06T00:01:23.754Z] [2020-08-06T00:01:23.754Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:23.754Z] #38 53.34 Selecting previously unselected package protobuf-c-compiler. [2020-08-06T00:01:23.754Z] #38 53.34 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... [2020-08-06T00:01:23.754Z] #38 53.35 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-06T00:01:23.754Z] #38 53.79 Selecting previously unselected package protobuf-compiler. [2020-08-06T00:01:23.754Z] #38 53.80 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... [2020-08-06T00:01:23.754Z] #38 53.82 Unpacking protobuf-compiler (3.6.1.3-2) ... [2020-08-06T00:01:23.770Z] #39 85.87 DEP criu/clone-noasan.d [2020-08-06T00:01:23.770Z] #39 85.96 DEP criu/cgroup.d [2020-08-06T00:01:23.770Z] #39 ... [2020-08-06T00:01:23.770Z] [2020-08-06T00:01:23.770Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:23.770Z] #17 21.93 The following NEW packages will be installed: [2020-08-06T00:01:23.770Z] #17 21.94 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-08-06T00:01:23.770Z] #17 21.94 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-08-06T00:01:23.770Z] #17 21.94 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-08-06T00:01:23.770Z] #17 21.94 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-08-06T00:01:23.770Z] #17 21.94 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-08-06T00:01:23.770Z] #17 21.95 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-08-06T00:01:23.770Z] #17 21.95 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-08-06T00:01:23.770Z] #17 21.95 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-08-06T00:01:23.770Z] #17 21.95 xz-utils zip [2020-08-06T00:01:23.770Z] #17 22.32 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:01:23.770Z] #17 22.32 Need to get 28.5 MB of archives. [2020-08-06T00:01:23.770Z] #17 22.32 After this operation, 116 MB of additional disk space will be used. [2020-08-06T00:01:23.770Z] #17 22.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2020-08-06T00:01:23.770Z] #17 22.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2020-08-06T00:01:23.770Z] #17 22.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2020-08-06T00:01:23.770Z] #17 22.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2020-08-06T00:01:23.770Z] #17 22.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2020-08-06T00:01:23.770Z] #17 22.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2020-08-06T00:01:23.770Z] #17 22.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2020-08-06T00:01:23.770Z] #17 22.79 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2020-08-06T00:01:23.770Z] #17 22.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2020-08-06T00:01:23.770Z] #17 22.80 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2020-08-06T00:01:23.770Z] #17 22.81 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2020-08-06T00:01:23.770Z] #17 22.81 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2020-08-06T00:01:23.770Z] #17 22.81 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2020-08-06T00:01:23.770Z] #17 22.82 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2020-08-06T00:01:23.770Z] #17 22.82 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2020-08-06T00:01:23.770Z] #17 22.83 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2020-08-06T00:01:23.770Z] #17 22.85 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2020-08-06T00:01:23.770Z] #17 22.86 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2020-08-06T00:01:23.770Z] #17 22.87 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2020-08-06T00:01:23.770Z] #17 22.88 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2020-08-06T00:01:23.770Z] #17 22.90 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2020-08-06T00:01:23.770Z] #17 22.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2020-08-06T00:01:23.770Z] #17 22.93 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2020-08-06T00:01:23.770Z] #17 22.93 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2020-08-06T00:01:23.770Z] #17 22.95 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2020-08-06T00:01:23.770Z] #17 22.95 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2020-08-06T00:01:23.770Z] #17 22.96 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2020-08-06T00:01:23.770Z] #17 22.96 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2020-08-06T00:01:23.770Z] #17 22.97 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2020-08-06T00:01:23.770Z] #17 23.52 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2020-08-06T00:01:23.770Z] #17 23.52 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2020-08-06T00:01:23.770Z] #17 23.53 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2020-08-06T00:01:23.770Z] #17 23.53 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2020-08-06T00:01:23.770Z] #17 23.54 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2020-08-06T00:01:23.770Z] #17 23.55 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2020-08-06T00:01:23.770Z] #17 23.65 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-08-06T00:01:23.770Z] #17 23.65 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2020-08-06T00:01:23.770Z] #17 23.66 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2020-08-06T00:01:23.770Z] #17 23.67 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-08-06T00:01:23.770Z] #17 23.68 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2020-08-06T00:01:23.770Z] #17 23.71 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-08-06T00:01:23.770Z] #17 23.71 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] [2020-08-06T00:01:23.770Z] #17 23.78 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2020-08-06T00:01:23.770Z] #17 23.81 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2020-08-06T00:01:23.770Z] #17 23.83 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-08-06T00:01:23.770Z] #17 24.11 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2020-08-06T00:01:23.770Z] #17 24.17 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2020-08-06T00:01:23.770Z] #17 24.22 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2020-08-06T00:01:23.770Z] #17 24.99 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:01:23.770Z] #17 25.19 Fetched 28.5 MB in 2s (13.1 MB/s) [2020-08-06T00:01:23.770Z] #17 25.26 Selecting previously unselected package pigz. [2020-08-06T00:01:23.770Z] #17 25.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2020-08-06T00:01:23.770Z] #17 25.31 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2020-08-06T00:01:23.770Z] #17 25.32 Unpacking pigz (2.4-1) ... [2020-08-06T00:01:23.770Z] #17 25.45 Selecting previously unselected package libpython3.7-minimal:amd64. [2020-08-06T00:01:23.770Z] #17 25.46 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:23.770Z] #17 25.47 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:23.770Z] #17 25.86 Selecting previously unselected package python3.7-minimal. [2020-08-06T00:01:23.770Z] #17 25.87 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:23.770Z] #17 25.88 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:01:23.770Z] #17 26.53 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:23.770Z] #17 26.55 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:01:23.770Z] #17 28.88 Selecting previously unselected package python3-minimal. [2020-08-06T00:01:23.770Z] #17 28.88 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2020-08-06T00:01:23.770Z] #17 28.95 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2020-08-06T00:01:23.770Z] #17 28.96 Unpacking python3-minimal (3.7.3-1) ... [2020-08-06T00:01:23.770Z] #17 29.14 Selecting previously unselected package libmpdec2:amd64.#17 ... [2020-08-06T00:01:23.770Z] [2020-08-06T00:01:23.770Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:01:23.770Z] #28 DONE 157.2s [2020-08-06T00:01:23.770Z] [2020-08-06T00:01:23.770Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:23.770Z] #17 29.14 Selecting previously unselected package libmpdec2:amd64. [2020-08-06T00:01:23.770Z] #17 29.14 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2020-08-06T00:01:23.770Z] #17 29.16 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2020-08-06T00:01:23.770Z] #17 ... [2020-08-06T00:01:23.770Z] [2020-08-06T00:01:23.770Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:23.770Z] #39 86.09 DEP criu/cgroup-props.d [2020-08-06T00:01:23.770Z] #39 86.21 DEP criu/bitmap.d [2020-08-06T00:01:23.857Z] #17 ... [2020-08-06T00:01:23.857Z] [2020-08-06T00:01:23.857Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:01:23.857Z] #28 DONE 156.6s [2020-08-06T00:01:23.857Z] [2020-08-06T00:01:23.857Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:23.857Z] #39 86.91 DEP criu/cr-dedup.d [2020-08-06T00:01:23.857Z] #39 87.19 DEP criu/cr-check.d [2020-08-06T00:01:24.030Z] #39 86.28 DEP criu/bfd.d [2020-08-06T00:01:24.032Z] #17 30.08 Selecting previously unselected package python3.7. [2020-08-06T00:01:24.032Z] #17 30.08 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:24.032Z] #17 30.08 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:24.049Z] #38 54.25 Selecting previously unselected package python-pkg-resources. [2020-08-06T00:01:24.049Z] #38 54.26 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2020-08-06T00:01:24.049Z] #38 54.26 Unpacking python-pkg-resources (40.8.0-1) ... [2020-08-06T00:01:24.117Z] #39 87.46 DEP criu/config.d [2020-08-06T00:01:24.117Z] #39 87.60 DEP criu/clone-noasan.d [2020-08-06T00:01:24.117Z] #39 87.66 DEP criu/cgroup.d [2020-08-06T00:01:24.289Z] #39 86.46 DEP criu/autofs.d [2020-08-06T00:01:24.289Z] #17 30.20 Selecting previously unselected package libpython3-stdlib:amd64. [2020-08-06T00:01:24.289Z] #17 30.20 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-08-06T00:01:24.289Z] #17 30.20 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-08-06T00:01:24.339Z] #38 ... [2020-08-06T00:01:24.339Z] [2020-08-06T00:01:24.339Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:01:24.339Z] #10 44.42 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2020-08-06T00:01:24.339Z] #10 46.15 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2020-08-06T00:01:24.339Z] #10 46.15 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2020-08-06T00:01:24.339Z] #10 46.15 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2020-08-06T00:01:24.339Z] #10 46.17 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2020-08-06T00:01:24.339Z] #10 46.17 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2020-08-06T00:01:24.339Z] #10 46.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] [2020-08-06T00:01:24.339Z] #10 46.19 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2020-08-06T00:01:24.339Z] #10 46.20 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2020-08-06T00:01:24.339Z] #10 46.21 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2020-08-06T00:01:24.339Z] #10 46.22 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2020-08-06T00:01:24.339Z] #10 46.28 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2020-08-06T00:01:24.339Z] #10 46.28 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2020-08-06T00:01:24.339Z] #10 46.28 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2020-08-06T00:01:24.339Z] #10 46.28 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] [2020-08-06T00:01:24.339Z] #10 46.28 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] [2020-08-06T00:01:24.339Z] #10 47.82 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:01:24.339Z] #10 48.20 Fetched 73.3 MB in 10s (7546 kB/s) [2020-08-06T00:01:24.339Z] #10 48.36 Selecting previously unselected package binutils-mingw-w64-i686. [2020-08-06T00:01:24.339Z] #10 48.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) [2020-08-06T00:01:24.339Z] #10 48.47 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2020-08-06T00:01:24.339Z] #10 48.47 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-06T00:01:24.339Z] #10 51.98 Selecting previously unselected package binutils-mingw-w64-x86-64. [2020-08-06T00:01:24.339Z] #10 51.99 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2020-08-06T00:01:24.339Z] #10 52.03 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-06T00:01:24.339Z] #10 ... [2020-08-06T00:01:24.339Z] [2020-08-06T00:01:24.339Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:24.339Z] #38 54.55 Selecting previously unselected package python-six. [2020-08-06T00:01:24.339Z] #38 54.55 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2020-08-06T00:01:24.339Z] #38 54.56 Unpacking python-six (1.12.0-1) ... [2020-08-06T00:01:24.377Z] #39 87.82 DEP criu/cgroup-props.d [2020-08-06T00:01:24.546Z] #17 30.32 Setting up python3-minimal (3.7.3-1) ... [2020-08-06T00:01:24.550Z] #39 86.76 DEP criu/aio.d [2020-08-06T00:01:24.550Z] #39 87.02 DEP criu/action-scripts.d [2020-08-06T00:01:24.620Z] #38 54.76 Selecting previously unselected package python-protobuf. [2020-08-06T00:01:24.620Z] #38 54.76 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... [2020-08-06T00:01:24.620Z] #38 54.78 Unpacking python-protobuf (3.6.1.3-2) ... [2020-08-06T00:01:24.637Z] #39 88.04 DEP criu/bitmap.d [2020-08-06T00:01:24.637Z] #39 88.07 DEP criu/bfd.d [2020-08-06T00:01:24.637Z] #39 88.24 DEP criu/autofs.d [2020-08-06T00:01:24.809Z] #39 87.25 CC criu/action-scripts.o [2020-08-06T00:01:24.897Z] #39 88.45 DEP criu/aio.d [2020-08-06T00:01:24.897Z] #39 88.60 DEP criu/action-scripts.d [2020-08-06T00:01:25.069Z] #39 87.59 CC criu/aio.o [2020-08-06T00:01:25.111Z] #17 31.19 Selecting previously unselected package python3. [2020-08-06T00:01:25.158Z] #39 88.82 CC criu/action-scripts.o [2020-08-06T00:01:25.381Z] #17 31.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 ... 24093 files and directories currently installed.) [2020-08-06T00:01:25.381Z] #17 31.27 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-08-06T00:01:25.381Z] #17 31.29 Unpacking python3 (3.7.3-1) ... [2020-08-06T00:01:25.381Z] #17 31.40 Selecting previously unselected package libip4tc0:amd64. [2020-08-06T00:01:25.381Z] #17 31.41 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-08-06T00:01:25.381Z] #17 31.43 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:25.591Z] #38 55.60 Setting up python-pkg-resources (40.8.0-1) ... [2020-08-06T00:01:25.643Z] #17 31.55 Selecting previously unselected package libip6tc0:amd64. [2020-08-06T00:01:25.643Z] #17 31.57 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-08-06T00:01:25.643Z] #17 31.57 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:25.643Z] #17 31.67 Selecting previously unselected package libiptc0:amd64. [2020-08-06T00:01:25.643Z] #17 31.69 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-08-06T00:01:25.728Z] #39 89.19 CC criu/aio.o [2020-08-06T00:01:25.900Z] #17 31.69 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:25.900Z] #17 31.77 Selecting previously unselected package libnfnetlink0:amd64. [2020-08-06T00:01:25.900Z] #17 31.78 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-08-06T00:01:25.900Z] #17 31.78 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-08-06T00:01:25.900Z] #17 31.85 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-08-06T00:01:25.900Z] #17 31.85 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-08-06T00:01:25.900Z] #17 31.86 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-08-06T00:01:25.900Z] #17 31.93 Selecting previously unselected package libnftnl11:amd64. [2020-08-06T00:01:25.900Z] #17 31.93 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-08-06T00:01:25.900Z] #17 31.95 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-08-06T00:01:26.007Z] #39 88.28 CC criu/autofs.o [2020-08-06T00:01:26.100Z] #45 ... [2020-08-06T00:01:26.100Z] [2020-08-06T00:01:26.100Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:01:26.100Z] #52 140.1 + bin/containerd-stress [2020-08-06T00:01:26.157Z] #17 32.05 Selecting previously unselected package iptables. [2020-08-06T00:01:26.157Z] #17 32.05 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-08-06T00:01:26.157Z] #17 32.06 Unpacking iptables (1.8.2-4) ... [2020-08-06T00:01:26.298Z] #39 89.64 CC criu/autofs.o [2020-08-06T00:01:26.391Z] #52 141.9 + bin/containerd-shim [2020-08-06T00:01:26.415Z] #17 32.36 Selecting previously unselected package xxd. [2020-08-06T00:01:26.415Z] #17 32.36 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-08-06T00:01:26.415Z] #17 32.37 Unpacking xxd (2:8.1.0875-5) ... [2020-08-06T00:01:26.415Z] #17 32.49 Selecting previously unselected package vim-common. [2020-08-06T00:01:26.415Z] #17 32.49 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:01:26.542Z] #38 ... [2020-08-06T00:01:26.542Z] [2020-08-06T00:01:26.542Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:01:26.542Z] #52 2.600 + RM_GOPATH=0 [2020-08-06T00:01:26.542Z] #52 2.600 + TMP_GOPATH= [2020-08-06T00:01:26.542Z] #52 2.600 + : /build [2020-08-06T00:01:26.542Z] #52 2.600 + '[' -z '' ']' [2020-08-06T00:01:26.542Z] #52 2.600 ++ mktemp -d [2020-08-06T00:01:26.542Z] #52 2.615 + export GOPATH=/tmp/tmp.24voklVcTC [2020-08-06T00:01:26.542Z] #52 2.615 + GOPATH=/tmp/tmp.24voklVcTC [2020-08-06T00:01:26.542Z] #52 2.615 + RM_GOPATH=1 [2020-08-06T00:01:26.542Z] #52 2.615 + case "$(go env GOARCH)" in [2020-08-06T00:01:26.542Z] #52 2.615 ++ go env GOARCH [2020-08-06T00:01:26.542Z] #52 2.679 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:01:26.542Z] #52 2.679 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:01:26.542Z] #52 2.683 ++ dirname /tmp/install/install.sh [2020-08-06T00:01:26.542Z] #52 2.683 + dir=/tmp/install [2020-08-06T00:01:26.542Z] #52 2.683 + bin=containerd [2020-08-06T00:01:26.542Z] #52 2.683 + shift [2020-08-06T00:01:26.542Z] #52 2.683 + '[' '!' -f /tmp/install/containerd.installer ']' [2020-08-06T00:01:26.542Z] #52 2.683 + . /tmp/install/containerd.installer [2020-08-06T00:01:26.542Z] #52 2.683 ++ set -e [2020-08-06T00:01:26.542Z] #52 2.683 ++ : 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-06T00:01:26.542Z] #52 2.683 + install_containerd [2020-08-06T00:01:26.542Z] #52 2.683 + echo 'Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175' [2020-08-06T00:01:26.542Z] #52 2.683 + git clone https://github.com/containerd/containerd.git /tmp/tmp.24voklVcTC/src/github.com/containerd/containerd [2020-08-06T00:01:26.542Z] #52 2.683 Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-06T00:01:26.542Z] #52 2.687 Cloning into '/tmp/tmp.24voklVcTC/src/github.com/containerd/containerd'... [2020-08-06T00:01:26.542Z] #52 ... [2020-08-06T00:01:26.542Z] [2020-08-06T00:01:26.542Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:26.542Z] #25 5.288 0.0% ### 4.5% ##### 8.0% ######## 11.1% ######### 12.6% ############ 18.0% ############### 21.6% ################## 26.2% ###################### 30.7% ######################## 34.0% ########################### 38.4% ############################## 42.3% ################################# 46.4% ###################################### 54.1% ########################################### 60.0% #################################################### 73.1% ############################################################# 84.8% ################################################################# 90.8% ##################################################################### 96.1% ######################################################################## 100.0% [2020-08-06T00:01:26.542Z] #25 7.860 [2020-08-06T00:01:26.542Z] #25 8.024 0.2% ############# 18.3% ########################### 38.7% ################################################ 67.3% ############################################################### 88.8% ######################################################################## 100.0% [2020-08-06T00:01:26.542Z] #25 8.992 #=#=# [2020-08-06T00:01:26.672Z] #17 32.52 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-06T00:01:26.672Z] #17 32.71 Selecting previously unselected package bash-completion. [2020-08-06T00:01:26.672Z] #17 32.71 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-08-06T00:01:26.946Z] #31 74.86 internal/poll [2020-08-06T00:01:26.946Z] #31 ... [2020-08-06T00:01:26.946Z] [2020-08-06T00:01:26.946Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:26.946Z] #40 5.787 PBCC images/timens.pb-c.c [2020-08-06T00:01:26.946Z] #40 5.817 DEP images/timens.pb-c.d [2020-08-06T00:01:26.946Z] #40 5.881 PBCC images/fown.pb-c.c [2020-08-06T00:01:26.946Z] #40 5.918 PBCC images/google/protobuf/descriptor.pb-c.c [2020-08-06T00:01:26.946Z] #40 5.981 PBCC images/opts.pb-c.c [2020-08-06T00:01:26.946Z] #40 6.031 PBCC images/memfd.pb-c.c [2020-08-06T00:01:26.946Z] #40 6.087 DEP images/fown.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.140 DEP images/google/protobuf/descriptor.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.183 DEP images/opts.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.234 DEP images/memfd.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.284 PBCC images/sit.pb-c.c [2020-08-06T00:01:26.946Z] #40 6.321 DEP images/sit.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.384 PBCC images/macvlan.pb-c.c [2020-08-06T00:01:26.946Z] #40 6.450 DEP images/macvlan.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.504 PBCC images/autofs.pb-c.c [2020-08-06T00:01:26.946Z] #40 6.530 DEP images/autofs.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.609 PBCC images/sysctl.pb-c.c [2020-08-06T00:01:26.946Z] #40 6.625 DEP images/sysctl.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.657 PBCC images/time.pb-c.c [2020-08-06T00:01:26.946Z] #40 6.672 DEP images/time.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.751 PBCC images/binfmt-misc.pb-c.c [2020-08-06T00:01:26.946Z] #40 6.771 DEP images/binfmt-misc.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.825 PBCC images/seccomp.pb-c.c [2020-08-06T00:01:26.946Z] #40 6.845 DEP images/seccomp.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.899 PBCC images/userns.pb-c.c [2020-08-06T00:01:26.946Z] #40 6.914 DEP images/userns.pb-c.d [2020-08-06T00:01:26.946Z] #40 6.973 PBCC images/cgroup.pb-c.c [2020-08-06T00:01:26.946Z] #40 7.019 DEP images/cgroup.pb-c.d [2020-08-06T00:01:26.946Z] #40 7.089 PBCC images/ext-file.pb-c.c [2020-08-06T00:01:26.946Z] #40 7.105 DEP images/ext-file.pb-c.d [2020-08-06T00:01:26.946Z] #40 7.175 PBCC images/rpc.pb-c.c [2020-08-06T00:01:26.946Z] #40 7.220 DEP images/rpc.pb-c.d [2020-08-06T00:01:26.946Z] #40 7.326 PBCC images/siginfo.pb-c.c [2020-08-06T00:01:26.946Z] #40 7.336 DEP images/siginfo.pb-c.d [2020-08-06T00:01:26.946Z] #40 7.412 PBCC images/pagemap.pb-c.c [2020-08-06T00:01:26.946Z] #40 7.477 DEP images/pagemap.pb-c.d [2020-08-06T00:01:26.946Z] #40 7.543 PBCC images/rlimit.pb-c.c [2020-08-06T00:01:26.946Z] #40 7.570 DEP images/rlimit.pb-c.d [2020-08-06T00:01:26.946Z] #40 7.662 PBCC images/file-lock.pb-c.c [2020-08-06T00:01:26.946Z] #40 7.688 DEP images/file-lock.pb-c.d [2020-08-06T00:01:26.946Z] #40 7.764 PBCC images/tty.pb-c.c [2020-08-06T00:01:26.946Z] #40 7.833 DEP images/tty.pb-c.d [2020-08-06T00:01:26.946Z] #40 7.914 PBCC images/tun.pb-c.c [2020-08-06T00:01:26.946Z] #40 7.986 PBCC images/netdev.pb-c.c [2020-08-06T00:01:26.946Z] #40 8.015 DEP images/tun.pb-c.d [2020-08-06T00:01:26.946Z] #40 8.056 DEP images/netdev.pb-c.d [2020-08-06T00:01:26.946Z] #40 8.109 PBCC images/vma.pb-c.c [2020-08-06T00:01:26.946Z] #40 8.186 DEP images/vma.pb-c.d [2020-08-06T00:01:26.946Z] #40 8.251 PBCC images/creds.pb-c.c [2020-08-06T00:01:26.946Z] #40 8.262 DEP images/creds.pb-c.d [2020-08-06T00:01:26.946Z] #40 8.328 PBCC images/utsns.pb-c.c [2020-08-06T00:01:26.946Z] #40 8.366 DEP images/utsns.pb-c.d [2020-08-06T00:01:26.946Z] #40 8.419 PBCC images/ipc-desc.pb-c.c [2020-08-06T00:01:26.946Z] #40 8.465 PBCC images/ipc-sem.pb-c.c [2020-08-06T00:01:26.946Z] #40 8.490 DEP images/ipc-desc.pb-c.d [2020-08-06T00:01:26.946Z] #40 8.595 DEP images/ipc-sem.pb-c.d [2020-08-06T00:01:26.946Z] #40 8.659 PBCC images/ipc-msg.pb-c.c [2020-08-06T00:01:26.946Z] #40 8.710 DEP images/ipc-msg.pb-c.d [2020-08-06T00:01:26.946Z] #40 8.769 PBCC images/ipc-shm.pb-c.c [2020-08-06T00:01:26.946Z] #40 8.790 DEP images/ipc-shm.pb-c.d [2020-08-06T00:01:26.946Z] #40 8.843 PBCC images/ipc-var.pb-c.c [2020-08-06T00:01:26.946Z] #40 8.887 DEP images/ipc-var.pb-c.d [2020-08-06T00:01:26.946Z] #40 8.918 PBCC images/sk-opts.pb-c.c [2020-08-06T00:01:26.946Z] #40 8.947 PBCC images/packet-sock.pb-c.c [2020-08-06T00:01:26.946Z] #40 9.003 DEP images/sk-opts.pb-c.d [2020-08-06T00:01:26.946Z] #40 9.059 DEP images/packet-sock.pb-c.d [2020-08-06T00:01:26.946Z] #40 9.139 PBCC images/sk-netlink.pb-c.c [2020-08-06T00:01:26.946Z] #40 9.242 DEP images/sk-netlink.pb-c.d [2020-08-06T00:01:26.946Z] #40 9.294 PBCC images/sk-inet.pb-c.c [2020-08-06T00:01:26.946Z] #40 9.345 DEP images/sk-inet.pb-c.d [2020-08-06T00:01:26.946Z] #40 9.387 PBCC images/sk-unix.pb-c.c [2020-08-06T00:01:26.946Z] #40 9.464 DEP images/sk-unix.pb-c.d [2020-08-06T00:01:26.946Z] #40 9.558 PBCC images/mm.pb-c.c [2020-08-06T00:01:26.946Z] #40 9.686 DEP images/mm.pb-c.d [2020-08-06T00:01:26.946Z] #40 9.811 PBCC images/timerfd.pb-c.c [2020-08-06T00:01:26.946Z] #40 9.852 DEP images/timerfd.pb-c.d [2020-08-06T00:01:26.946Z] #40 9.944 PBCC images/timer.pb-c.c [2020-08-06T00:01:26.946Z] #40 9.993 DEP images/timer.pb-c.d [2020-08-06T00:01:26.946Z] #40 10.05 PBCC images/sa.pb-c.c [2020-08-06T00:01:26.946Z] #40 10.10 DEP images/sa.pb-c.d [2020-08-06T00:01:26.946Z] #40 10.23 PBCC images/pipe-data.pb-c.c [2020-08-06T00:01:26.946Z] #40 10.27 DEP images/pipe-data.pb-c.d [2020-08-06T00:01:26.946Z] #40 10.30 PBCC images/mnt.pb-c.c [2020-08-06T00:01:26.946Z] #40 10.36 DEP images/mnt.pb-c.d [2020-08-06T00:01:26.946Z] #40 10.44 PBCC images/sk-packet.pb-c.c [2020-08-06T00:01:26.946Z] #40 10.49 DEP images/sk-packet.pb-c.d [2020-08-06T00:01:26.946Z] #40 10.56 PBCC images/tcp-stream.pb-c.c [2020-08-06T00:01:26.946Z] #40 10.62 DEP images/tcp-stream.pb-c.d [2020-08-06T00:01:26.946Z] #40 10.69 PBCC images/pipe.pb-c.c [2020-08-06T00:01:26.946Z] #40 10.75 DEP images/pipe.pb-c.d [2020-08-06T00:01:26.946Z] #40 10.85 PBCC images/pstree.pb-c.c [2020-08-06T00:01:26.946Z] #40 10.87 DEP images/pstree.pb-c.d [2020-08-06T00:01:26.946Z] #40 10.92 PBCC images/fs.pb-c.c [2020-08-06T00:01:26.946Z] #40 10.95 DEP images/fs.pb-c.d [2020-08-06T00:01:26.946Z] #40 11.02 PBCC images/signalfd.pb-c.c [2020-08-06T00:01:26.946Z] #40 11.06 DEP images/signalfd.pb-c.d [2020-08-06T00:01:26.946Z] #40 11.13 PBCC images/fh.pb-c.c [2020-08-06T00:01:26.946Z] #40 11.21 PBCC images/fsnotify.pb-c.c [2020-08-06T00:01:26.946Z] #40 11.30 DEP images/fh.pb-c.d [2020-08-06T00:01:26.946Z] #40 11.34 DEP images/fsnotify.pb-c.d [2020-08-06T00:01:27.245Z] #40 11.40 PBCC images/eventpoll.pb-c.c [2020-08-06T00:01:27.245Z] #40 11.41 DEP images/eventpoll.pb-c.d [2020-08-06T00:01:27.245Z] #40 11.47 PBCC images/eventfd.pb-c.c [2020-08-06T00:01:27.245Z] #40 11.49 DEP images/eventfd.pb-c.d [2020-08-06T00:01:27.245Z] #40 11.57 PBCC images/remap-file-path.pb-c.c [2020-08-06T00:01:27.245Z] #40 11.60 DEP images/remap-file-path.pb-c.d [2020-08-06T00:01:27.245Z] #40 11.64 PBCC images/fifo.pb-c.c [2020-08-06T00:01:27.245Z] #40 11.67 DEP images/fifo.pb-c.d [2020-08-06T00:01:27.245Z] #40 11.73 PBCC images/ghost-file.pb-c.c [2020-08-06T00:01:27.386Z] #39 89.48 CC criu/bfd.o [2020-08-06T00:01:27.386Z] #39 89.82 CC criu/bitmap.o [2020-08-06T00:01:27.544Z] #40 11.79 DEP images/ghost-file.pb-c.d [2020-08-06T00:01:27.544Z] #40 11.87 PBCC images/regfile.pb-c.c [2020-08-06T00:01:27.544Z] #40 11.94 DEP images/regfile.pb-c.d [2020-08-06T00:01:27.544Z] #40 12.01 PBCC images/ns.pb-c.c [2020-08-06T00:01:27.600Z] #25 9.287 0.2% ################ 22.3% ############################ 40.2% ######################################## 56.3% ####################################################### 77.4% ###################################################################### 98.1% ######################################################################## 100.0% [2020-08-06T00:01:27.646Z] #39 90.00 CC criu/cgroup-props.o [2020-08-06T00:01:27.681Z] #39 90.93 CC criu/bfd.o [2020-08-06T00:01:27.681Z] #39 91.36 CC criu/bitmap.o [2020-08-06T00:01:27.845Z] #40 12.02 DEP images/ns.pb-c.d [2020-08-06T00:01:27.845Z] #40 12.07 PBCC images/fdinfo.pb-c.c [2020-08-06T00:01:27.845Z] #40 12.17 DEP images/fdinfo.pb-c.d [2020-08-06T00:01:27.845Z] #40 12.22 PBCC images/core-aarch64.pb-c.c [2020-08-06T00:01:27.845Z] #40 12.28 PBCC images/core-arm.pb-c.c [2020-08-06T00:01:27.940Z] #39 91.50 CC criu/cgroup-props.o [2020-08-06T00:01:28.145Z] #40 12.32 PBCC images/core-ppc64.pb-c.c [2020-08-06T00:01:28.145Z] #40 12.38 PBCC images/core-s390.pb-c.c [2020-08-06T00:01:28.145Z] #40 ... [2020-08-06T00:01:28.145Z] [2020-08-06T00:01:28.145Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:28.145Z] #42 66.83 regexp/syntax [2020-08-06T00:01:28.145Z] #42 69.42 hash/crc32 [2020-08-06T00:01:28.145Z] #42 72.19 vendor/golang.org/x/text/transform [2020-08-06T00:01:28.145Z] #42 73.92 time [2020-08-06T00:01:28.145Z] #42 ... [2020-08-06T00:01:28.145Z] [2020-08-06T00:01:28.145Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:28.145Z] #40 12.46 PBCC images/core-x86.pb-c.c [2020-08-06T00:01:28.145Z] #40 12.55 PBCC images/core.pb-c.c [2020-08-06T00:01:28.145Z] #40 ... [2020-08-06T00:01:28.145Z] [2020-08-06T00:01:28.145Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:28.145Z] #48 66.96 reflect [2020-08-06T00:01:28.145Z] #48 67.25 regexp/syntax [2020-08-06T00:01:28.145Z] #48 76.07 regexp [2020-08-06T00:01:28.145Z] #48 76.95 internal/poll [2020-08-06T00:01:28.145Z] #48 76.97 context [2020-08-06T00:01:28.181Z] #25 10.47 #=#=# [2020-08-06T00:01:28.444Z] #48 ... [2020-08-06T00:01:28.444Z] [2020-08-06T00:01:28.444Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:28.444Z] #40 12.66 PBCC images/inventory.pb-c.c [2020-08-06T00:01:28.444Z] #40 12.74 DEP images/core-aarch64.pb-c.d [2020-08-06T00:01:28.444Z] #40 12.79 DEP images/core-arm.pb-c.d [2020-08-06T00:01:28.444Z] #40 12.83 DEP images/core-ppc64.pb-c.d [2020-08-06T00:01:28.444Z] #40 12.88 DEP images/core-s390.pb-c.d [2020-08-06T00:01:28.444Z] #40 12.94 DEP images/core-x86.pb-c.d [2020-08-06T00:01:28.585Z] #39 90.80 CC criu/cgroup.o [2020-08-06T00:01:28.743Z] #40 13.00 DEP images/core.pb-c.d [2020-08-06T00:01:28.743Z] #40 13.08 DEP images/inventory.pb-c.d [2020-08-06T00:01:28.743Z] #40 13.13 PBCC images/cpuinfo.pb-c.c [2020-08-06T00:01:28.743Z] #40 13.16 DEP images/cpuinfo.pb-c.d [2020-08-06T00:01:28.882Z] #39 92.32 CC criu/cgroup.o [2020-08-06T00:01:29.043Z] #40 13.24 PBCC images/stats.pb-c.c [2020-08-06T00:01:29.043Z] #40 13.27 DEP images/stats.pb-c.d [2020-08-06T00:01:29.201Z] #17 35.02 Unpacking bash-completion (1:2.8-6) ... [2020-08-06T00:01:29.452Z] #39 ... [2020-08-06T00:01:29.452Z] [2020-08-06T00:01:29.452Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:29.452Z] #17 31.64 Selecting previously unselected package python3. [2020-08-06T00:01:29.452Z] #17 31.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-08-06T00:01:29.452Z] #17 31.75 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-08-06T00:01:29.452Z] #17 31.78 Unpacking python3 (3.7.3-1) ... [2020-08-06T00:01:29.453Z] #17 32.00 Selecting previously unselected package libip4tc0:amd64. [2020-08-06T00:01:29.453Z] #17 32.01 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-08-06T00:01:29.453Z] #17 32.01 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:29.453Z] #17 32.11 Selecting previously unselected package libip6tc0:amd64. [2020-08-06T00:01:29.453Z] #17 32.12 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-08-06T00:01:29.453Z] #17 32.13 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:29.453Z] #17 32.23 Selecting previously unselected package libiptc0:amd64. [2020-08-06T00:01:29.453Z] #17 32.24 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-08-06T00:01:29.453Z] #17 32.26 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:29.453Z] #17 32.32 Selecting previously unselected package libnfnetlink0:amd64. [2020-08-06T00:01:29.453Z] #17 32.33 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-08-06T00:01:29.453Z] #17 32.34 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-08-06T00:01:29.453Z] #17 32.40 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-08-06T00:01:29.453Z] #17 32.41 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-08-06T00:01:29.453Z] #17 32.42 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-08-06T00:01:29.453Z] #17 32.50 Selecting previously unselected package libnftnl11:amd64. [2020-08-06T00:01:29.453Z] #17 32.51 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-08-06T00:01:29.453Z] #17 32.52 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-08-06T00:01:29.453Z] #17 32.59 Selecting previously unselected package iptables. [2020-08-06T00:01:29.453Z] #17 32.60 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-08-06T00:01:29.453Z] #17 32.61 Unpacking iptables (1.8.2-4) ... [2020-08-06T00:01:29.453Z] #17 32.94 Selecting previously unselected package xxd. [2020-08-06T00:01:29.453Z] #17 32.94 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-08-06T00:01:29.453Z] #17 32.95 Unpacking xxd (2:8.1.0875-5) ... [2020-08-06T00:01:29.453Z] #17 33.10 Selecting previously unselected package vim-common. [2020-08-06T00:01:29.453Z] #17 33.10 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:01:29.453Z] #17 33.12 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-06T00:01:29.453Z] #17 33.28 Selecting previously unselected package bash-completion. [2020-08-06T00:01:29.453Z] #17 33.28 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-08-06T00:01:29.453Z] #17 35.81 Unpacking bash-completion (1:2.8-6) ... [2020-08-06T00:01:29.453Z] #17 36.16 Selecting previously unselected package bzip2. [2020-08-06T00:01:29.453Z] #17 36.16 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-08-06T00:01:29.453Z] #17 36.17 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:01:29.453Z] #17 36.26 Selecting previously unselected package xz-utils. [2020-08-06T00:01:29.453Z] #17 36.28 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-08-06T00:01:29.453Z] #17 36.28 Unpacking xz-utils (5.2.4-1) ... [2020-08-06T00:01:29.453Z] #17 36.42 Selecting previously unselected package apparmor. [2020-08-06T00:01:29.453Z] #17 36.42 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-08-06T00:01:29.453Z] #17 36.50 Unpacking apparmor (2.13.2-10) ... [2020-08-06T00:01:29.459Z] #17 35.30 Selecting previously unselected package bzip2. [2020-08-06T00:01:29.459Z] #17 35.31 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-08-06T00:01:29.459Z] #17 35.32 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:01:29.459Z] #17 35.40 Selecting previously unselected package xz-utils. [2020-08-06T00:01:29.459Z] #17 35.41 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-08-06T00:01:29.459Z] #17 35.41 Unpacking xz-utils (5.2.4-1) ... [2020-08-06T00:01:29.524Z] #39 ... [2020-08-06T00:01:29.524Z] [2020-08-06T00:01:29.524Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:29.524Z] #17 29.37 Selecting previously unselected package libpython3.7-stdlib:amd64. [2020-08-06T00:01:29.524Z] #17 29.37 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 29.38 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:29.524Z] #17 30.62 Selecting previously unselected package python3.7. [2020-08-06T00:01:29.524Z] #17 30.63 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 30.64 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:29.524Z] #17 30.79 Selecting previously unselected package libpython3-stdlib:amd64. [2020-08-06T00:01:29.524Z] #17 30.79 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 30.81 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2020-08-06T00:01:29.524Z] #17 30.90 Setting up python3-minimal (3.7.3-1) ... [2020-08-06T00:01:29.524Z] #17 31.61 Selecting previously unselected package python3. [2020-08-06T00:01:29.524Z] #17 31.61 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2020-08-06T00:01:29.524Z] #17 31.65 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 31.67 Unpacking python3 (3.7.3-1) ... [2020-08-06T00:01:29.524Z] #17 31.75 Selecting previously unselected package libip4tc0:amd64. [2020-08-06T00:01:29.524Z] #17 31.76 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 31.76 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:29.524Z] #17 31.87 Selecting previously unselected package libip6tc0:amd64. [2020-08-06T00:01:29.524Z] #17 31.87 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 31.88 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:29.524Z] #17 31.97 Selecting previously unselected package libiptc0:amd64. [2020-08-06T00:01:29.524Z] #17 31.97 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 31.98 Unpacking libiptc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:29.524Z] #17 32.05 Selecting previously unselected package libnfnetlink0:amd64. [2020-08-06T00:01:29.524Z] #17 32.05 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 32.05 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-08-06T00:01:29.524Z] #17 32.12 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2020-08-06T00:01:29.524Z] #17 32.12 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 32.13 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-08-06T00:01:29.524Z] #17 32.20 Selecting previously unselected package libnftnl11:amd64. [2020-08-06T00:01:29.524Z] #17 32.20 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 32.21 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2020-08-06T00:01:29.524Z] #17 32.31 Selecting previously unselected package iptables. [2020-08-06T00:01:29.524Z] #17 32.31 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 32.31 Unpacking iptables (1.8.2-4) ... [2020-08-06T00:01:29.524Z] #17 32.67 Selecting previously unselected package xxd. [2020-08-06T00:01:29.524Z] #17 32.67 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2020-08-06T00:01:29.524Z] #17 32.68 Unpacking xxd (2:8.1.0875-5) ... [2020-08-06T00:01:29.524Z] #17 32.79 Selecting previously unselected package vim-common. [2020-08-06T00:01:29.524Z] #17 32.81 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:01:29.524Z] #17 32.83 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-06T00:01:29.524Z] #17 33.02 Selecting previously unselected package bash-completion. [2020-08-06T00:01:29.524Z] #17 33.03 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-08-06T00:01:29.713Z] #17 36.82 Selecting previously unselected package aufs-tools. [2020-08-06T00:01:29.713Z] #17 36.83 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-08-06T00:01:29.713Z] #17 36.84 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:01:29.717Z] #17 35.59 Selecting previously unselected package apparmor. [2020-08-06T00:01:29.717Z] #17 35.61 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-08-06T00:01:29.717Z] #17 35.68 Unpacking apparmor (2.13.2-10) ... [2020-08-06T00:01:29.974Z] #17 36.97 Selecting previously unselected package libonig5:amd64. [2020-08-06T00:01:29.974Z] #17 36.99 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-08-06T00:01:29.974Z] #17 36.99 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-08-06T00:01:29.974Z] #17 37.12 Selecting previously unselected package libjq1:amd64. [2020-08-06T00:01:29.974Z] #17 37.13 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-08-06T00:01:29.974Z] #17 37.13 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-06T00:01:29.974Z] #17 37.23 Selecting previously unselected package jq. [2020-08-06T00:01:30.092Z] #17 35.45 Unpacking bash-completion (1:2.8-6) ... [2020-08-06T00:01:30.234Z] #17 37.24 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-08-06T00:01:30.234Z] #17 37.24 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-06T00:01:30.234Z] #17 37.33 Selecting previously unselected package libaio1:amd64. [2020-08-06T00:01:30.234Z] #17 37.34 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-08-06T00:01:30.234Z] #17 37.34 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-08-06T00:01:30.234Z] #17 37.40 Selecting previously unselected package libgpm2:amd64. [2020-08-06T00:01:30.234Z] #17 37.41 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-08-06T00:01:30.234Z] #17 37.41 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-08-06T00:01:30.234Z] #17 37.48 Selecting previously unselected package libicu63:amd64. [2020-08-06T00:01:30.282Z] #17 36.06 Selecting previously unselected package aufs-tools. [2020-08-06T00:01:30.282Z] #17 36.06 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-08-06T00:01:30.282Z] #17 36.07 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:01:30.282Z] #17 36.20 Selecting previously unselected package libonig5:amd64. [2020-08-06T00:01:30.282Z] #17 36.21 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-08-06T00:01:30.282Z] #17 36.22 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-08-06T00:01:30.351Z] #17 35.78 Selecting previously unselected package bzip2. [2020-08-06T00:01:30.351Z] #17 35.79 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2020-08-06T00:01:30.351Z] #17 35.80 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:01:30.494Z] #17 37.48 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-08-06T00:01:30.494Z] #17 37.49 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-06T00:01:30.539Z] #17 36.35 Selecting previously unselected package libjq1:amd64. [2020-08-06T00:01:30.539Z] #17 36.35 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-08-06T00:01:30.539Z] #17 36.36 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-06T00:01:30.539Z] #17 36.45 Selecting previously unselected package jq. [2020-08-06T00:01:30.539Z] #17 36.46 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-08-06T00:01:30.539Z] #17 36.47 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-06T00:01:30.611Z] #17 35.87 Selecting previously unselected package xz-utils. [2020-08-06T00:01:30.611Z] #17 35.88 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2020-08-06T00:01:30.611Z] #17 35.89 Unpacking xz-utils (5.2.4-1) ... [2020-08-06T00:01:30.611Z] #17 36.06 Selecting previously unselected package apparmor. [2020-08-06T00:01:30.611Z] #17 36.07 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2020-08-06T00:01:30.611Z] #17 36.16 Unpacking apparmor (2.13.2-10) ... [2020-08-06T00:01:30.796Z] #17 36.56 Selecting previously unselected package libaio1:amd64. [2020-08-06T00:01:30.796Z] #17 36.56 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-08-06T00:01:30.796Z] #17 36.57 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-08-06T00:01:30.796Z] #17 36.64 Selecting previously unselected package libgpm2:amd64. [2020-08-06T00:01:30.796Z] #17 36.65 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-08-06T00:01:30.796Z] #17 36.65 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-08-06T00:01:30.796Z] #17 36.73 Selecting previously unselected package libicu63:amd64. [2020-08-06T00:01:30.796Z] #17 36.73 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-08-06T00:01:30.796Z] #17 36.74 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-06T00:01:30.796Z] #17 ... [2020-08-06T00:01:30.796Z] [2020-08-06T00:01:30.796Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:30.796Z] #39 83.16 DEP criu/eventpoll.d [2020-08-06T00:01:30.796Z] #39 83.38 DEP criu/eventfd.d [2020-08-06T00:01:30.796Z] #39 83.55 DEP criu/crtools.d [2020-08-06T00:01:30.796Z] #39 83.83 DEP criu/cr-service.d [2020-08-06T00:01:30.796Z] #39 84.02 DEP criu/cr-restore.d [2020-08-06T00:01:30.796Z] #39 84.24 DEP criu/cr-errno.d [2020-08-06T00:01:30.796Z] #39 84.25 DEP criu/cr-dump.d [2020-08-06T00:01:30.796Z] #39 84.38 DEP criu/cr-dedup.d [2020-08-06T00:01:30.796Z] #39 84.49 DEP criu/cr-check.d [2020-08-06T00:01:30.796Z] #39 84.75 DEP criu/config.d [2020-08-06T00:01:30.796Z] #39 84.94 DEP criu/clone-noasan.d [2020-08-06T00:01:30.796Z] #39 84.98 DEP criu/cgroup.d [2020-08-06T00:01:30.796Z] #39 85.21 DEP criu/cgroup-props.d [2020-08-06T00:01:30.796Z] #39 85.36 DEP criu/bitmap.d [2020-08-06T00:01:30.796Z] #39 85.38 DEP criu/bfd.d [2020-08-06T00:01:30.796Z] #39 85.47 DEP criu/autofs.d [2020-08-06T00:01:30.796Z] #39 85.55 DEP criu/aio.d [2020-08-06T00:01:30.796Z] #39 85.69 DEP criu/action-scripts.d [2020-08-06T00:01:30.796Z] #39 85.92 CC criu/action-scripts.o [2020-08-06T00:01:30.796Z] #39 86.41 CC criu/aio.o [2020-08-06T00:01:30.796Z] #39 86.73 CC criu/autofs.o [2020-08-06T00:01:30.796Z] #39 87.95 CC criu/bfd.o [2020-08-06T00:01:30.796Z] #39 88.29 CC criu/bitmap.o [2020-08-06T00:01:30.796Z] #39 88.42 CC criu/cgroup-props.o [2020-08-06T00:01:30.796Z] #39 89.19 CC criu/cgroup.o [2020-08-06T00:01:30.796Z] #39 91.91 CC criu/clone-noasan.o [2020-08-06T00:01:30.796Z] #39 92.11 CC criu/config.o [2020-08-06T00:01:31.054Z] #39 93.36 CC criu/cr-check.o [2020-08-06T00:01:31.121Z] #25 10.82 0.0% ## 3.8% ### 5.2% ###### 9.3% ########## 14.1% ############ 18.0% ############## 20.8% ################ 22.4% #################### 29.0% ####################### 32.6% ########################## 36.5% ############################ 39.6% ############################## 42.9% ################################# 46.6% #################################### 50.2% ###################################### 53.5% ########################################## 58.5% ############################################ 61.8% ############################################### 65.5% ################################################## 70.4% ###################################################### 75.4% ####################################################### 76.5% ########################################################### 82.9% ################################################################## 92.8% ######################################################################## 100.0% [2020-08-06T00:01:31.161Z] #40 15.24 make[1]: Nothing to be done for 'all'. [2020-08-06T00:01:31.179Z] #17 36.52 Selecting previously unselected package aufs-tools. [2020-08-06T00:01:31.179Z] #17 36.53 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2020-08-06T00:01:31.179Z] #17 36.54 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:01:31.179Z] #17 ... [2020-08-06T00:01:31.179Z] [2020-08-06T00:01:31.179Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:31.179Z] #39 93.56 CC criu/clone-noasan.o [2020-08-06T00:01:31.413Z] Fetching without tags [2020-08-06T00:01:31.439Z] #39 93.76 CC criu/config.o [2020-08-06T00:01:31.707Z] #25 13.77 [2020-08-06T00:01:31.707Z] #25 ... [2020-08-06T00:01:31.707Z] [2020-08-06T00:01:31.707Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:31.707Z] #30 51.67 internal/poll [2020-08-06T00:01:31.707Z] #30 53.23 internal/fmtsort [2020-08-06T00:01:31.707Z] #30 54.21 os [2020-08-06T00:01:31.707Z] #30 56.21 path/filepath [2020-08-06T00:01:31.707Z] #30 56.21 fmt [2020-08-06T00:01:31.707Z] #30 57.22 io/ioutil [2020-08-06T00:01:31.707Z] #30 59.64 github.com/BurntSushi/toml [2020-08-06T00:01:31.707Z] #30 59.65 log [2020-08-06T00:01:31.707Z] #30 59.67 flag [2020-08-06T00:01:31.707Z] #30 ... [2020-08-06T00:01:31.707Z] [2020-08-06T00:01:31.707Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:31.951Z] #52 ... [2020-08-06T00:01:31.951Z] [2020-08-06T00:01:31.951Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:01:31.951Z] #45 DONE 172.1s [2020-08-06T00:01:31.951Z] [2020-08-06T00:01:31.951Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:01:32.073Z] Merging remotes/origin/master commit aaf92f627622c230a00bb6a0b47580dffdec1a5d into PR head commit a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-06T00:01:32.235Z] #25 14.02 0.0% 1.1% ## 3.0% ### 4.4% ### 5.1% #### 6.1% [2020-08-06T00:01:32.236Z] #25 ... [2020-08-06T00:01:32.236Z] [2020-08-06T00:01:32.236Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:32.236Z] #41 52.43 regexp [2020-08-06T00:01:32.236Z] #41 56.30 context [2020-08-06T00:01:32.236Z] #41 56.30 path/filepath [2020-08-06T00:01:32.236Z] #41 58.07 internal/lazyregexp [2020-08-06T00:01:32.236Z] #41 58.30 github.com/LK4D4/vndr/versioned [2020-08-06T00:01:32.236Z] #41 58.31 net [2020-08-06T00:01:32.236Z] #41 58.44 os/exec [2020-08-06T00:01:32.236Z] #41 61.30 crypto/cipher [2020-08-06T00:01:32.236Z] #41 61.31 crypto/sha512 [2020-08-06T00:01:32.236Z] #41 61.32 go/token [2020-08-06T00:01:32.236Z] #41 62.25 net/url [2020-08-06T00:01:32.377Z] #39 94.88 CC criu/cr-check.o [2020-08-06T00:01:32.499Z] #41 ... [2020-08-06T00:01:32.499Z] [2020-08-06T00:01:32.499Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:32.701Z] #40 17.01 CC images/stats.o [2020-08-06T00:01:32.951Z] #39 94.98 CC criu/cr-dedup.o [2020-08-06T00:01:32.951Z] #39 95.31 CC criu/cr-dump.o [2020-08-06T00:01:31.160Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-06T00:01:31.195Z] > git config --add remote.origin.fetch +refs/pull/41316/head:refs/remotes/origin/PR-41316 # timeout=10 [2020-08-06T00:01:31.228Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-06T00:01:31.331Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2020-08-06T00:01:31.439Z] Fetching upstream changes from https://github.com/moby/moby.git [2020-08-06T00:01:31.439Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2020-08-06T00:01:31.440Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41316/head:refs/remotes/origin/PR-41316 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-06T00:01:32.169Z] > git config core.sparsecheckout # timeout=10 [2020-08-06T00:01:32.202Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-06T00:01:33.350Z] #40 17.47 CC images/core.o [2020-08-06T00:01:33.476Z] #52 ... [2020-08-06T00:01:33.476Z] [2020-08-06T00:01:33.477Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-08-06T00:01:33.477Z] #46 DONE 0.2s [2020-08-06T00:01:33.477Z] [2020-08-06T00:01:33.477Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-08-06T00:01:33.766Z] #48 DONE 0.1s [2020-08-06T00:01:33.766Z] [2020-08-06T00:01:33.766Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:01:33.766Z] #52 149.4 + bin/containerd-shim-runc-v1 [2020-08-06T00:01:33.766Z] #52 ... [2020-08-06T00:01:33.766Z] [2020-08-06T00:01:33.766Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-08-06T00:01:33.766Z] #50 DONE 0.1s [2020-08-06T00:01:33.791Z] #17 40.90 Selecting previously unselected package libnet1:amd64. [2020-08-06T00:01:33.791Z] #17 40.91 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-08-06T00:01:33.791Z] #17 40.91 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:33.791Z] #17 41.00 Selecting previously unselected package libnl-3-200:amd64. [2020-08-06T00:01:33.791Z] #17 41.01 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-08-06T00:01:33.791Z] #17 41.02 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-08-06T00:01:33.791Z] #17 41.12 Selecting previously unselected package libprotobuf-c1:amd64. [2020-08-06T00:01:33.883Z] #39 ... [2020-08-06T00:01:33.883Z] [2020-08-06T00:01:33.883Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:33.883Z] #17 39.89 Selecting previously unselected package libnet1:amd64. [2020-08-06T00:01:33.883Z] #17 39.90 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-08-06T00:01:33.883Z] #17 39.91 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:33.998Z] #40 18.36 CC images/core-x86.o [2020-08-06T00:01:34.051Z] #17 41.12 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-08-06T00:01:34.051Z] #17 41.14 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-06T00:01:34.051Z] #17 41.21 Selecting previously unselected package libreadline5:amd64. [2020-08-06T00:01:34.051Z] #17 41.21 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-08-06T00:01:34.051Z] #17 41.22 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-08-06T00:01:34.056Z] [2020-08-06T00:01:34.056Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:01:34.141Z] #17 40.04 Selecting previously unselected package libnl-3-200:amd64. [2020-08-06T00:01:34.141Z] #17 40.04 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-08-06T00:01:34.141Z] #17 40.05 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-08-06T00:01:34.141Z] #17 40.12 Selecting previously unselected package libprotobuf-c1:amd64. [2020-08-06T00:01:34.141Z] #17 40.13 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-08-06T00:01:34.141Z] #17 40.13 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-06T00:01:34.141Z] #17 40.18 Selecting previously unselected package libreadline5:amd64. [2020-08-06T00:01:34.141Z] #17 40.19 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-08-06T00:01:34.141Z] #17 40.19 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-08-06T00:01:34.296Z] #40 ... [2020-08-06T00:01:34.296Z] [2020-08-06T00:01:34.296Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:01:34.296Z] #53 42.89 Checking out files: 56% (1807/3209) Checking out files: 57% (1830/3209) Checking out files: 58% (1862/3209) Checking out files: 59% (1894/3209) Checking out files: 60% (1926/3209) Checking out files: 61% (1958/3209) Checking out files: 62% (1990/3209) Checking out files: 63% (2022/3209) Checking out files: 64% (2054/3209) Checking out files: 65% (2086/3209) Checking out files: 66% (2118/3209) Checking out files: 67% (2151/3209) Checking out files: 68% (2183/3209) Checking out files: 69% (2215/3209) Checking out files: 70% (2247/3209) Checking out files: 71% (2279/3209) Checking out files: 72% (2311/3209) Checking out files: 73% (2343/3209) Checking out files: 74% (2375/3209) Checking out files: 75% (2407/3209) Checking out files: 76% (2439/3209) Checking out files: 77% (2471/3209) Checking out files: 78% (2504/3209) Checking out files: 79% (2536/3209) Checking out files: 80% (2568/3209) Checking out files: 81% (2600/3209) Checking out files: 82% (2632/3209) Checking out files: 83% (2664/3209) Checking out files: 84% (2696/3209) Checking out files: 85% (2728/3209) Checking out files: 86% (2760/3209) Checking out files: 87% (2792/3209) Checking out files: 88% (2824/3209) Checking out files: 89% (2857/3209) Checking out files: 90% (2889/3209) Checking out files: 91% (2921/3209) Checking out files: 92% (2953/3209) Checking out files: 93% (2985/3209) Checking out files: 94% (3017/3209) Checking out files: 95% (3049/3209) Checking out files: 96% (3081/3209) Checking out files: 97% (3113/3209) Checking out files: 98% (3145/3209) Checking out files: 99% (3177/3209) Checking out files: 100% (3209/3209) Checking out files: 100% (3209/3209), done. [2020-08-06T00:01:34.296Z] #53 43.92 + cd /tmp/tmp.SbHwIbdyVi/src/github.com/containerd/containerd [2020-08-06T00:01:34.296Z] #53 43.93 + git checkout -q 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-06T00:01:34.296Z] #53 45.81 + export 'BUILDTAGS=netgo osusergo static_build' [2020-08-06T00:01:34.296Z] #53 45.81 + BUILDTAGS='netgo osusergo static_build' [2020-08-06T00:01:34.296Z] #53 45.81 + export EXTRA_FLAGS=-buildmode=pie [2020-08-06T00:01:34.296Z] #53 45.81 + EXTRA_FLAGS=-buildmode=pie [2020-08-06T00:01:34.296Z] #53 45.81 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-08-06T00:01:34.296Z] #53 45.81 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-08-06T00:01:34.296Z] #53 45.81 + '[' '' = dynamic ']' [2020-08-06T00:01:34.296Z] #53 45.81 + make [2020-08-06T00:01:34.296Z] #53 46.88 + bin/ctr [2020-08-06T00:01:34.337Z] #17 41.36 Selecting previously unselected package net-tools. [2020-08-06T00:01:34.337Z] #17 41.38 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-08-06T00:01:34.337Z] #17 41.39 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:01:34.337Z] #17 41.61 Selecting previously unselected package python-pip-whl. [2020-08-06T00:01:34.350Z] #39 96.60 CC criu/cr-dedup.o [2020-08-06T00:01:34.358Z] #25 14.02 0.0% 1.1% ## 3.0% ### 4.4% ### 5.1% #### 6.1% ##### 7.3% ##### 8.3% ###### 9.7% ####### 10.6% ######## 11.6% ######### 12.6% ######### 13.3% ########## 15.3% ########### 16.5% ############ 17.9% ############# 19.3% ############### 20.9% ################ 22.2% ################ 23.3% ################# 24.8% ################## 26.3% #################### 28.4% ###################### 30.9% ######################## 33.5% ######################### 35.4% ########################## 37.5% [2020-08-06T00:01:34.358Z] #25 ... [2020-08-06T00:01:34.358Z] [2020-08-06T00:01:34.358Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:01:34.358Z] #10 54.63 Selecting previously unselected package binutils-mingw-w64. [2020-08-06T00:01:34.358Z] #10 54.64 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2020-08-06T00:01:34.358Z] #10 54.65 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-06T00:01:34.358Z] #10 54.89 Selecting previously unselected package libdevmapper1.02.1:arm64. [2020-08-06T00:01:34.358Z] #10 54.89 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-08-06T00:01:34.358Z] #10 54.90 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-08-06T00:01:34.358Z] #10 55.29 Selecting previously unselected package dmsetup. [2020-08-06T00:01:34.358Z] #10 55.29 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2020-08-06T00:01:34.358Z] #10 55.29 Unpacking dmsetup (2:1.02.155-3) ... [2020-08-06T00:01:34.358Z] #10 55.51 Selecting previously unselected package mingw-w64-common. [2020-08-06T00:01:34.358Z] #10 55.52 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2020-08-06T00:01:34.358Z] #10 55.53 Unpacking mingw-w64-common (6.0.0-3) ... [2020-08-06T00:01:34.358Z] #10 62.77 Selecting previously unselected package mingw-w64-x86-64-dev. [2020-08-06T00:01:34.358Z] #10 62.79 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2020-08-06T00:01:34.358Z] #10 62.83 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-06T00:01:34.399Z] #17 40.31 Selecting previously unselected package net-tools. [2020-08-06T00:01:34.399Z] #17 40.32 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-08-06T00:01:34.399Z] #17 40.33 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:01:34.597Z] #17 41.61 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-08-06T00:01:34.597Z] #17 41.63 Unpacking python-pip-whl (18.1-5) ... [2020-08-06T00:01:34.609Z] #39 97.13 CC criu/cr-dump.o [2020-08-06T00:01:34.622Z] #10 ... [2020-08-06T00:01:34.622Z] [2020-08-06T00:01:34.622Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:34.656Z] #17 40.53 Selecting previously unselected package python-pip-whl. [2020-08-06T00:01:34.656Z] #17 40.54 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-08-06T00:01:34.656Z] #17 40.55 Unpacking python-pip-whl (18.1-5) ... [2020-08-06T00:01:34.883Z] Merge succeeded, producing a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-06T00:01:34.883Z] Checking out Revision a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e (PR-41316) [2020-08-06T00:01:35.154Z] #25 14.02 0.0% 1.1% ## 3.0% ### 4.4% ### 5.1% #### 6.1% ##### 7.3% ##### 8.3% ###### 9.7% ####### 10.6% ######## 11.6% ######### 12.6% ######### 13.3% ########## 15.3% ########### 16.5% ############ 17.9% ############# 19.3% ############### 20.9% ################ 22.2% ################ 23.3% ################# 24.8% ################## 26.3% #################### 28.4% ###################### 30.9% ######################## 33.5% ######################### 35.4% ########################## 37.5% ############################ 39.6% ############################## 41.8% ############################### 43.5% ################################ 45.8% ################################# 46.8% [2020-08-06T00:01:35.154Z] #25 ... [2020-08-06T00:01:35.154Z] [2020-08-06T00:01:35.154Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:35.154Z] #47 55.14 os [2020-08-06T00:01:35.154Z] #47 55.18 context [2020-08-06T00:01:35.154Z] #47 56.95 encoding/binary [2020-08-06T00:01:35.154Z] #47 59.50 encoding/base64 [2020-08-06T00:01:35.154Z] #47 59.50 golang.org/x/sys/unix [2020-08-06T00:01:35.154Z] #47 59.53 fmt [2020-08-06T00:01:35.154Z] #47 59.54 mvdan.cc/sh/v3/fileutil [2020-08-06T00:01:35.154Z] #47 64.00 encoding/json [2020-08-06T00:01:35.154Z] #47 64.00 github.com/pkg/diff [2020-08-06T00:01:35.154Z] #47 64.00 go/scanner [2020-08-06T00:01:35.154Z] #47 ... [2020-08-06T00:01:35.154Z] [2020-08-06T00:01:35.154Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:35.183Z] #17 42.20 Selecting previously unselected package python3-lib2to3. [2020-08-06T00:01:35.183Z] #17 42.20 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-08-06T00:01:35.183Z] #17 42.22 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-08-06T00:01:35.183Z] #17 42.34 Selecting previously unselected package python3-distutils. [2020-08-06T00:01:35.183Z] #17 42.36 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-08-06T00:01:35.183Z] #17 42.38 Unpacking python3-distutils (3.7.3-1) ... [2020-08-06T00:01:35.221Z] #17 41.04 Selecting previously unselected package python3-lib2to3. [2020-08-06T00:01:35.221Z] #17 41.06 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-08-06T00:01:35.221Z] #17 41.07 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-08-06T00:01:35.221Z] #17 41.20 Selecting previously unselected package python3-distutils. [2020-08-06T00:01:35.221Z] #17 41.20 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-08-06T00:01:35.221Z] #17 41.21 Unpacking python3-distutils (3.7.3-1) ... [2020-08-06T00:01:35.442Z] #17 42.55 Selecting previously unselected package python3-pip. [2020-08-06T00:01:35.442Z] #17 42.57 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-08-06T00:01:35.442Z] #17 42.57 Unpacking python3-pip (18.1-5) ... [2020-08-06T00:01:35.479Z] #17 41.33 Selecting previously unselected package python3-pip. [2020-08-06T00:01:35.479Z] #17 41.34 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-08-06T00:01:35.479Z] #17 41.34 Unpacking python3-pip (18.1-5) ... [2020-08-06T00:01:35.479Z] #17 41.51 Selecting previously unselected package python3-pkg-resources. [2020-08-06T00:01:35.479Z] #17 41.52 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-08-06T00:01:35.479Z] #17 41.52 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:01:35.702Z] #17 42.70 Selecting previously unselected package python3-pkg-resources. [2020-08-06T00:01:35.702Z] #17 42.71 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-08-06T00:01:35.702Z] #17 42.72 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:01:35.702Z] #17 42.88 Selecting previously unselected package python3-setuptools. [2020-08-06T00:01:35.702Z] #17 42.88 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-08-06T00:01:35.702Z] #17 42.89 Unpacking python3-setuptools (40.8.0-1) ... [2020-08-06T00:01:35.737Z] #17 41.62 Selecting previously unselected package python3-setuptools. [2020-08-06T00:01:35.737Z] #17 41.63 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-08-06T00:01:35.737Z] #17 41.63 Unpacking python3-setuptools (40.8.0-1) ... [2020-08-06T00:01:35.737Z] #17 41.82 Selecting previously unselected package python3-wheel. [2020-08-06T00:01:35.737Z] #17 41.83 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-08-06T00:01:34.601Z] > git merge aaf92f627622c230a00bb6a0b47580dffdec1a5d # timeout=10 [2020-08-06T00:01:34.769Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2020-08-06T00:01:34.908Z] > git config core.sparsecheckout # timeout=10 [2020-08-06T00:01:34.941Z] > git checkout -f a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e # timeout=10 [2020-08-06T00:01:35.961Z] #17 43.09 Selecting previously unselected package python3-wheel. [2020-08-06T00:01:35.961Z] #17 43.12 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-08-06T00:01:35.961Z] #17 43.12 Unpacking python3-wheel (0.32.3-2) ... [2020-08-06T00:01:35.961Z] #17 43.22 Selecting previously unselected package sudo. [2020-08-06T00:01:35.994Z] #17 41.84 Unpacking python3-wheel (0.32.3-2) ... [2020-08-06T00:01:35.994Z] #17 41.92 Selecting previously unselected package sudo. [2020-08-06T00:01:35.994Z] #17 41.92 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-08-06T00:01:35.994Z] #17 41.93 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:01:36.118Z] #52 151.5 + bin/containerd-shim-runc-v2 [2020-08-06T00:01:36.221Z] #17 43.23 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-08-06T00:01:36.221Z] #17 43.24 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:01:36.251Z] #17 42.38 Selecting previously unselected package thin-provisioning-tools. [2020-08-06T00:01:36.409Z] #52 152.1 + binaries [2020-08-06T00:01:36.409Z] #52 152.1 + install -D bin/containerd /build/containerd [2020-08-06T00:01:36.409Z] #52 152.1 + install -D bin/containerd-shim /build/containerd-shim [2020-08-06T00:01:36.409Z] #52 152.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-08-06T00:01:36.409Z] #52 152.1 + install -D bin/ctr /build/ctr [2020-08-06T00:01:36.509Z] #17 42.38 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-08-06T00:01:36.509Z] #17 42.39 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:01:36.514Z] #39 ... [2020-08-06T00:01:36.514Z] [2020-08-06T00:01:36.514Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:36.514Z] #17 36.68 Selecting previously unselected package libonig5:amd64. [2020-08-06T00:01:36.514Z] #17 36.68 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2020-08-06T00:01:36.514Z] #17 36.69 Unpacking libonig5:amd64 (6.9.1-1) ... [2020-08-06T00:01:36.514Z] #17 36.82 Selecting previously unselected package libjq1:amd64. [2020-08-06T00:01:36.514Z] #17 36.83 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2020-08-06T00:01:36.514Z] #17 36.83 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-06T00:01:36.514Z] #17 36.94 Selecting previously unselected package jq. [2020-08-06T00:01:36.514Z] #17 36.94 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2020-08-06T00:01:36.514Z] #17 36.95 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-06T00:01:36.514Z] #17 37.05 Selecting previously unselected package libaio1:amd64. [2020-08-06T00:01:36.514Z] #17 37.07 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2020-08-06T00:01:36.514Z] #17 37.08 Unpacking libaio1:amd64 (0.3.112-3) ... [2020-08-06T00:01:36.514Z] #17 37.16 Selecting previously unselected package libgpm2:amd64. [2020-08-06T00:01:36.514Z] #17 37.16 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2020-08-06T00:01:36.514Z] #17 37.17 Unpacking libgpm2:amd64 (1.20.7-5) ... [2020-08-06T00:01:36.514Z] #17 37.24 Selecting previously unselected package libicu63:amd64. [2020-08-06T00:01:36.515Z] #17 37.25 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2020-08-06T00:01:36.515Z] #17 37.26 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-06T00:01:36.515Z] #17 40.66 Selecting previously unselected package libnet1:amd64. [2020-08-06T00:01:36.515Z] #17 40.66 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2020-08-06T00:01:36.515Z] #17 40.67 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:36.515Z] #17 40.77 Selecting previously unselected package libnl-3-200:amd64. [2020-08-06T00:01:36.515Z] #17 40.77 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2020-08-06T00:01:36.515Z] #17 40.78 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2020-08-06T00:01:36.515Z] #17 40.89 Selecting previously unselected package libprotobuf-c1:amd64. [2020-08-06T00:01:36.515Z] #17 40.89 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2020-08-06T00:01:36.515Z] #17 40.90 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-06T00:01:36.515Z] #17 40.99 Selecting previously unselected package libreadline5:amd64. [2020-08-06T00:01:36.515Z] #17 41.00 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2020-08-06T00:01:36.515Z] #17 41.01 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-08-06T00:01:36.515Z] #17 41.10 Selecting previously unselected package net-tools. [2020-08-06T00:01:36.515Z] #17 41.11 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2020-08-06T00:01:36.515Z] #17 41.11 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:01:36.515Z] #17 41.29 Selecting previously unselected package python-pip-whl. [2020-08-06T00:01:36.515Z] #17 41.31 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-08-06T00:01:36.515Z] #17 41.32 Unpacking python-pip-whl (18.1-5) ... [2020-08-06T00:01:36.515Z] #17 41.90 Selecting previously unselected package python3-lib2to3. [2020-08-06T00:01:36.515Z] #17 41.92 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-08-06T00:01:36.515Z] #17 41.92 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-08-06T00:01:36.700Z] #52 DONE 152.5s [2020-08-06T00:01:36.767Z] #17 42.64 Selecting previously unselected package uidmap. [2020-08-06T00:01:36.767Z] #17 42.65 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-08-06T00:01:36.767Z] #17 42.67 Unpacking uidmap (1:4.5-1.1) ... [2020-08-06T00:01:36.767Z] #17 42.78 Selecting previously unselected package vim-runtime. [2020-08-06T00:01:36.767Z] #17 42.79 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:01:36.767Z] #17 42.84 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-08-06T00:01:36.774Z] #17 42.05 Selecting previously unselected package python3-distutils. [2020-08-06T00:01:36.774Z] #17 42.07 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-08-06T00:01:36.774Z] #17 42.08 Unpacking python3-distutils (3.7.3-1) ... [2020-08-06T00:01:36.774Z] #17 ... [2020-08-06T00:01:36.774Z] [2020-08-06T00:01:36.774Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:36.774Z] #39 99.12 CC criu/cr-errno.o [2020-08-06T00:01:36.774Z] #39 99.22 CC criu/cr-restore.o [2020-08-06T00:01:36.790Z] #17 43.74 Selecting previously unselected package thin-provisioning-tools. [2020-08-06T00:01:36.790Z] #17 43.75 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-08-06T00:01:36.790Z] #17 43.75 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:01:36.790Z] #17 43.97 Selecting previously unselected package uidmap. [2020-08-06T00:01:36.790Z] #17 43.98 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-08-06T00:01:36.790Z] #17 43.98 Unpacking uidmap (1:4.5-1.1) ... [2020-08-06T00:01:37.025Z] #17 42.88 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-08-06T00:01:37.025Z] #17 42.89 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:01:37.050Z] #17 44.09 Selecting previously unselected package vim-runtime. [2020-08-06T00:01:37.050Z] #17 44.10 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:01:37.050Z] #17 44.14 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-08-06T00:01:37.050Z] #17 44.16 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-08-06T00:01:37.050Z] #17 44.17 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:01:37.731Z] [2020-08-06T00:01:37.731Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-08-06T00:01:37.731Z] #53 DONE 0.3s [2020-08-06T00:01:37.731Z] [2020-08-06T00:01:37.731Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-08-06T00:01:38.021Z] #57 DONE 0.2s [2020-08-06T00:01:38.021Z] [2020-08-06T00:01:38.021Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-08-06T00:01:38.021Z] #59 DONE 0.1s [2020-08-06T00:01:38.021Z] [2020-08-06T00:01:38.021Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-08-06T00:01:38.311Z] #61 DONE 0.2s [2020-08-06T00:01:38.311Z] [2020-08-06T00:01:38.311Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-08-06T00:01:38.311Z] #62 DONE 0.1s [2020-08-06T00:01:38.311Z] [2020-08-06T00:01:38.311Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-08-06T00:01:38.816Z] #53 ... [2020-08-06T00:01:38.816Z] [2020-08-06T00:01:38.816Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:38.816Z] #31 77.18 os [2020-08-06T00:01:38.816Z] #31 80.79 internal/fmtsort [2020-08-06T00:01:38.816Z] #31 81.62 path/filepath [2020-08-06T00:01:38.816Z] #31 81.67 fmt [2020-08-06T00:01:38.816Z] #31 83.44 io/ioutil [2020-08-06T00:01:38.816Z] #31 85.76 github.com/BurntSushi/toml [2020-08-06T00:01:38.816Z] #31 85.77 log [2020-08-06T00:01:38.816Z] #31 85.79 flag [2020-08-06T00:01:38.816Z] #31 ... [2020-08-06T00:01:38.816Z] [2020-08-06T00:01:38.816Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:38.816Z] #40 18.96 CC images/core-arm.o [2020-08-06T00:01:38.816Z] #40 19.38 CC images/core-aarch64.o [2020-08-06T00:01:38.816Z] #40 19.84 CC images/core-ppc64.o [2020-08-06T00:01:38.816Z] #40 20.69 CC images/core-s390.o [2020-08-06T00:01:38.816Z] #40 21.59 CC images/cpuinfo.o [2020-08-06T00:01:38.816Z] #40 22.20 CC images/inventory.o [2020-08-06T00:01:38.816Z] #40 22.43 CC images/fdinfo.o [2020-08-06T00:01:38.816Z] #40 22.86 CC images/fown.o [2020-08-06T00:01:38.816Z] #40 23.05 CC images/ns.o [2020-08-06T00:01:38.816Z] #40 23.25 CC images/regfile.o [2020-08-06T00:01:38.867Z] #25 14.02 0.0% 1.1% ## 3.0% ### 4.4% ### 5.1% #### 6.1% ##### 7.3% ##### 8.3% ###### 9.7% ####### 10.6% ######## 11.6% ######### 12.6% ######### 13.3% ########## 15.3% ########### 16.5% ############ 17.9% ############# 19.3% ############### 20.9% ################ 22.2% ################ 23.3% ################# 24.8% ################## 26.3% #################### 28.4% ###################### 30.9% ######################## 33.5% ######################### 35.4% ########################## 37.5% ############################ 39.6% ############################## 41.8% ############################### 43.5% ################################ 45.8% ################################# 46.8% ################################## 48.0% ################################### 49.7% #################################### 50.6% ##################################### 51.7% ###################################### 53.4% ####################################### 55.0% ######################################## 56.2% ######################################### 57.4% ########################################## 58.8% ########################################### 60.6% ############################################ 62.0% ############################################# 63.6% ############################################## 64.9% ################################################# 68.1% ################################################# 69.0% ################################################## 70.3% ################################################### 71.7% #################################################### 73.1% ###################################################### 76.0% ####################################################### 77.3% ######################################################### 79.6% ########################################################## 81.3% ########################################################### 82.2% ############################################################ 84.1% ############################################################ 84.1% ############################################################### 87.9% ############################################################### 88.2% ################################################################ 89.6% ################################################################# 91.2% ################################################################## 92.2% [2020-08-06T00:01:38.868Z] #25 ... [2020-08-06T00:01:38.868Z] [2020-08-06T00:01:38.868Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:01:38.868Z] #32 58.85 Selecting previously unselected package libxml2:arm64. [2020-08-06T00:01:38.868Z] #32 58.85 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... [2020-08-06T00:01:38.868Z] #32 58.89 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-08-06T00:01:38.868Z] #32 60.01 Selecting previously unselected package libarchive13:arm64. [2020-08-06T00:01:38.868Z] #32 60.02 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2020-08-06T00:01:38.868Z] #32 60.20 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-08-06T00:01:38.868Z] #32 60.70 Selecting previously unselected package libjsoncpp1:arm64. [2020-08-06T00:01:38.868Z] #32 60.71 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2020-08-06T00:01:38.868Z] #32 60.73 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2020-08-06T00:01:38.868Z] #32 61.10 Selecting previously unselected package librhash0:arm64. [2020-08-06T00:01:38.868Z] #32 61.10 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2020-08-06T00:01:38.868Z] #32 61.14 Unpacking librhash0:arm64 (1.3.8-1) ... [2020-08-06T00:01:38.868Z] #32 62.16 Selecting previously unselected package libuv1:arm64. [2020-08-06T00:01:38.868Z] #32 62.16 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... [2020-08-06T00:01:38.868Z] #32 62.20 Unpacking libuv1:arm64 (1.24.1-1) ... [2020-08-06T00:01:38.868Z] #32 62.54 Selecting previously unselected package cmake. [2020-08-06T00:01:38.868Z] #32 62.55 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2020-08-06T00:01:38.868Z] #32 62.55 Unpacking cmake (3.13.4-1) ... [2020-08-06T00:01:38.868Z] #32 66.29 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-08-06T00:01:38.868Z] #32 66.31 Setting up xxd (2:8.1.0875-5) ... [2020-08-06T00:01:38.868Z] #32 66.33 Setting up libuv1:arm64 (1.24.1-1) ... [2020-08-06T00:01:38.868Z] #32 66.35 Setting up vim-common (2:8.1.0875-5) ... [2020-08-06T00:01:38.868Z] #32 66.43 Setting up librhash0:arm64 (1.3.8-1) ... [2020-08-06T00:01:38.868Z] #32 66.45 Setting up cmake-data (3.13.4-1) ... [2020-08-06T00:01:38.868Z] #32 66.64 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... [2020-08-06T00:01:38.868Z] #32 66.73 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2020-08-06T00:01:38.868Z] #32 66.75 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2020-08-06T00:01:38.868Z] #32 66.77 Setting up cmake (3.13.4-1) ... [2020-08-06T00:01:38.868Z] #32 66.97 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:01:38.868Z] #32 67.34 Processing triggers for mime-support (3.62) ... [2020-08-06T00:01:38.868Z] #32 ... [2020-08-06T00:01:38.868Z] [2020-08-06T00:01:38.868Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:38.941Z] #63 DONE 0.7s [2020-08-06T00:01:39.115Z] #40 23.52 CC images/ghost-file.o [2020-08-06T00:01:39.136Z] #25 14.02 0.0% 1.1% ## 3.0% ### 4.4% ### 5.1% #### 6.1% ##### 7.3% ##### 8.3% ###### 9.7% ####### 10.6% ######## 11.6% ######### 12.6% ######### 13.3% ########## 15.3% ########### 16.5% ############ 17.9% ############# 19.3% ############### 20.9% ################ 22.2% ################ 23.3% ################# 24.8% ################## 26.3% #################### 28.4% ###################### 30.9% ######################## 33.5% ######################### 35.4% ########################## 37.5% ############################ 39.6% ############################## 41.8% ############################### 43.5% ################################ 45.8% ################################# 46.8% ################################## 48.0% ################################### 49.7% #################################### 50.6% ##################################### 51.7% ###################################### 53.4% ####################################### 55.0% ######################################## 56.2% ######################################### 57.4% ########################################## 58.8% ########################################### 60.6% ############################################ 62.0% ############################################# 63.6% ############################################## 64.9% ################################################# 68.1% ################################################# 69.0% ################################################## 70.3% ################################################### 71.7% #################################################### 73.1% ###################################################### 76.0% ####################################################### 77.3% ######################################################### 79.6% ########################################################## 81.3% ########################################################### 82.2% ############################################################ 84.1% ############################################################ 84.1% ############################################################### 87.9% ############################################################### 88.2% ################################################################ 89.6% ################################################################# 91.2% ################################################################## 92.2% ################################################################### 94.2% ################################################################### 94.2% [2020-08-06T00:01:39.136Z] #25 ... [2020-08-06T00:01:39.136Z] [2020-08-06T00:01:39.136Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:39.136Z] #38 58.98 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... [2020-08-06T00:01:39.136Z] #38 59.01 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:39.136Z] #38 59.02 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-08-06T00:01:39.136Z] #38 59.04 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... [2020-08-06T00:01:39.136Z] #38 59.06 Setting up python-six (1.12.0-1) ... [2020-08-06T00:01:39.136Z] #38 60.95 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... [2020-08-06T00:01:39.136Z] #38 61.07 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-08-06T00:01:39.136Z] #38 61.09 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2020-08-06T00:01:39.136Z] #38 61.11 Setting up libcap-dev:arm64 (1:2.25-2) ... [2020-08-06T00:01:39.136Z] #38 61.12 Setting up libprotoc17:arm64 (3.6.1.3-2) ... [2020-08-06T00:01:39.136Z] #38 61.15 Setting up protobuf-compiler (3.6.1.3-2) ... [2020-08-06T00:01:39.136Z] #38 61.90 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:39.136Z] #38 61.96 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... [2020-08-06T00:01:39.136Z] #38 62.19 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2020-08-06T00:01:39.136Z] #38 62.47 Setting up python-protobuf (3.6.1.3-2) ... [2020-08-06T00:01:39.136Z] #38 67.16 Setting up libnl-3-dev:arm64 (3.4.0-1) ... [2020-08-06T00:01:39.136Z] #38 67.54 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:01:39.136Z] #38 ... [2020-08-06T00:01:39.136Z] [2020-08-06T00:01:39.136Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:39.232Z] [2020-08-06T00:01:39.232Z] #64 exporting to image [2020-08-06T00:01:39.232Z] #64 exporting layers [2020-08-06T00:01:39.415Z] #40 23.85 CC images/fifo.o [2020-08-06T00:01:39.670Z] #25 14.02 0.0% 1.1% ## 3.0% ### 4.4% ### 5.1% #### 6.1% ##### 7.3% ##### 8.3% ###### 9.7% ####### 10.6% ######## 11.6% ######### 12.6% ######### 13.3% ########## 15.3% ########### 16.5% ############ 17.9% ############# 19.3% ############### 20.9% ################ 22.2% ################ 23.3% ################# 24.8% ################## 26.3% #################### 28.4% ###################### 30.9% ######################## 33.5% ######################### 35.4% ########################## 37.5% ############################ 39.6% ############################## 41.8% ############################### 43.5% ################################ 45.8% ################################# 46.8% ################################## 48.0% ################################### 49.7% #################################### 50.6% ##################################### 51.7% ###################################### 53.4% ####################################### 55.0% ######################################## 56.2% ######################################### 57.4% ########################################## 58.8% ########################################### 60.6% ############################################ 62.0% ############################################# 63.6% ############################################## 64.9% ################################################# 68.1% ################################################# 69.0% ################################################## 70.3% ################################################### 71.7% #################################################### 73.1% ###################################################### 76.0% ####################################################### 77.3% ######################################################### 79.6% ########################################################## 81.3% ########################################################### 82.2% ############################################################ 84.1% ############################################################ 84.1% ############################################################### 87.9% ############################################################### 88.2% ################################################################ 89.6% ################################################################# 91.2% ################################################################## 92.2% ################################################################### 94.2% ################################################################### 94.2% ##################################################################### 95.8% ##################################################################### 97.1% ####################################################################### 99.3% ######################################################################## 100.0% [2020-08-06T00:01:39.670Z] #25 21.76 [2020-08-06T00:01:39.714Z] #40 24.18 CC images/remap-file-path.o [2020-08-06T00:01:39.714Z] #40 ... [2020-08-06T00:01:39.714Z] [2020-08-06T00:01:39.714Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:39.714Z] #42 78.56 regexp [2020-08-06T00:01:39.714Z] #42 84.36 net [2020-08-06T00:01:39.714Z] #42 84.39 os/exec [2020-08-06T00:01:39.714Z] #42 86.47 internal/lazyregexp [2020-08-06T00:01:39.714Z] #42 87.04 github.com/LK4D4/vndr/versioned [2020-08-06T00:01:40.014Z] #42 ... [2020-08-06T00:01:40.014Z] [2020-08-06T00:01:40.014Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:40.014Z] #48 82.00 path/filepath [2020-08-06T00:01:40.014Z] #48 84.47 mvdan.cc/sh/v3/fileutil [2020-08-06T00:01:40.014Z] #48 86.42 encoding/binary [2020-08-06T00:01:40.014Z] #48 86.43 flag [2020-08-06T00:01:40.014Z] #48 86.43 github.com/pkg/diff [2020-08-06T00:01:40.014Z] #48 86.43 go/token [2020-08-06T00:01:40.014Z] #48 ... [2020-08-06T00:01:40.014Z] [2020-08-06T00:01:40.014Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:40.014Z] #40 24.41 CC images/eventfd.o [2020-08-06T00:01:40.312Z] #40 24.61 CC images/eventpoll.o [2020-08-06T00:01:40.347Z] #17 47.01 Selecting previously unselected package vim. [2020-08-06T00:01:40.347Z] #17 47.01 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-08-06T00:01:40.347Z] #17 47.04 Unpacking vim (2:8.1.0875-5) ... [2020-08-06T00:01:40.360Z] #17 46.01 Selecting previously unselected package vim. [2020-08-06T00:01:40.360Z] #17 46.02 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-08-06T00:01:40.360Z] #17 46.04 Unpacking vim (2:8.1.0875-5) ... [2020-08-06T00:01:40.607Z] #17 47.66 Selecting previously unselected package xfsprogs. [2020-08-06T00:01:40.607Z] #17 47.68 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-08-06T00:01:40.607Z] #17 47.69 Unpacking xfsprogs (4.20.0-1) ... [2020-08-06T00:01:40.612Z] #40 24.93 CC images/fh.o [2020-08-06T00:01:40.618Z] #17 46.61 Selecting previously unselected package xfsprogs. [2020-08-06T00:01:40.618Z] #17 46.63 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-08-06T00:01:40.618Z] #17 46.64 Unpacking xfsprogs (4.20.0-1) ... [2020-08-06T00:01:40.625Z] #25 23.08 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-08-06T00:01:40.910Z] #40 25.33 CC images/fsnotify.o [2020-08-06T00:01:41.177Z] #17 48.17 Selecting previously unselected package zip. [2020-08-06T00:01:41.177Z] #17 48.19 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-08-06T00:01:41.177Z] #17 48.20 Unpacking zip (3.0-11+b1) ... [2020-08-06T00:01:41.177Z] #17 48.38 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:01:41.177Z] #17 48.39 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:01:41.177Z] #17 48.40 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:41.177Z] #17 48.42 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-08-06T00:01:41.177Z] #17 48.43 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-08-06T00:01:41.177Z] #17 48.44 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:41.177Z] #17 48.47 Setting up uidmap (1:4.5-1.1) ... [2020-08-06T00:01:41.177Z] #17 48.48 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-08-06T00:01:41.177Z] #17 ... [2020-08-06T00:01:41.177Z] [2020-08-06T00:01:41.177Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:41.177Z] #39 94.80 CC criu/clone-noasan.o [2020-08-06T00:01:41.177Z] #39 94.97 CC criu/config.o [2020-08-06T00:01:41.178Z] #39 96.13 CC criu/cr-check.o [2020-08-06T00:01:41.178Z] #39 97.65 CC criu/cr-dedup.o [2020-08-06T00:01:41.178Z] #39 98.10 CC criu/cr-dump.o [2020-08-06T00:01:41.178Z] #39 100.3 CC criu/cr-errno.o [2020-08-06T00:01:41.178Z] #39 100.5 CC criu/cr-restore.o [2020-08-06T00:01:41.183Z] #17 47.16 Selecting previously unselected package zip. [2020-08-06T00:01:41.183Z] #17 47.18 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-08-06T00:01:41.183Z] #17 47.19 Unpacking zip (3.0-11+b1) ... [2020-08-06T00:01:41.205Z] #25 23.47 #=#=# [2020-08-06T00:01:41.438Z] #39 105.0 CC criu/cr-service.o [2020-08-06T00:01:41.438Z] #39 ... [2020-08-06T00:01:41.438Z] [2020-08-06T00:01:41.438Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:41.438Z] #17 48.50 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:41.438Z] #17 48.51 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:01:41.438Z] #17 48.53 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-06T00:01:41.439Z] #17 48.54 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-06T00:01:41.439Z] #17 48.56 Setting up xxd (2:8.1.0875-5) ... [2020-08-06T00:01:41.439Z] #17 48.58 Setting up zip (3.0-11+b1) ... [2020-08-06T00:01:41.439Z] #17 48.60 Setting up vim-common (2:8.1.0875-5) ... [2020-08-06T00:01:41.439Z] #17 48.64 Setting up bash-completion (1:2.8-6) ... [2020-08-06T00:01:41.441Z] #17 47.37 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:01:41.441Z] #17 47.40 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:01:41.441Z] #17 47.41 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:41.441Z] #17 47.42 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-08-06T00:01:41.441Z] #17 47.44 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-08-06T00:01:41.441Z] #17 47.45 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:41.441Z] #17 47.47 Setting up uidmap (1:4.5-1.1) ... [2020-08-06T00:01:41.441Z] #17 47.48 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-08-06T00:01:41.441Z] #17 47.49 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:41.441Z] #17 47.50 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:01:41.441Z] #17 47.52 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-06T00:01:41.441Z] #17 47.53 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-06T00:01:41.468Z] #25 23.69 # 2.0% ######################################################################## 100.0% [2020-08-06T00:01:41.699Z] #17 47.55 Setting up xxd (2:8.1.0875-5) ... [2020-08-06T00:01:41.699Z] #17 47.56 Setting up zip (3.0-11+b1) ... [2020-08-06T00:01:41.699Z] #17 47.58 Setting up vim-common (2:8.1.0875-5) ... [2020-08-06T00:01:41.699Z] #17 47.61 Setting up bash-completion (1:2.8-6) ... [2020-08-06T00:01:41.732Z] #25 23.86 [2020-08-06T00:01:41.956Z] #64 exporting layers 2.5s done [2020-08-06T00:01:41.956Z] #64 writing image sha256:8a568eae3b8a4f4f6edb78e2bef05a6f0fe6a0fc2a15413b892e211163aed142 done [2020-08-06T00:01:41.956Z] #64 naming to docker.io/library/docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e done [2020-08-06T00:01:41.956Z] #64 DONE 2.5s [2020-08-06T00:01:41.966Z] #40 26.07 CC images/signalfd.o [2020-08-06T00:01:41.966Z] #40 26.23 CC images/fs.o [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-08-06T00:01:42.050Z] #39 103.8 CC criu/cr-service.o [2020-08-06T00:01:42.050Z] #39 ... [2020-08-06T00:01:42.050Z] [2020-08-06T00:01:42.050Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:42.050Z] #17 42.20 Selecting previously unselected package python3-pip. [2020-08-06T00:01:42.050Z] #17 42.21 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-08-06T00:01:42.050Z] #17 42.22 Unpacking python3-pip (18.1-5) ... [2020-08-06T00:01:42.050Z] #17 42.38 Selecting previously unselected package python3-pkg-resources. [2020-08-06T00:01:42.050Z] #17 42.40 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-08-06T00:01:42.050Z] #17 42.40 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:01:42.050Z] #17 42.53 Selecting previously unselected package python3-setuptools. [2020-08-06T00:01:42.050Z] #17 42.54 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-08-06T00:01:42.050Z] #17 42.54 Unpacking python3-setuptools (40.8.0-1) ... [2020-08-06T00:01:42.050Z] #17 42.79 Selecting previously unselected package python3-wheel. [2020-08-06T00:01:42.050Z] #17 42.80 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-08-06T00:01:42.050Z] #17 42.80 Unpacking python3-wheel (0.32.3-2) ... [2020-08-06T00:01:42.050Z] #17 42.87 Selecting previously unselected package sudo. [2020-08-06T00:01:42.050Z] #17 42.89 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... [2020-08-06T00:01:42.050Z] #17 42.90 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:01:42.050Z] #17 43.37 Selecting previously unselected package thin-provisioning-tools. [2020-08-06T00:01:42.050Z] #17 43.40 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2020-08-06T00:01:42.050Z] #17 43.40 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:01:42.050Z] #17 43.67 Selecting previously unselected package uidmap. [2020-08-06T00:01:42.050Z] #17 43.67 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2020-08-06T00:01:42.050Z] #17 43.68 Unpacking uidmap (1:4.5-1.1) ... [2020-08-06T00:01:42.050Z] #17 43.79 Selecting previously unselected package vim-runtime. [2020-08-06T00:01:42.050Z] #17 43.79 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:01:42.050Z] #17 43.82 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-08-06T00:01:42.050Z] #17 43.86 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-08-06T00:01:42.050Z] #17 43.87 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:01:42.050Z] #17 46.93 Selecting previously unselected package vim. [2020-08-06T00:01:42.050Z] #17 46.93 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2020-08-06T00:01:42.050Z] #17 46.97 Unpacking vim (2:8.1.0875-5) ... [2020-08-06T00:01:42.050Z] #17 47.50 Selecting previously unselected package xfsprogs. [2020-08-06T00:01:42.271Z] #40 26.53 CC images/pstree.o [2020-08-06T00:01:42.271Z] #40 26.78 CC images/pipe.o [2020-08-06T00:01:42.310Z] #17 47.50 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2020-08-06T00:01:42.310Z] #17 47.52 Unpacking xfsprogs (4.20.0-1) ... [2020-08-06T00:01:42.382Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/test/unit [2020-08-06T00:01:42.569Z] #17 48.04 Selecting previously unselected package zip. [2020-08-06T00:01:42.571Z] #40 27.03 CC images/tcp-stream.o [2020-08-06T00:01:42.684Z] #25 ... [2020-08-06T00:01:42.684Z] [2020-08-06T00:01:42.684Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:42.684Z] #30 62.96 github.com/BurntSushi/toml/cmd/tomlv [2020-08-06T00:01:42.829Z] #17 48.05 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2020-08-06T00:01:42.829Z] #17 48.05 Unpacking zip (3.0-11+b1) ... [2020-08-06T00:01:42.829Z] #17 48.25 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:01:42.829Z] #17 48.27 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:01:42.829Z] #17 48.28 Setting up libip6tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:42.829Z] #17 48.29 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2020-08-06T00:01:42.829Z] #17 48.31 Setting up libgpm2:amd64 (1.20.7-5) ... [2020-08-06T00:01:42.869Z] #40 27.28 CC images/sk-packet.o [2020-08-06T00:01:43.040Z] #30 ... [2020-08-06T00:01:43.040Z] [2020-08-06T00:01:43.040Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:43.040Z] #41 62.90 go/scanner [2020-08-06T00:01:43.040Z] #41 63.39 text/template/parse [2020-08-06T00:01:43.040Z] #41 65.40 encoding/json [2020-08-06T00:01:43.040Z] #41 65.96 go/ast [2020-08-06T00:01:43.040Z] #41 69.45 text/template [2020-08-06T00:01:43.040Z] #41 71.13 go/parser [2020-08-06T00:01:43.040Z] #41 72.79 encoding/xml [2020-08-06T00:01:43.088Z] #17 48.32 Setting up libip4tc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:43.088Z] #17 48.33 Setting up uidmap (1:4.5-1.1) ... [2020-08-06T00:01:43.088Z] #17 48.35 Setting up libnftnl11:amd64 (1.1.2-2) ... [2020-08-06T00:01:43.088Z] #17 48.36 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2020-08-06T00:01:43.088Z] #17 48.37 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:01:43.088Z] #17 48.38 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2020-08-06T00:01:43.088Z] #17 48.40 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2020-08-06T00:01:43.088Z] #17 48.41 Setting up xxd (2:8.1.0875-5) ... [2020-08-06T00:01:43.088Z] #17 48.42 Setting up zip (3.0-11+b1) ... [2020-08-06T00:01:43.088Z] #17 48.45 Setting up vim-common (2:8.1.0875-5) ... [2020-08-06T00:01:43.088Z] #17 48.49 Setting up bash-completion (1:2.8-6) ... [2020-08-06T00:01:43.166Z] #40 27.62 CC images/mnt.o [2020-08-06T00:01:43.303Z] #41 ... [2020-08-06T00:01:43.303Z] [2020-08-06T00:01:43.303Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:43.303Z] #25 25.53 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-08-06T00:01:43.465Z] #40 27.89 CC images/pipe-data.o [2020-08-06T00:01:43.983Z] #17 51.28 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:44.066Z] #25 25.96 [2020-08-06T00:01:44.066Z] #25 26.18 0.8% ######################################################################## 100.0% [2020-08-06T00:01:44.066Z] #25 26.35 [2020-08-06T00:01:44.115Z] #40 28.20 CC images/sa.o [2020-08-06T00:01:44.115Z] #40 28.45 CC images/timer.o [2020-08-06T00:01:44.227Z] #17 50.17 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:44.227Z] #17 50.18 Setting up xz-utils (5.2.4-1) ... [2020-08-06T00:01:44.227Z] #17 50.20 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-08-06T00:01:44.227Z] #17 50.21 Setting up sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:01:44.227Z] #17 50.30 invoke-rc.d: could not determine current runlevel [2020-08-06T00:01:44.243Z] #17 51.29 Setting up xz-utils (5.2.4-1) ... [2020-08-06T00:01:44.243Z] #17 51.30 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-08-06T00:01:44.243Z] #17 51.32 Setting up sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:01:44.243Z] #17 51.42 invoke-rc.d: could not determine current runlevel [2020-08-06T00:01:44.243Z] #17 51.43 invoke-rc.d: policy-rc.d denied execution of start. [2020-08-06T00:01:44.243Z] #17 51.44 Setting up pigz (2.4-1) ... [2020-08-06T00:01:44.243Z] #17 51.45 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-08-06T00:01:44.243Z] #17 51.46 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-08-06T00:01:44.243Z] #17 51.49 Setting up python-pip-whl (18.1-5) ... [2020-08-06T00:01:44.243Z] #17 51.51 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-08-06T00:01:44.414Z] #40 28.87 CC images/timerfd.o [2020-08-06T00:01:44.485Z] #17 50.30 invoke-rc.d: policy-rc.d denied execution of start. [2020-08-06T00:01:44.485Z] #17 50.31 Setting up pigz (2.4-1) ... [2020-08-06T00:01:44.485Z] #17 50.32 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-08-06T00:01:44.485Z] #17 50.33 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-08-06T00:01:44.485Z] #17 50.36 Setting up python-pip-whl (18.1-5) ... [2020-08-06T00:01:44.485Z] #17 50.38 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-08-06T00:01:44.485Z] #17 50.39 Setting up vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:01:44.503Z] #17 51.53 Setting up vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:01:44.713Z] #40 29.12 CC images/mm.o [2020-08-06T00:01:45.001Z] #17 50.86 Setting up libaio1:amd64 (0.3.112-3) ... [2020-08-06T00:01:45.001Z] #17 50.87 Setting up libonig5:amd64 (6.9.1-1) ... [2020-08-06T00:01:45.001Z] #17 50.90 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:45.001Z] #17 50.92 Setting up vim (2:8.1.0875-5) ... [2020-08-06T00:01:45.001Z] #17 50.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-08-06T00:01:45.001Z] #17 50.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-08-06T00:01:45.001Z] #17 50.94 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-08-06T00:01:45.001Z] #17 50.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-08-06T00:01:45.001Z] #17 50.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-08-06T00:01:45.001Z] #17 50.97 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-08-06T00:01:45.001Z] #17 50.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-08-06T00:01:45.001Z] #17 50.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-08-06T00:01:45.001Z] #17 51.01 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-06T00:01:45.001Z] #17 51.03 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:01:45.001Z] #17 51.04 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-08-06T00:01:45.018Z] #25 27.37 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-08-06T00:01:45.018Z] #25 27.48 skipping existing 9a99313a2c50 [2020-08-06T00:01:45.024Z] #17 51.98 Setting up libaio1:amd64 (0.3.112-3) ... [2020-08-06T00:01:45.024Z] #17 51.99 Setting up libonig5:amd64 (6.9.1-1) ... [2020-08-06T00:01:45.024Z] #17 52.00 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:45.024Z] #17 52.02 Setting up vim (2:8.1.0875-5) ... [2020-08-06T00:01:45.024Z] #17 52.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-08-06T00:01:45.024Z] #17 52.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-08-06T00:01:45.024Z] #17 52.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-08-06T00:01:45.024Z] #17 52.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-08-06T00:01:45.024Z] #17 52.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-08-06T00:01:45.024Z] #17 52.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-08-06T00:01:45.024Z] #17 52.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-08-06T00:01:45.024Z] #17 52.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-08-06T00:01:45.024Z] #17 52.11 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-06T00:01:45.024Z] #17 52.12 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:01:45.024Z] #17 52.14 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-08-06T00:01:45.024Z] #17 52.15 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-06T00:01:45.024Z] #17 52.16 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-08-06T00:01:45.024Z] #17 52.17 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:45.164Z] ? github.com/docker/docker/api [no test files] [2020-08-06T00:01:45.261Z] #17 51.06 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-06T00:01:45.262Z] #17 51.08 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-08-06T00:01:45.262Z] #17 51.09 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:45.262Z] #17 ... [2020-08-06T00:01:45.262Z] [2020-08-06T00:01:45.262Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:45.262Z] #39 97.49 CC criu/cr-errno.o [2020-08-06T00:01:45.262Z] #39 97.55 CC criu/cr-restore.o [2020-08-06T00:01:45.262Z] #39 101.9 CC criu/cr-service.o [2020-08-06T00:01:45.262Z] #39 103.6 CC criu/crtools.o [2020-08-06T00:01:45.262Z] #39 104.1 CC criu/eventfd.o [2020-08-06T00:01:45.262Z] #39 104.4 CC criu/eventpoll.o [2020-08-06T00:01:45.262Z] #39 105.4 CC criu/external.o [2020-08-06T00:01:45.262Z] #39 105.8 CC criu/fault-injection.o [2020-08-06T00:01:45.262Z] #39 106.0 CC criu/fdstore.o [2020-08-06T00:01:45.262Z] #39 106.3 CC criu/fifo.o [2020-08-06T00:01:45.262Z] #39 106.6 CC criu/file-ids.o [2020-08-06T00:01:45.262Z] #39 106.8 CC criu/file-lock.o [2020-08-06T00:01:45.262Z] #39 107.7 CC criu/files-ext.o [2020-08-06T00:01:45.282Z] #25 27.58 [2020-08-06T00:01:45.363Z] #40 29.51 CC images/sk-opts.o [2020-08-06T00:01:45.363Z] #40 29.70 CC images/sk-unix.o [2020-08-06T00:01:45.663Z] #40 ... [2020-08-06T00:01:45.663Z] [2020-08-06T00:01:45.663Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:45.663Z] #31 90.45 github.com/BurntSushi/toml/cmd/tomlv [2020-08-06T00:01:45.663Z] #31 DONE 94.5s [2020-08-06T00:01:45.663Z] [2020-08-06T00:01:45.663Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:45.663Z] #40 29.99 CC images/sk-inet.o [2020-08-06T00:01:45.663Z] #40 ... [2020-08-06T00:01:45.663Z] [2020-08-06T00:01:45.663Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:45.663Z] #42 90.84 net/url [2020-08-06T00:01:45.663Z] #42 90.84 text/template/parse [2020-08-06T00:01:45.663Z] #42 90.85 go/scanner [2020-08-06T00:01:45.663Z] #42 93.92 go/ast [2020-08-06T00:01:45.827Z] #39 108.1 CC criu/files-reg.o [2020-08-06T00:01:45.859Z] #25 ... [2020-08-06T00:01:45.859Z] [2020-08-06T00:01:45.859Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:45.859Z] #47 65.89 mvdan.cc/editorconfig [2020-08-06T00:01:45.859Z] #47 66.51 go/ast [2020-08-06T00:01:45.859Z] #47 68.23 mvdan.cc/sh/v3/syntax [2020-08-06T00:01:45.859Z] #47 70.74 golang.org/x/crypto/ssh/terminal [2020-08-06T00:01:45.859Z] #47 74.68 mvdan.cc/sh/v3/cmd/shfmt [2020-08-06T00:01:45.859Z] #47 ... [2020-08-06T00:01:45.859Z] [2020-08-06T00:01:45.859Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:01:46.379Z] #17 51.31 Setting up libiptc0:amd64 (1.8.2-4) ... [2020-08-06T00:01:46.379Z] #17 51.32 Setting up xz-utils (5.2.4-1) ... [2020-08-06T00:01:46.379Z] #17 51.33 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-08-06T00:01:46.379Z] #17 51.35 Setting up sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:01:46.379Z] #17 51.42 invoke-rc.d: could not determine current runlevel [2020-08-06T00:01:46.379Z] #17 51.44 invoke-rc.d: policy-rc.d denied execution of start. [2020-08-06T00:01:46.379Z] #17 51.45 Setting up pigz (2.4-1) ... [2020-08-06T00:01:46.379Z] #17 51.46 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2020-08-06T00:01:46.379Z] #17 51.47 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2020-08-06T00:01:46.379Z] #17 51.49 Setting up python-pip-whl (18.1-5) ... [2020-08-06T00:01:46.379Z] #17 51.51 Setting up libmpdec2:amd64 (2.4.2-2) ... [2020-08-06T00:01:46.379Z] #17 51.53 Setting up vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:01:46.640Z] #17 51.98 Setting up libaio1:amd64 (0.3.112-3) ... [2020-08-06T00:01:46.640Z] #17 51.99 Setting up libonig5:amd64 (6.9.1-1) ... [2020-08-06T00:01:46.640Z] #17 52.01 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:46.640Z] #17 52.03 Setting up vim (2:8.1.0875-5) ... [2020-08-06T00:01:46.640Z] #17 52.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-08-06T00:01:46.640Z] #17 52.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-08-06T00:01:46.640Z] #17 52.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-08-06T00:01:46.640Z] #17 52.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-08-06T00:01:46.640Z] #17 52.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-08-06T00:01:46.640Z] #17 52.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-08-06T00:01:46.900Z] #17 52.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-08-06T00:01:46.900Z] #17 52.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-08-06T00:01:46.900Z] #17 52.15 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2020-08-06T00:01:46.900Z] #17 52.16 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:01:46.900Z] #17 52.18 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2020-08-06T00:01:46.900Z] #17 52.19 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-06T00:01:46.900Z] #17 52.20 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2020-08-06T00:01:46.900Z] #17 52.22 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:01:47.042Z] #52 29.43 Checking out files: 50% (1628/3209) Checking out files: 51% (1637/3209) Checking out files: 52% (1669/3209) Checking out files: 53% (1701/3209) Checking out files: 54% (1733/3209) Checking out files: 55% (1765/3209) Checking out files: 56% (1798/3209) Checking out files: 57% (1830/3209) Checking out files: 58% (1862/3209) Checking out files: 59% (1894/3209) Checking out files: 60% (1926/3209) Checking out files: 61% (1958/3209) Checking out files: 62% (1990/3209) Checking out files: 63% (2022/3209) Checking out files: 64% (2054/3209) Checking out files: 65% (2086/3209) Checking out files: 66% (2118/3209) Checking out files: 67% (2151/3209) Checking out files: 68% (2183/3209) Checking out files: 69% (2215/3209) Checking out files: 70% (2247/3209) Checking out files: 71% (2279/3209) Checking out files: 72% (2311/3209) Checking out files: 73% (2343/3209) Checking out files: 74% (2375/3209) Checking out files: 75% (2407/3209) Checking out files: 76% (2439/3209) Checking out files: 77% (2471/3209) Checking out files: 78% (2504/3209) Checking out files: 79% (2536/3209) Checking out files: 80% (2568/3209) Checking out files: 81% (2600/3209) Checking out files: 82% (2632/3209) Checking out files: 83% (2664/3209) Checking out files: 84% (2696/3209) Checking out files: 85% (2728/3209) Checking out files: 86% (2760/3209) Checking out files: 87% (2792/3209) Checking out files: 88% (2824/3209) Checking out files: 89% (2857/3209) Checking out files: 90% (2889/3209) Checking out files: 91% (2921/3209) Checking out files: 92% (2953/3209) Checking out files: 93% (2985/3209) Checking out files: 94% (3017/3209) Checking out files: 95% (3049/3209) Checking out files: 96% (3081/3209) Checking out files: 97% (3113/3209) Checking out files: 98% (3145/3209) Checking out files: 98% (3164/3209) Checking out files: 99% (3177/3209) Checking out files: 100% (3209/3209) Checking out files: 100% (3209/3209), done. [2020-08-06T00:01:47.203Z] #42 95.89 encoding/json [2020-08-06T00:01:47.307Z] #52 30.86 + cd /tmp/tmp.24voklVcTC/src/github.com/containerd/containerd [2020-08-06T00:01:47.307Z] #52 30.87 + git checkout -q 8fba4e9a7d01810a393d5d25a3621dc101981175 [2020-08-06T00:01:47.854Z] #42 ... [2020-08-06T00:01:47.854Z] [2020-08-06T00:01:47.854Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:47.854Z] #40 30.84 CC images/tun.o [2020-08-06T00:01:47.854Z] #40 31.30 CC images/sk-netlink.o [2020-08-06T00:01:47.854Z] #40 31.48 CC images/packet-sock.o [2020-08-06T00:01:47.854Z] #40 31.93 CC images/ipc-var.o [2020-08-06T00:01:47.854Z] #40 32.13 CC images/ipc-desc.o [2020-08-06T00:01:48.154Z] #40 32.41 CC images/ipc-shm.o [2020-08-06T00:01:48.154Z] #40 32.62 CC images/ipc-msg.o [2020-08-06T00:01:48.321Z] #17 55.13 Setting up iptables (1.8.2-4) ... [2020-08-06T00:01:48.321Z] #17 55.15 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:01:48.321Z] #17 55.15 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:01:48.321Z] #17 55.17 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:01:48.321Z] #17 55.18 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:01:48.321Z] #17 55.19 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-08-06T00:01:48.321Z] #17 55.19 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-08-06T00:01:48.321Z] #17 55.20 Setting up python3 (3.7.3-1) ... [2020-08-06T00:01:48.354Z] #39 110.2 CC criu/files.o [2020-08-06T00:01:48.354Z] #39 ... [2020-08-06T00:01:48.354Z] [2020-08-06T00:01:48.354Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:48.354Z] #17 54.10 Setting up iptables (1.8.2-4) ... [2020-08-06T00:01:48.354Z] #17 54.12 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:01:48.354Z] #17 54.14 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:01:48.354Z] #17 54.16 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:01:48.354Z] #17 54.17 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:01:48.354Z] #17 54.17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-08-06T00:01:48.354Z] #17 54.21 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-08-06T00:01:48.354Z] #17 54.22 Setting up python3 (3.7.3-1) ... [2020-08-06T00:01:48.454Z] #40 32.89 CC images/ipc-sem.o [2020-08-06T00:01:48.582Z] #17 55.62 Setting up python3-wheel (0.32.3-2) ... [2020-08-06T00:01:48.754Z] #40 33.09 CC images/utsns.o [2020-08-06T00:01:48.919Z] #17 54.62 Setting up python3-wheel (0.32.3-2) ... [2020-08-06T00:01:49.053Z] #40 33.28 CC images/creds.o [2020-08-06T00:01:49.053Z] #40 33.45 CC images/vma.o [2020-08-06T00:01:49.353Z] #40 33.72 CC images/netdev.o [2020-08-06T00:01:49.486Z] #17 55.39 Setting up apparmor (2.13.2-10) ... [2020-08-06T00:01:49.523Z] #17 56.39 Setting up apparmor (2.13.2-10) ... [2020-08-06T00:01:49.869Z] #52 33.43 + export 'BUILDTAGS=netgo osusergo static_build' [2020-08-06T00:01:49.869Z] #52 33.43 + BUILDTAGS='netgo osusergo static_build' [2020-08-06T00:01:49.869Z] #52 33.43 + export EXTRA_FLAGS=-buildmode=pie [2020-08-06T00:01:49.869Z] #52 33.43 + EXTRA_FLAGS=-buildmode=pie [2020-08-06T00:01:49.869Z] #52 33.43 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2020-08-06T00:01:49.869Z] #52 33.43 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2020-08-06T00:01:49.869Z] #52 33.43 + '[' '' = dynamic ']' [2020-08-06T00:01:49.869Z] #52 33.44 + make [2020-08-06T00:01:49.952Z] Commit message: "Update authors and mailmap" [2020-08-06T00:01:50.002Z] #40 34.11 CC images/tty.o [2020-08-06T00:01:50.194Z] #17 55.14 Setting up iptables (1.8.2-4) ... [2020-08-06T00:01:50.194Z] #17 55.16 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:01:50.194Z] #17 55.16 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:01:50.194Z] #17 55.17 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:01:50.194Z] #17 55.18 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:01:50.194Z] #17 55.18 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-08-06T00:01:50.194Z] #17 55.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-08-06T00:01:50.194Z] #17 55.19 Setting up python3 (3.7.3-1) ... [2020-08-06T00:01:50.194Z] #17 55.59 Setting up python3-wheel (0.32.3-2) ... [2020-08-06T00:01:50.301Z] #40 34.65 CC images/file-lock.o [2020-08-06T00:01:50.301Z] #40 ... [2020-08-06T00:01:50.301Z] [2020-08-06T00:01:50.301Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:50.301Z] #48 89.11 go/scanner [2020-08-06T00:01:50.301Z] #48 90.85 mvdan.cc/editorconfig [2020-08-06T00:01:50.301Z] #48 91.41 mvdan.cc/sh/v3/syntax [2020-08-06T00:01:50.301Z] #48 92.59 encoding/base64 [2020-08-06T00:01:50.301Z] #48 93.12 go/ast [2020-08-06T00:01:50.301Z] #48 95.22 encoding/json [2020-08-06T00:01:50.301Z] #48 95.33 golang.org/x/sys/unix [2020-08-06T00:01:50.331Z] > git --version # timeout=10 [2020-08-06T00:01:50.405Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2020-08-06T00:01:50.602Z] #48 ... [2020-08-06T00:01:50.602Z] [2020-08-06T00:01:50.602Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:50.602Z] #40 34.85 CC images/rlimit.o [2020-08-06T00:01:50.602Z] #40 35.02 CC images/pagemap.o [2020-08-06T00:01:50.902Z] #40 35.33 CC images/siginfo.o [2020-08-06T00:01:50.902Z] #40 ... [2020-08-06T00:01:50.902Z] [2020-08-06T00:01:50.902Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:01:50.902Z] #11 89.70 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-08-06T00:01:50.902Z] #11 89.70 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2020-08-06T00:01:50.902Z] #11 89.71 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:01:50.906Z] #17 58.04 Setting up xfsprogs (4.20.0-1) ... [2020-08-06T00:01:50.906Z] #17 58.05 Setting up python3-lib2to3 (3.7.3-1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2020-08-06T00:01:51.133Z] #17 56.34 Setting up apparmor (2.13.2-10) ... [2020-08-06T00:01:51.207Z] #11 ... [2020-08-06T00:01:51.207Z] [2020-08-06T00:01:51.207Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:51.207Z] #40 35.61 CC images/rpc.o [2020-08-06T00:01:51.367Z] #52 34.78 + bin/ctr [2020-08-06T00:01:51.385Z] #17 57.40 Setting up xfsprogs (4.20.0-1) ... [2020-08-06T00:01:51.477Z] #17 58.49 Setting up python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:01:51.643Z] #17 57.41 Setting up python3-lib2to3 (3.7.3-1) ... [2020-08-06T00:01:51.901Z] #17 57.84 Setting up python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:01:52.418Z] #17 59.62 Setting up python3-distutils (3.7.3-1) ... [2020-08-06T00:01:52.748Z] #40 37.01 CC images/ext-file.o [2020-08-06T00:01:52.748Z] #40 37.15 CC images/cgroup.o [2020-08-06T00:01:52.833Z] #17 58.73 Setting up python3-distutils (3.7.3-1) ... [2020-08-06T00:01:52.990Z] #17 60.10 Setting up python3-setuptools (40.8.0-1) ... [2020-08-06T00:01:53.040Z] #17 58.16 Setting up xfsprogs (4.20.0-1) ... [2020-08-06T00:01:53.040Z] #17 58.18 Setting up python3-lib2to3 (3.7.3-1) ... [2020-08-06T00:01:53.040Z] #17 ... [2020-08-06T00:01:53.040Z] [2020-08-06T00:01:53.040Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:53.040Z] #39 105.2 CC criu/crtools.o [2020-08-06T00:01:53.040Z] #39 105.8 CC criu/eventfd.o [2020-08-06T00:01:53.040Z] #39 106.2 CC criu/eventpoll.o [2020-08-06T00:01:53.040Z] #39 107.1 CC criu/external.o [2020-08-06T00:01:53.040Z] #39 107.5 CC criu/fault-injection.o [2020-08-06T00:01:53.040Z] #39 107.6 CC criu/fdstore.o [2020-08-06T00:01:53.040Z] #39 108.0 CC criu/fifo.o [2020-08-06T00:01:53.040Z] #39 108.4 CC criu/file-ids.o [2020-08-06T00:01:53.040Z] #39 108.7 CC criu/file-lock.o [2020-08-06T00:01:53.040Z] #39 109.6 CC criu/files-ext.o [2020-08-06T00:01:53.040Z] #39 109.9 CC criu/files-reg.o [2020-08-06T00:01:53.040Z] #39 112.3 CC criu/files.o [2020-08-06T00:01:53.040Z] #39 114.5 CC criu/filesystems.o [2020-08-06T00:01:53.040Z] #39 115.3 CC criu/fsnotify.o [2020-08-06T00:01:53.040Z] #39 ... [2020-08-06T00:01:53.040Z] [2020-08-06T00:01:53.040Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:53.040Z] #17 58.52 Setting up python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:01:53.250Z] #17 ... [2020-08-06T00:01:53.250Z] [2020-08-06T00:01:53.250Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:53.250Z] #39 106.6 CC criu/crtools.o [2020-08-06T00:01:53.250Z] #39 107.3 CC criu/eventfd.o [2020-08-06T00:01:53.250Z] #39 107.7 CC criu/eventpoll.o [2020-08-06T00:01:53.250Z] #39 108.5 CC criu/external.o [2020-08-06T00:01:53.250Z] #39 108.8 CC criu/fault-injection.o [2020-08-06T00:01:53.250Z] #39 108.9 CC criu/fdstore.o [2020-08-06T00:01:53.250Z] #39 109.4 CC criu/fifo.o [2020-08-06T00:01:53.250Z] #39 109.8 CC criu/file-ids.o [2020-08-06T00:01:53.250Z] #39 110.1 CC criu/file-lock.o [2020-08-06T00:01:53.250Z] #39 111.1 CC criu/files-ext.o [2020-08-06T00:01:53.250Z] #39 111.4 CC criu/files-reg.o [2020-08-06T00:01:53.250Z] #39 113.5 CC criu/files.o [2020-08-06T00:01:53.250Z] #39 115.6 CC criu/filesystems.o [2020-08-06T00:01:53.250Z] #39 116.4 CC criu/fsnotify.o [2020-08-06T00:01:53.349Z] #17 59.15 Setting up python3-setuptools (40.8.0-1) ... [2020-08-06T00:01:53.397Z] #40 37.77 CC images/userns.o [2020-08-06T00:01:53.410Z] + docker version [2020-08-06T00:01:53.636Z] ok github.com/docker/docker/api/server 0.002s coverage: 9.0% of statements [2020-08-06T00:01:53.696Z] #40 37.97 CC images/google/protobuf/descriptor.o [2020-08-06T00:01:53.915Z] #17 ... [2020-08-06T00:01:53.915Z] [2020-08-06T00:01:53.915Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:01:53.915Z] #36 187.5 + dpkg --print-architecture [2020-08-06T00:01:53.915Z] #36 187.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-08-06T00:01:53.931Z] #52 ... [2020-08-06T00:01:53.931Z] [2020-08-06T00:01:53.931Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... [2020-08-06T00:01:53.931Z] #25 28.70 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-08-06T00:01:53.931Z] #25 28.93 [2020-08-06T00:01:53.931Z] #25 29.24 ######################################################################## 100.0% [2020-08-06T00:01:53.931Z] #25 29.35 [2020-08-06T00:01:53.931Z] #25 29.56 Download of images into '/build' complete. [2020-08-06T00:01:53.931Z] #25 29.56 Use something like the following to load the result into a Docker daemon: [2020-08-06T00:01:53.931Z] #25 29.56 tar -cC '/build' . | docker load [2020-08-06T00:01:53.931Z] #25 DONE 36.1s [2020-08-06T00:01:53.931Z] [2020-08-06T00:01:53.931Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:01:53.931Z] #10 78.94 Selecting previously unselected package gcc-mingw-w64-base. [2020-08-06T00:01:53.931Z] #10 78.95 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-08-06T00:01:53.931Z] #10 79.53 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:01:53.931Z] #10 82.14 Selecting previously unselected package gcc-mingw-w64-x86-64. [2020-08-06T00:01:53.931Z] #10 82.15 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-08-06T00:01:53.931Z] #10 82.30 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:01:53.931Z] #10 ... [2020-08-06T00:01:53.931Z] [2020-08-06T00:01:53.931Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2020-08-06T00:01:53.931Z] #32 DONE 83.9s [2020-08-06T00:01:53.931Z] [2020-08-06T00:01:53.931Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:53.931Z] #30 DONE 84.0s [2020-08-06T00:01:53.931Z] [2020-08-06T00:01:53.931Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2020-08-06T00:01:53.931Z] #38 DONE 84.0s [2020-08-06T00:01:53.931Z] [2020-08-06T00:01:53.931Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:01:53.931Z] #47 DONE 84.0s [2020-08-06T00:01:53.931Z] [2020-08-06T00:01:53.931Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:54.191Z] #39 ... [2020-08-06T00:01:54.191Z] [2020-08-06T00:01:54.191Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:54.191Z] #17 61.24 Setting up python3-pip (18.1-5) ... [2020-08-06T00:01:54.420Z] #17 59.60 Setting up python3-distutils (3.7.3-1) ... [2020-08-06T00:01:54.680Z] #17 60.14 Setting up python3-setuptools (40.8.0-1) ... [2020-08-06T00:01:54.849Z] #36 188.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-08-06T00:01:54.849Z] #36 188.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-08-06T00:01:55.393Z] #17 62.41 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:01:55.393Z] #17 62.43 Processing triggers for mime-support (3.62) ... [2020-08-06T00:01:55.393Z] #17 DONE 62.7s [2020-08-06T00:01:55.393Z] [2020-08-06T00:01:55.393Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:55.393Z] #39 117.7 CC criu/image-desc.o [2020-08-06T00:01:55.393Z] #39 117.8 CC criu/image.o [2020-08-06T00:01:55.393Z] #39 118.8 CC criu/ipc_ns.o [2020-08-06T00:01:55.819Z] #40 39.87 CC images/opts.o [2020-08-06T00:01:55.819Z] #40 40.08 CC images/seccomp.o [2020-08-06T00:01:55.864Z] #39 ... [2020-08-06T00:01:55.864Z] [2020-08-06T00:01:55.864Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:55.864Z] #41 75.81 compress/gzip [2020-08-06T00:01:55.864Z] #41 76.82 go/doc [2020-08-06T00:01:55.864Z] #41 77.29 math/big [2020-08-06T00:01:55.864Z] #41 80.20 vendor/golang.org/x/text/unicode/norm [2020-08-06T00:01:55.864Z] #41 80.41 github.com/LK4D4/vndr/build [2020-08-06T00:01:55.864Z] #41 83.24 mime [2020-08-06T00:01:55.864Z] #41 84.00 mime/quotedprintable [2020-08-06T00:01:55.864Z] #41 85.00 vendor/golang.org/x/crypto/cryptobyte [2020-08-06T00:01:55.864Z] #41 85.15 net/http/internal [2020-08-06T00:01:56.060Z] #17 61.40 Setting up python3-pip (18.1-5) ... [2020-08-06T00:01:56.115Z] #40 40.46 CC images/binfmt-misc.o [2020-08-06T00:01:56.225Z] #36 ... [2020-08-06T00:01:56.225Z] [2020-08-06T00:01:56.225Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:01:56.225Z] #17 60.24 Setting up python3-pip (18.1-5) ... [2020-08-06T00:01:56.225Z] #17 61.26 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:01:56.225Z] #17 61.32 Processing triggers for mime-support (3.62) ... [2020-08-06T00:01:56.225Z] #17 DONE 62.2s [2020-08-06T00:01:56.335Z] #39 ... [2020-08-06T00:01:56.335Z] [2020-08-06T00:01:56.335Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-08-06T00:01:56.335Z] #18 0.826 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-08-06T00:01:56.335Z] #18 0.831 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-08-06T00:01:56.335Z] #18 0.834 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-08-06T00:01:56.335Z] #18 DONE 0.9s [2020-08-06T00:01:56.413Z] #40 40.71 CC images/time.o [2020-08-06T00:01:56.483Z] [2020-08-06T00:01:56.483Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-08-06T00:01:56.597Z] [2020-08-06T00:01:56.597Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:01:56.711Z] #40 40.92 CC images/sysctl.o [2020-08-06T00:01:56.711Z] #40 41.09 CC images/autofs.o [2020-08-06T00:01:56.711Z] #40 ... [2020-08-06T00:01:56.711Z] [2020-08-06T00:01:56.711Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:01:56.711Z] #11 104.1 Selecting previously unselected package libapparmor1:ppc64el. [2020-08-06T00:01:56.711Z] #11 104.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2020-08-06T00:01:56.711Z] #11 104.1 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2020-08-06T00:01:56.711Z] #11 104.2 Selecting previously unselected package libapparmor-dev:ppc64el. [2020-08-06T00:01:56.711Z] #11 104.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2020-08-06T00:01:56.711Z] #11 104.2 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2020-08-06T00:01:56.711Z] #11 104.4 Selecting previously unselected package libbtrfs0. [2020-08-06T00:01:56.711Z] #11 104.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2020-08-06T00:01:56.711Z] #11 104.4 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-06T00:01:56.711Z] #11 104.5 Selecting previously unselected package libbtrfs-dev. [2020-08-06T00:01:56.711Z] #11 104.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2020-08-06T00:01:56.711Z] #11 104.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:01:56.711Z] #11 104.6 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2020-08-06T00:01:56.711Z] #11 104.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2020-08-06T00:01:56.711Z] #11 104.6 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-08-06T00:01:56.711Z] #11 104.7 Selecting previously unselected package libudev-dev:ppc64el. [2020-08-06T00:01:56.711Z] #11 104.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... [2020-08-06T00:01:56.711Z] #11 104.7 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... [2020-08-06T00:01:56.711Z] #11 104.9 Selecting previously unselected package libsepol1-dev:ppc64el. [2020-08-06T00:01:56.711Z] #11 104.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2020-08-06T00:01:56.711Z] #11 105.0 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2020-08-06T00:01:56.711Z] #11 105.3 Selecting previously unselected package libpcre16-3:ppc64el. [2020-08-06T00:01:56.711Z] #11 105.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2020-08-06T00:01:56.711Z] #11 105.3 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2020-08-06T00:01:56.816Z] #41 ... [2020-08-06T00:01:56.816Z] [2020-08-06T00:01:56.816Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:01:56.816Z] #33 2.873 + RM_GOPATH=0 [2020-08-06T00:01:56.816Z] #33 2.873 + TMP_GOPATH= [2020-08-06T00:01:56.816Z] #33 2.873 + : /build [2020-08-06T00:01:56.816Z] #33 2.873 + '[' -z '' ']' [2020-08-06T00:01:56.816Z] #33 2.873 ++ mktemp -d [2020-08-06T00:01:56.816Z] #33 2.873 + export GOPATH=/tmp/tmp.kScq0YDQhc [2020-08-06T00:01:56.816Z] #33 2.873 + GOPATH=/tmp/tmp.kScq0YDQhc [2020-08-06T00:01:56.816Z] #33 2.873 + RM_GOPATH=1 [2020-08-06T00:01:56.816Z] #33 2.873 + case "$(go env GOARCH)" in [2020-08-06T00:01:56.816Z] #33 2.878 ++ go env GOARCH [2020-08-06T00:01:56.816Z] #33 2.910 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:01:56.816Z] #33 2.910 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:01:56.816Z] #33 2.910 ++ dirname /tmp/install/install.sh [2020-08-06T00:01:56.816Z] #33 2.922 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-06T00:01:56.816Z] #33 2.924 + dir=/tmp/install [2020-08-06T00:01:56.816Z] #33 2.924 + bin=tini [2020-08-06T00:01:56.816Z] #33 2.924 + shift [2020-08-06T00:01:56.816Z] #33 2.924 + '[' '!' -f /tmp/install/tini.installer ']' [2020-08-06T00:01:56.816Z] #33 2.924 + . /tmp/install/tini.installer [2020-08-06T00:01:56.816Z] #33 2.924 ++ : fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-06T00:01:56.816Z] #33 2.924 + install_tini [2020-08-06T00:01:56.816Z] #33 2.924 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' [2020-08-06T00:01:56.816Z] #33 2.924 + git clone https://github.com/krallin/tini.git /tmp/tmp.kScq0YDQhc/tini [2020-08-06T00:01:56.816Z] #33 2.924 Cloning into '/tmp/tmp.kScq0YDQhc/tini'... [2020-08-06T00:01:57.010Z] #11 105.6 Selecting previously unselected package libpcre32-3:ppc64el. [2020-08-06T00:01:57.010Z] #11 105.6 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2020-08-06T00:01:57.010Z] #11 105.7 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2020-08-06T00:01:57.010Z] #11 105.8 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2020-08-06T00:01:57.010Z] #11 105.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2020-08-06T00:01:57.010Z] #11 105.8 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-08-06T00:01:57.013Z] #17 62.41 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:01:57.013Z] #17 62.47 Processing triggers for mime-support (3.62) ... [2020-08-06T00:01:57.311Z] #11 105.9 Selecting previously unselected package libpcre3-dev:ppc64el. [2020-08-06T00:01:57.311Z] #11 106.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2020-08-06T00:01:57.311Z] #11 106.0 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2020-08-06T00:01:57.419Z] #18 0.931 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-08-06T00:01:57.419Z] #18 0.936 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-08-06T00:01:57.419Z] #18 0.940 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-08-06T00:01:57.419Z] #18 DONE 1.0s [2020-08-06T00:01:57.419Z] [2020-08-06T00:01:57.419Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:01:57.580Z] #17 DONE 62.8s [2020-08-06T00:01:57.580Z] [2020-08-06T00:01:57.580Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-08-06T00:01:57.609Z] #11 106.4 Selecting previously unselected package libselinux1-dev:ppc64el. [2020-08-06T00:01:57.609Z] #11 106.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2020-08-06T00:01:57.609Z] #11 106.4 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-08-06T00:01:57.768Z] #33 3.887 + cd /tmp/tmp.kScq0YDQhc/tini [2020-08-06T00:01:57.768Z] #33 3.887 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 [2020-08-06T00:01:57.768Z] #33 3.899 + cmake . [2020-08-06T00:01:57.908Z] #11 106.7 Selecting previously unselected package libdevmapper-dev:ppc64el. [2020-08-06T00:01:57.908Z] #11 106.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2020-08-06T00:01:57.908Z] #11 106.7 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-08-06T00:01:57.908Z] #11 106.8 Selecting previously unselected package libseccomp-dev:ppc64el. [2020-08-06T00:01:57.908Z] #11 106.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2020-08-06T00:01:57.908Z] #11 106.8 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2020-08-06T00:01:58.151Z] #18 0.924 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-08-06T00:01:58.151Z] #18 0.930 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-08-06T00:01:58.151Z] #18 0.935 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-08-06T00:01:58.209Z] #11 107.0 Selecting previously unselected package libsystemd-dev:ppc64el. [2020-08-06T00:01:58.209Z] #11 107.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... [2020-08-06T00:01:58.209Z] #11 107.0 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-08-06T00:01:58.409Z] #18 DONE 1.0s [2020-08-06T00:01:58.409Z] [2020-08-06T00:01:58.409Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:01:58.719Z] #33 4.827 -- The C compiler identification is GNU 8.3.0 [2020-08-06T00:01:58.719Z] #33 4.924 -- Check for working C compiler: /usr/bin/cc [2020-08-06T00:01:58.857Z] #11 107.5 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2020-08-06T00:01:58.857Z] #11 107.5 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2020-08-06T00:01:58.857Z] #11 107.5 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2020-08-06T00:01:58.857Z] #11 107.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-06T00:01:58.857Z] #11 107.5 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2020-08-06T00:01:58.857Z] #11 107.5 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2020-08-06T00:01:58.857Z] #11 107.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:01:58.857Z] #11 107.6 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-06T00:01:58.857Z] #11 107.6 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2020-08-06T00:01:58.857Z] #11 107.6 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... [2020-08-06T00:01:58.857Z] #11 107.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-06T00:01:58.857Z] #11 107.6 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:01:58.857Z] #11 107.6 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2020-08-06T00:01:58.857Z] #11 107.6 Setting up mingw-w64-common (6.0.0-3) ... [2020-08-06T00:01:58.857Z] #11 107.6 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... [2020-08-06T00:01:58.857Z] #11 107.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-06T00:01:58.857Z] #11 107.7 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2020-08-06T00:01:58.857Z] #11 107.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:01:58.857Z] #11 107.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-08-06T00:01:58.857Z] #11 107.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-08-06T00:01:58.857Z] #11 107.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:01:58.857Z] #11 107.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-08-06T00:01:58.857Z] #11 107.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-08-06T00:01:58.857Z] #11 107.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-06T00:01:58.857Z] #11 107.7 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2020-08-06T00:01:58.857Z] #11 107.8 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2020-08-06T00:01:58.857Z] #11 107.8 Setting up dmsetup (2:1.02.155-3) ... [2020-08-06T00:01:58.857Z] #11 107.8 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2020-08-06T00:01:58.857Z] #11 107.8 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2020-08-06T00:01:58.857Z] #11 107.8 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:01:59.505Z] #11 DONE 108.2s [2020-08-06T00:01:59.505Z] [2020-08-06T00:01:59.505Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-08-06T00:01:59.973Z] #19 ... [2020-08-06T00:01:59.973Z] [2020-08-06T00:01:59.973Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:01:59.973Z] #39 111.9 CC criu/filesystems.o [2020-08-06T00:01:59.973Z] #39 112.5 CC criu/fsnotify.o [2020-08-06T00:01:59.973Z] #39 113.8 CC criu/image-desc.o [2020-08-06T00:01:59.973Z] #39 113.9 CC criu/image.o [2020-08-06T00:01:59.973Z] #39 114.8 CC criu/ipc_ns.o [2020-08-06T00:01:59.973Z] #39 116.1 CC criu/irmap.o [2020-08-06T00:01:59.973Z] #39 116.9 CC criu/kcmp-ids.o [2020-08-06T00:01:59.973Z] #39 117.3 CC criu/kerndat.o [2020-08-06T00:01:59.973Z] #39 118.5 CC criu/libnetlink.o [2020-08-06T00:01:59.973Z] #39 119.0 CC criu/log.o [2020-08-06T00:01:59.973Z] #39 119.7 CC criu/lsm.o [2020-08-06T00:01:59.973Z] #39 120.3 CC criu/mem.o [2020-08-06T00:01:59.973Z] #39 122.3 CC criu/memfd.o [2020-08-06T00:02:00.151Z] #12 DONE 0.5s [2020-08-06T00:02:00.151Z] [2020-08-06T00:02:00.151Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:00.151Z] #50 0.405 + RM_GOPATH=0 [2020-08-06T00:02:00.151Z] #50 0.405 + TMP_GOPATH= [2020-08-06T00:02:00.151Z] #50 0.405 + : /build [2020-08-06T00:02:00.151Z] #50 0.406 + '[' -z '' ']' [2020-08-06T00:02:00.151Z] #50 0.406 ++ mktemp -d [2020-08-06T00:02:00.151Z] #50 0.411 + export GOPATH=/tmp/tmp.t26GbsqfGv [2020-08-06T00:02:00.151Z] #50 0.411 + GOPATH=/tmp/tmp.t26GbsqfGv [2020-08-06T00:02:00.151Z] #50 0.412 + RM_GOPATH=1 [2020-08-06T00:02:00.151Z] #50 0.412 + case "$(go env GOARCH)" in [2020-08-06T00:02:00.151Z] #50 0.415 ++ go env GOARCH [2020-08-06T00:02:00.151Z] #50 0.448 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:02:00.151Z] #50 0.449 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:02:00.151Z] #50 0.451 ++ dirname /tmp/install/install.sh [2020-08-06T00:02:00.151Z] #50 0.455 + dir=/tmp/install [2020-08-06T00:02:00.151Z] #50 0.456 + bin=runc [2020-08-06T00:02:00.151Z] #50 0.456 + shift [2020-08-06T00:02:00.151Z] #50 0.457 + '[' '!' -f /tmp/install/runc.installer ']' [2020-08-06T00:02:00.151Z] #50 0.458 + . /tmp/install/runc.installer [2020-08-06T00:02:00.151Z] #50 0.461 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-06T00:02:00.151Z] #50 0.462 + install_runc [2020-08-06T00:02:00.151Z] #50 0.464 + uname -r [2020-08-06T00:02:00.151Z] #50 0.464 + grep -q '^3\.10\.0.*\.el7\.' [2020-08-06T00:02:00.151Z] #50 0.467 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-08-06T00:02:00.151Z] #50 0.468 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' [2020-08-06T00:02:00.151Z] #50 0.469 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) [2020-08-06T00:02:00.151Z] #50 0.470 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.t26GbsqfGv/src/github.com/opencontainers/runc [2020-08-06T00:02:00.151Z] #50 0.475 Cloning into '/tmp/tmp.t26GbsqfGv/src/github.com/opencontainers/runc'... [2020-08-06T00:02:00.450Z] #50 ... [2020-08-06T00:02:00.450Z] [2020-08-06T00:02:00.450Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-08-06T00:02:00.450Z] #13 DONE 0.5s [2020-08-06T00:02:00.450Z] [2020-08-06T00:02:00.450Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:00.450Z] #40 41.26 CC images/macvlan.o [2020-08-06T00:02:00.450Z] #40 41.48 CC images/sit.o [2020-08-06T00:02:00.450Z] #40 41.69 CC images/memfd.o [2020-08-06T00:02:00.450Z] #40 41.94 CC images/timens.o [2020-08-06T00:02:00.450Z] #40 42.18 LINK images/built-in.o [2020-08-06T00:02:00.450Z] #40 42.30 GEN compel/include/asm [2020-08-06T00:02:00.450Z] #40 42.34 GEN compel/include/version.h [2020-08-06T00:02:00.450Z] #40 42.35 touch .config [2020-08-06T00:02:00.450Z] #40 42.42 GEN include/common/config.h [2020-08-06T00:02:00.450Z] #40 42.57 GEN compel/plugins/include/uapi/std/syscall-codes.h [2020-08-06T00:02:00.450Z] #40 42.60 GEN compel/plugins/include/uapi/std/syscall.h [2020-08-06T00:02:00.450Z] #40 42.64 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2020-08-06T00:02:00.450Z] #40 42.66 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2020-08-06T00:02:00.450Z] #40 42.70 DEP compel/arch/ppc64/plugins/std/memcmp.d [2020-08-06T00:02:00.450Z] #40 42.72 DEP compel/arch/ppc64/plugins/std/memcpy.d [2020-08-06T00:02:00.450Z] #40 42.75 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2020-08-06T00:02:00.450Z] #40 42.79 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-08-06T00:02:00.450Z] #40 42.80 DEP compel/plugins/std/infect.d [2020-08-06T00:02:00.450Z] #40 42.99 DEP compel/plugins/std/string.d [2020-08-06T00:02:00.450Z] #40 43.11 DEP compel/plugins/std/log.d [2020-08-06T00:02:00.450Z] #40 43.28 DEP compel/plugins/std/fds.d [2020-08-06T00:02:00.450Z] #40 43.40 DEP compel/plugins/std/std.d [2020-08-06T00:02:00.450Z] #40 43.51 DEP compel/plugins/shmem/shmem.d [2020-08-06T00:02:00.450Z] #40 43.59 DEP compel/plugins/fds/fds.d [2020-08-06T00:02:00.450Z] #40 43.79 CC compel/plugins/std/std.o [2020-08-06T00:02:00.450Z] #40 44.19 CC compel/plugins/std/fds.o [2020-08-06T00:02:00.450Z] #40 44.54 CC compel/plugins/std/log.o [2020-08-06T00:02:00.452Z] Client: Docker Engine - Enterprise [2020-08-06T00:02:00.452Z] Version: 19.03.5 [2020-08-06T00:02:00.452Z] API version: 1.40 [2020-08-06T00:02:00.452Z] Go version: go1.12.12 [2020-08-06T00:02:00.452Z] Git commit: 2ee0c57608 [2020-08-06T00:02:00.452Z] Built: 11/13/2019 08:00:16 [2020-08-06T00:02:00.452Z] OS/Arch: windows/amd64 [2020-08-06T00:02:00.452Z] Experimental: false [2020-08-06T00:02:00.452Z] [2020-08-06T00:02:00.452Z] Server: Docker Engine - Enterprise [2020-08-06T00:02:00.452Z] Engine: [2020-08-06T00:02:00.452Z] Version: 19.03.5 [2020-08-06T00:02:00.452Z] API version: 1.40 (minimum version 1.24) [2020-08-06T00:02:00.452Z] Go version: go1.12.12 [2020-08-06T00:02:00.452Z] Git commit: 2ee0c57608 [2020-08-06T00:02:00.452Z] Built: 11/13/2019 07:58:51 [2020-08-06T00:02:00.452Z] OS/Arch: windows/amd64 [2020-08-06T00:02:00.452Z] Experimental: true [2020-08-06T00:02:00.538Z] #39 122.8 CC criu/mount.o [2020-08-06T00:02:00.652Z] #33 6.538 -- Check for working C compiler: /usr/bin/cc -- works [2020-08-06T00:02:00.652Z] #33 6.540 -- Detecting C compiler ABI info [2020-08-06T00:02:00.761Z] #40 ... [2020-08-06T00:02:00.761Z] [2020-08-06T00:02:00.761Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-08-06T00:02:00.761Z] #14 0.284 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-08-06T00:02:00.761Z] #14 DONE 0.3s [2020-08-06T00:02:00.761Z] [2020-08-06T00:02:00.761Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-08-06T00:02:01.059Z] #15 DONE 0.4s [2020-08-06T00:02:01.059Z] [2020-08-06T00:02:01.059Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [Pipeline] sh [2020-08-06T00:02:01.231Z] #33 7.176 -- Detecting C compiler ABI info - done [2020-08-06T00:02:01.231Z] #33 7.225 -- Detecting C compile features [2020-08-06T00:02:01.231Z] #33 ... [2020-08-06T00:02:01.231Z] [2020-08-06T00:02:01.231Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:01.231Z] #54 84.26 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-06T00:02:01.231Z] #54 84.26 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-08-06T00:02:01.231Z] #54 DONE 91.4s [2020-08-06T00:02:01.231Z] [2020-08-06T00:02:01.231Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-08-06T00:02:01.231Z] #55 DONE 0.2s [2020-08-06T00:02:01.231Z] [2020-08-06T00:02:01.231Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:01.231Z] #41 88.87 vendor/golang.org/x/net/http/httpproxy [2020-08-06T00:02:01.231Z] #41 88.87 net/textproto [2020-08-06T00:02:01.231Z] #41 89.02 crypto/x509 [2020-08-06T00:02:01.231Z] #41 90.75 vendor/golang.org/x/net/http/httpguts [2020-08-06T00:02:01.231Z] #41 90.76 mime/multipart [2020-08-06T00:02:01.495Z] #41 ... [2020-08-06T00:02:01.495Z] [2020-08-06T00:02:01.495Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-08-06T00:02:01.495Z] #56 DONE 0.1s [2020-08-06T00:02:01.495Z] [2020-08-06T00:02:01.495Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:01.495Z] #39 4.957 Note: Building without setproctitle() and strlcpy() support. [2020-08-06T00:02:01.495Z] #39 4.957 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-06T00:02:01.495Z] #39 4.998 Note: Building without GnuTLS support [2020-08-06T00:02:01.495Z] #39 5.008 Makefile.config:39: Warn: you have no libnftables installed [2020-08-06T00:02:01.495Z] #39 5.008 Makefile.config:40: Warn: Building without nftables support [2020-08-06T00:02:01.709Z] #16 DONE 0.4s [2020-08-06T00:02:01.709Z] [2020-08-06T00:02:01.709Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2020-08-06T00:02:01.759Z] #39 7.859 fatal: not a git repository (or any of the parent directories): .git [2020-08-06T00:02:01.883Z] #19 5.248 Collecting yamllint==1.16.0 [2020-08-06T00:02:01.883Z] #19 ... [2020-08-06T00:02:01.883Z] [2020-08-06T00:02:01.883Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:02:01.883Z] #36 191.1 + dpkg --print-architecture [2020-08-06T00:02:01.883Z] #36 191.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-08-06T00:02:01.883Z] #36 191.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-08-06T00:02:01.883Z] #36 191.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-08-06T00:02:01.948Z] + docker info [2020-08-06T00:02:02.011Z] #17 DONE 0.4s [2020-08-06T00:02:02.011Z] [2020-08-06T00:02:02.011Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:02.023Z] #39 7.992 GEN .gitid [2020-08-06T00:02:02.023Z] #39 8.041 GEN criu/include/version.h [2020-08-06T00:02:02.023Z] #39 8.159 GEN include/common/asm [2020-08-06T00:02:02.436Z] #39 ... [2020-08-06T00:02:02.436Z] [2020-08-06T00:02:02.436Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:02:02.436Z] #19 4.832 Collecting yamllint==1.16.0 [2020-08-06T00:02:02.662Z] #18 0.610 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:02:02.662Z] #18 0.762 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:02:02.961Z] #18 0.953 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:02:02.961Z] #18 ... [2020-08-06T00:02:02.961Z] [2020-08-06T00:02:02.961Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:02.961Z] #42 101.7 text/template [2020-08-06T00:02:02.961Z] #42 105.8 go/parser [2020-08-06T00:02:02.961Z] #42 110.2 encoding/xml [2020-08-06T00:02:03.261Z] #42 ... [2020-08-06T00:02:03.261Z] [2020-08-06T00:02:03.261Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:03.261Z] #40 45.77 CC compel/plugins/std/string.o [2020-08-06T00:02:03.261Z] #40 46.61 CC compel/plugins/std/infect.o [2020-08-06T00:02:03.261Z] #40 47.04 CC compel/arch/ppc64/plugins/std/parasite-head.o [2020-08-06T00:02:03.261Z] #40 47.08 CC compel/arch/ppc64/plugins/std/memcpy.o [2020-08-06T00:02:03.261Z] #40 47.13 CC compel/arch/ppc64/plugins/std/memcmp.o [2020-08-06T00:02:03.261Z] #40 47.19 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2020-08-06T00:02:03.261Z] #40 47.24 AR compel/plugins/std.lib.a [2020-08-06T00:02:03.261Z] #40 47.37 CC compel/plugins/fds/fds.o [2020-08-06T00:02:03.261Z] #40 47.74 AR compel/plugins/fds.lib.a [2020-08-06T00:02:03.266Z] #36 ... [2020-08-06T00:02:03.266Z] [2020-08-06T00:02:03.266Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:03.266Z] #49 77.25 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-08-06T00:02:03.561Z] #40 47.78 HOSTDEP compel/src/lib/log-host.d [2020-08-06T00:02:03.561Z] #40 47.88 HOSTDEP compel/src/lib/handle-elf-host.d [2020-08-06T00:02:03.685Z] #19 5.162 Collecting yamllint==1.16.0 [2020-08-06T00:02:03.862Z] #40 48.03 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2020-08-06T00:02:03.862Z] #40 48.15 HOSTDEP compel/src/main-host.d [2020-08-06T00:02:03.862Z] #40 48.26 DEP compel/src/lib/ptrace.d [2020-08-06T00:02:04.163Z] #40 48.40 DEP compel/src/lib/infect.d [2020-08-06T00:02:04.163Z] #40 48.59 DEP compel/src/lib/infect-util.d [2020-08-06T00:02:04.254Z] #19 ... [2020-08-06T00:02:04.254Z] [2020-08-06T00:02:04.254Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:04.254Z] #39 116.4 CC criu/image-desc.o [2020-08-06T00:02:04.254Z] #39 116.6 CC criu/image.o [2020-08-06T00:02:04.254Z] #39 117.6 CC criu/ipc_ns.o [2020-08-06T00:02:04.254Z] #39 118.8 CC criu/irmap.o [2020-08-06T00:02:04.254Z] #39 119.6 CC criu/kcmp-ids.o [2020-08-06T00:02:04.254Z] #39 120.1 CC criu/kerndat.o [2020-08-06T00:02:04.254Z] #39 121.6 CC criu/libnetlink.o [2020-08-06T00:02:04.254Z] #39 122.0 CC criu/log.o [2020-08-06T00:02:04.254Z] #39 122.5 CC criu/lsm.o [2020-08-06T00:02:04.254Z] #39 122.8 CC criu/mem.o [2020-08-06T00:02:04.254Z] #39 124.5 CC criu/memfd.o [2020-08-06T00:02:04.254Z] #39 125.1 CC criu/mount.o [2020-08-06T00:02:04.254Z] #39 ... [2020-08-06T00:02:04.254Z] [2020-08-06T00:02:04.254Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:02:04.254Z] #36 190.0 + dpkg --print-architecture [2020-08-06T00:02:04.254Z] #36 190.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-08-06T00:02:04.254Z] #36 190.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-08-06T00:02:04.254Z] #36 190.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-08-06T00:02:04.470Z] #40 48.73 DEP compel/src/lib/infect-rpc.d [2020-08-06T00:02:04.470Z] #40 48.87 DEP compel/arch/ppc64/src/lib/infect.d [2020-08-06T00:02:04.589Z] #39 10.20 PBCC images/timens.pb-c.c [2020-08-06T00:02:04.589Z] #39 10.22 DEP images/timens.pb-c.d [2020-08-06T00:02:04.589Z] #39 10.29 PBCC images/fown.pb-c.c [2020-08-06T00:02:04.589Z] #39 10.31 PBCC images/google/protobuf/descriptor.pb-c.c [2020-08-06T00:02:04.589Z] #39 10.37 PBCC images/opts.pb-c.c [2020-08-06T00:02:04.589Z] #39 10.41 PBCC images/memfd.pb-c.c [2020-08-06T00:02:04.589Z] #39 10.46 DEP images/fown.pb-c.d [2020-08-06T00:02:04.589Z] #39 10.51 DEP images/google/protobuf/descriptor.pb-c.d [2020-08-06T00:02:04.589Z] #39 10.66 DEP images/opts.pb-c.d [2020-08-06T00:02:04.589Z] #39 10.71 DEP images/memfd.pb-c.d [2020-08-06T00:02:04.589Z] #39 10.77 PBCC images/sit.pb-c.c [2020-08-06T00:02:04.774Z] #40 49.02 DEP compel/arch/ppc64/src/lib/cpu.d [2020-08-06T00:02:04.774Z] #40 49.08 DEP compel/src/lib/log.d [2020-08-06T00:02:04.823Z] #36 ... [2020-08-06T00:02:04.823Z] [2020-08-06T00:02:04.823Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:04.823Z] #49 77.07 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-08-06T00:02:04.853Z] #39 10.85 DEP images/sit.pb-c.d [2020-08-06T00:02:04.853Z] #39 10.93 PBCC images/macvlan.pb-c.c [2020-08-06T00:02:04.853Z] #39 10.95 DEP images/macvlan.pb-c.d [2020-08-06T00:02:04.853Z] #39 11.02 PBCC images/autofs.pb-c.c [2020-08-06T00:02:04.853Z] #39 11.12 DEP images/autofs.pb-c.d [2020-08-06T00:02:05.073Z] #40 49.29 DEP compel/src/main.d [2020-08-06T00:02:05.073Z] #40 49.42 DEP compel/src/lib/handle-elf.d [2020-08-06T00:02:05.118Z] #39 11.18 PBCC images/sysctl.pb-c.c [2020-08-06T00:02:05.118Z] #39 11.23 DEP images/sysctl.pb-c.d [2020-08-06T00:02:05.118Z] #39 11.28 PBCC images/time.pb-c.c [2020-08-06T00:02:05.118Z] #39 11.32 DEP images/time.pb-c.d [2020-08-06T00:02:05.118Z] #39 11.37 PBCC images/binfmt-misc.pb-c.c [2020-08-06T00:02:05.118Z] #39 11.40 DEP images/binfmt-misc.pb-c.d [2020-08-06T00:02:05.179Z] #49 79.31 + mkdir -p /build [2020-08-06T00:02:05.373Z] #40 49.54 DEP compel/arch/ppc64/src/lib/handle-elf.d [2020-08-06T00:02:05.373Z] #40 49.66 CC compel/src/lib/log.o [2020-08-06T00:02:05.381Z] #39 11.45 PBCC images/seccomp.pb-c.c [2020-08-06T00:02:05.381Z] #39 11.47 DEP images/seccomp.pb-c.d [2020-08-06T00:02:05.381Z] #39 11.49 PBCC images/userns.pb-c.c [2020-08-06T00:02:05.381Z] #39 11.51 DEP images/userns.pb-c.d [2020-08-06T00:02:05.381Z] #39 11.53 PBCC images/cgroup.pb-c.c [2020-08-06T00:02:05.381Z] #39 11.54 DEP images/cgroup.pb-c.d [2020-08-06T00:02:05.381Z] #39 11.56 PBCC images/ext-file.pb-c.c [2020-08-06T00:02:05.381Z] #39 11.57 DEP images/ext-file.pb-c.d [2020-08-06T00:02:05.381Z] #39 11.59 PBCC images/rpc.pb-c.c [2020-08-06T00:02:05.381Z] #39 11.61 DEP images/rpc.pb-c.d [2020-08-06T00:02:05.439Z] #49 79.31 + cp runc /build/runc [2020-08-06T00:02:05.646Z] #39 11.63 PBCC images/siginfo.pb-c.c [2020-08-06T00:02:05.646Z] #39 11.65 DEP images/siginfo.pb-c.d [2020-08-06T00:02:05.646Z] #39 11.73 PBCC images/pagemap.pb-c.c [2020-08-06T00:02:05.646Z] #39 11.81 DEP images/pagemap.pb-c.d [2020-08-06T00:02:05.646Z] #39 11.88 PBCC images/rlimit.pb-c.c [2020-08-06T00:02:05.670Z] #40 49.90 CC compel/arch/ppc64/src/lib/cpu.o [2020-08-06T00:02:05.700Z] #49 DONE 79.5s [2020-08-06T00:02:05.700Z] [2020-08-06T00:02:05.700Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:05.700Z] #39 120.5 CC criu/irmap.o [2020-08-06T00:02:05.700Z] #39 121.2 CC criu/kcmp-ids.o [2020-08-06T00:02:05.700Z] #39 121.5 CC criu/kerndat.o [2020-08-06T00:02:05.700Z] #39 122.7 CC criu/libnetlink.o [2020-08-06T00:02:05.700Z] #39 123.1 CC criu/log.o [2020-08-06T00:02:05.700Z] #39 123.7 CC criu/lsm.o [2020-08-06T00:02:05.700Z] #39 124.1 CC criu/mem.o [2020-08-06T00:02:05.700Z] #39 125.7 CC criu/memfd.o [2020-08-06T00:02:05.700Z] #39 126.3 CC criu/mount.o [2020-08-06T00:02:05.715Z] #19 ... [2020-08-06T00:02:05.715Z] [2020-08-06T00:02:05.715Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:05.715Z] #49 75.78 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-08-06T00:02:05.715Z] #49 77.89 + mkdir -p /build [2020-08-06T00:02:05.715Z] #49 77.89 + cp runc /build/runc [2020-08-06T00:02:05.715Z] #49 DONE 78.1s [2020-08-06T00:02:05.715Z] [2020-08-06T00:02:05.715Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:05.715Z] #39 126.5 CC criu/namespaces.o [2020-08-06T00:02:05.910Z] #39 11.90 DEP images/rlimit.pb-c.d [2020-08-06T00:02:05.910Z] #39 11.95 PBCC images/file-lock.pb-c.c [2020-08-06T00:02:05.910Z] #39 11.97 DEP images/file-lock.pb-c.d [2020-08-06T00:02:05.910Z] #39 12.03 PBCC images/tty.pb-c.c [2020-08-06T00:02:05.967Z] #40 50.22 CC compel/arch/ppc64/src/lib/infect.o [2020-08-06T00:02:05.973Z] #39 128.3 CC criu/net.o [2020-08-06T00:02:06.178Z] #39 12.15 DEP images/tty.pb-c.d [2020-08-06T00:02:06.178Z] #39 12.22 PBCC images/tun.pb-c.c [2020-08-06T00:02:06.178Z] #39 12.26 PBCC images/netdev.pb-c.c [2020-08-06T00:02:06.442Z] #39 12.28 DEP images/tun.pb-c.d [2020-08-06T00:02:06.442Z] #39 12.33 DEP images/netdev.pb-c.d [2020-08-06T00:02:06.442Z] #39 12.52 PBCC images/vma.pb-c.c [2020-08-06T00:02:06.442Z] #39 12.56 DEP images/vma.pb-c.d [2020-08-06T00:02:06.442Z] #39 12.60 PBCC images/creds.pb-c.c [2020-08-06T00:02:06.442Z] #39 12.62 DEP images/creds.pb-c.d [2020-08-06T00:02:06.442Z] #39 12.66 PBCC images/utsns.pb-c.c [2020-08-06T00:02:06.442Z] #39 12.68 DEP images/utsns.pb-c.d [2020-08-06T00:02:06.613Z] #40 51.02 CC compel/src/lib/infect-rpc.o [2020-08-06T00:02:06.643Z] #39 130.3 CC criu/namespaces.o [2020-08-06T00:02:06.706Z] #39 12.79 PBCC images/ipc-desc.pb-c.c [2020-08-06T00:02:06.706Z] #39 12.80 PBCC images/ipc-sem.pb-c.c [2020-08-06T00:02:06.706Z] #39 12.82 DEP images/ipc-desc.pb-c.d [2020-08-06T00:02:06.706Z] #39 12.87 DEP images/ipc-sem.pb-c.d [2020-08-06T00:02:06.706Z] #39 12.91 PBCC images/ipc-msg.pb-c.c [2020-08-06T00:02:06.706Z] #39 12.94 DEP images/ipc-msg.pb-c.d [2020-08-06T00:02:06.706Z] #39 12.97 PBCC images/ipc-shm.pb-c.c [2020-08-06T00:02:06.911Z] #40 51.39 CC compel/src/lib/infect-util.o [2020-08-06T00:02:06.970Z] #39 ... [2020-08-06T00:02:06.970Z] [2020-08-06T00:02:06.970Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:06.970Z] #33 9.511 -- Detecting C compile features - done [2020-08-06T00:02:06.970Z] #33 9.543 -- Performing Test HAS_BUILTIN_FORTIFY [2020-08-06T00:02:06.970Z] #33 10.01 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2020-08-06T00:02:06.970Z] #33 10.15 -- Configuring done [2020-08-06T00:02:06.970Z] #33 10.17 -- Generating done [2020-08-06T00:02:06.970Z] #33 10.20 -- Build files have been written to: /tmp/tmp.kScq0YDQhc/tini [2020-08-06T00:02:06.970Z] #33 10.20 + make tini-static [2020-08-06T00:02:06.970Z] #33 10.56 Scanning dependencies of target tini-static [2020-08-06T00:02:06.970Z] #33 10.76 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2020-08-06T00:02:06.970Z] #33 12.17 [100%] Linking C executable tini-static [2020-08-06T00:02:06.970Z] #33 12.67 [100%] Built target tini-static [2020-08-06T00:02:06.970Z] #33 12.77 + mkdir -p /build [2020-08-06T00:02:06.970Z] #33 12.77 + cp tini-static /build/docker-init [2020-08-06T00:02:06.970Z] #33 DONE 13.1s [2020-08-06T00:02:06.970Z] [2020-08-06T00:02:06.970Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:06.970Z] #39 12.98 DEP images/ipc-shm.pb-c.d [2020-08-06T00:02:06.970Z] #39 13.03 PBCC images/ipc-var.pb-c.c [2020-08-06T00:02:06.970Z] #39 13.07 DEP images/ipc-var.pb-c.d [2020-08-06T00:02:06.970Z] #39 ... [2020-08-06T00:02:06.970Z] [2020-08-06T00:02:06.970Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:06.970Z] #41 93.75 crypto/tls [2020-08-06T00:02:07.214Z] #39 ... [2020-08-06T00:02:07.214Z] [2020-08-06T00:02:07.214Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:02:07.214Z] #19 10.69 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-08-06T00:02:07.214Z] #19 10.80 Collecting pyyaml (from yamllint==1.16.0) [2020-08-06T00:02:07.214Z] #19 10.92 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-08-06T00:02:07.356Z] #49 79.14 + mkdir -p /build [2020-08-06T00:02:07.356Z] #49 79.15 + cp runc /build/runc [2020-08-06T00:02:07.356Z] #49 DONE 79.4s [2020-08-06T00:02:07.356Z] [2020-08-06T00:02:07.356Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:07.356Z] #39 128.8 CC criu/namespaces.o [2020-08-06T00:02:07.558Z] #40 51.70 CC compel/src/lib/infect.o [2020-08-06T00:02:08.597Z] #19 12.04 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-08-06T00:02:08.597Z] #19 12.09 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-08-06T00:02:08.597Z] #19 12.13 Building wheels for collected packages: pyyaml [2020-08-06T00:02:08.597Z] #19 12.14 Running setup.py bdist_wheel for pyyaml: started [2020-08-06T00:02:08.733Z] #39 131.1 CC criu/net.o [2020-08-06T00:02:08.898Z] #41 98.90 net/http/httptrace [2020-08-06T00:02:08.898Z] #41 ... [2020-08-06T00:02:08.898Z] [2020-08-06T00:02:08.898Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:08.898Z] #39 13.11 PBCC images/sk-opts.pb-c.c [2020-08-06T00:02:08.898Z] #39 13.14 PBCC images/packet-sock.pb-c.c [2020-08-06T00:02:08.898Z] #39 13.30 DEP images/sk-opts.pb-c.d [2020-08-06T00:02:08.898Z] #39 13.34 DEP images/packet-sock.pb-c.d [2020-08-06T00:02:08.898Z] #39 13.40 PBCC images/sk-netlink.pb-c.c [2020-08-06T00:02:08.898Z] #39 13.47 DEP images/sk-netlink.pb-c.d [2020-08-06T00:02:08.898Z] #39 13.50 PBCC images/sk-inet.pb-c.c [2020-08-06T00:02:08.898Z] #39 13.53 DEP images/sk-inet.pb-c.d [2020-08-06T00:02:08.898Z] #39 13.58 PBCC images/sk-unix.pb-c.c [2020-08-06T00:02:08.898Z] #39 13.64 DEP images/sk-unix.pb-c.d [2020-08-06T00:02:08.898Z] #39 13.70 PBCC images/mm.pb-c.c [2020-08-06T00:02:08.898Z] #39 13.76 DEP images/mm.pb-c.d [2020-08-06T00:02:08.898Z] #39 13.82 PBCC images/timerfd.pb-c.c [2020-08-06T00:02:08.898Z] #39 13.87 DEP images/timerfd.pb-c.d [2020-08-06T00:02:08.898Z] #39 13.92 PBCC images/timer.pb-c.c [2020-08-06T00:02:08.898Z] #39 13.96 DEP images/timer.pb-c.d [2020-08-06T00:02:08.898Z] #39 14.02 PBCC images/sa.pb-c.c [2020-08-06T00:02:08.898Z] #39 14.07 DEP images/sa.pb-c.d [2020-08-06T00:02:08.898Z] #39 14.13 PBCC images/pipe-data.pb-c.c [2020-08-06T00:02:08.898Z] #39 14.17 DEP images/pipe-data.pb-c.d [2020-08-06T00:02:08.898Z] #39 14.26 PBCC images/mnt.pb-c.c [2020-08-06T00:02:08.898Z] #39 14.35 DEP images/mnt.pb-c.d [2020-08-06T00:02:08.898Z] #39 14.41 PBCC images/sk-packet.pb-c.c [2020-08-06T00:02:08.898Z] #39 14.44 DEP images/sk-packet.pb-c.d [2020-08-06T00:02:08.898Z] #39 14.49 PBCC images/tcp-stream.pb-c.c [2020-08-06T00:02:08.898Z] #39 14.51 DEP images/tcp-stream.pb-c.d [2020-08-06T00:02:08.898Z] #39 14.63 PBCC images/pipe.pb-c.c [2020-08-06T00:02:08.898Z] #39 14.68 DEP images/pipe.pb-c.d [2020-08-06T00:02:08.898Z] #39 14.77 PBCC images/pstree.pb-c.c [2020-08-06T00:02:08.898Z] #39 14.78 DEP images/pstree.pb-c.d [2020-08-06T00:02:08.898Z] #39 14.87 PBCC images/fs.pb-c.c [2020-08-06T00:02:08.898Z] #39 14.92 DEP images/fs.pb-c.d [2020-08-06T00:02:08.898Z] #39 14.98 PBCC images/signalfd.pb-c.c [2020-08-06T00:02:08.898Z] #39 15.01 DEP images/signalfd.pb-c.d [2020-08-06T00:02:08.898Z] #39 15.03 PBCC images/fh.pb-c.c [2020-08-06T00:02:08.898Z] #39 15.06 PBCC images/fsnotify.pb-c.c [2020-08-06T00:02:08.898Z] #39 15.13 DEP images/fh.pb-c.d [2020-08-06T00:02:09.161Z] #39 15.21 DEP images/fsnotify.pb-c.d [2020-08-06T00:02:09.161Z] #39 15.24 PBCC images/eventpoll.pb-c.c [2020-08-06T00:02:09.161Z] #39 15.28 DEP images/eventpoll.pb-c.d [2020-08-06T00:02:09.161Z] #39 15.32 PBCC images/eventfd.pb-c.c [2020-08-06T00:02:09.161Z] #39 15.33 DEP images/eventfd.pb-c.d [2020-08-06T00:02:09.161Z] #39 15.35 PBCC images/remap-file-path.pb-c.c [2020-08-06T00:02:09.253Z] #39 131.5 CC criu/netfilter.o [2020-08-06T00:02:09.425Z] #39 15.37 DEP images/remap-file-path.pb-c.d [2020-08-06T00:02:09.425Z] #39 15.39 PBCC images/fifo.pb-c.c [2020-08-06T00:02:09.425Z] #39 15.40 DEP images/fifo.pb-c.d [2020-08-06T00:02:09.425Z] #39 15.42 PBCC images/ghost-file.pb-c.c [2020-08-06T00:02:09.425Z] #39 15.53 DEP images/ghost-file.pb-c.d [2020-08-06T00:02:09.425Z] #39 15.55 PBCC images/regfile.pb-c.c [2020-08-06T00:02:09.425Z] #39 15.58 DEP images/regfile.pb-c.d [2020-08-06T00:02:09.425Z] #39 15.61 PBCC images/ns.pb-c.c [2020-08-06T00:02:09.425Z] #39 15.63 DEP images/ns.pb-c.d [2020-08-06T00:02:09.425Z] #39 15.67 PBCC images/fdinfo.pb-c.c [2020-08-06T00:02:09.425Z] #39 15.75 DEP images/fdinfo.pb-c.d [2020-08-06T00:02:09.511Z] #39 131.9 CC criu/page-pipe.o [2020-08-06T00:02:09.538Z] #19 13.07 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-08-06T00:02:09.538Z] #19 13.07 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-08-06T00:02:09.538Z] #19 13.13 Successfully built pyyaml [2020-08-06T00:02:09.538Z] #19 13.15 Installing collected packages: pyyaml, pathspec, yamllint [2020-08-06T00:02:09.667Z] #40 ... [2020-08-06T00:02:09.667Z] [2020-08-06T00:02:09.667Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:09.667Z] #50 9.770 + cd /tmp/tmp.t26GbsqfGv/src/github.com/opencontainers/runc [2020-08-06T00:02:09.667Z] #50 9.771 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-06T00:02:09.688Z] #39 15.79 PBCC images/core-aarch64.pb-c.c [2020-08-06T00:02:09.688Z] #39 15.82 PBCC images/core-arm.pb-c.c [2020-08-06T00:02:09.688Z] #39 15.87 PBCC images/core-ppc64.pb-c.c [2020-08-06T00:02:09.688Z] #39 16.00 PBCC images/core-s390.pb-c.c [2020-08-06T00:02:09.799Z] #19 13.36 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-08-06T00:02:09.952Z] #39 16.08 PBCC images/core-x86.pb-c.c [2020-08-06T00:02:09.952Z] #39 16.13 PBCC images/core.pb-c.c [2020-08-06T00:02:09.952Z] #39 16.19 PBCC images/inventory.pb-c.c [2020-08-06T00:02:09.952Z] #39 16.24 DEP images/core-aarch64.pb-c.d [2020-08-06T00:02:09.982Z] #50 10.49 + '[' -z '' ']' [2020-08-06T00:02:09.982Z] #50 10.49 + target=static [2020-08-06T00:02:09.982Z] #50 10.49 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-08-06T00:02:10.059Z] #19 DONE 13.6s [2020-08-06T00:02:10.059Z] [2020-08-06T00:02:10.059Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-08-06T00:02:10.076Z] #39 ... [2020-08-06T00:02:10.076Z] [2020-08-06T00:02:10.076Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:02:10.076Z] #19 10.24 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-08-06T00:02:10.076Z] #19 10.32 Collecting pyyaml (from yamllint==1.16.0) [2020-08-06T00:02:10.076Z] #19 10.45 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-08-06T00:02:10.076Z] #19 11.71 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-08-06T00:02:10.076Z] #19 11.76 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-08-06T00:02:10.076Z] #19 11.80 Building wheels for collected packages: pyyaml [2020-08-06T00:02:10.076Z] #19 11.81 Running setup.py bdist_wheel for pyyaml: started [2020-08-06T00:02:10.076Z] #19 12.61 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-08-06T00:02:10.076Z] #19 12.61 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-08-06T00:02:10.076Z] #19 12.68 Successfully built pyyaml [2020-08-06T00:02:10.076Z] #19 12.69 Installing collected packages: pyyaml, pathspec, yamllint [2020-08-06T00:02:10.281Z] #50 10.91 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . [2020-08-06T00:02:10.301Z] #39 16.29 DEP images/core-arm.pb-c.d [2020-08-06T00:02:10.301Z] #39 16.36 DEP images/core-ppc64.pb-c.d [2020-08-06T00:02:10.301Z] #39 16.41 DEP images/core-s390.pb-c.d [2020-08-06T00:02:10.301Z] #39 16.45 DEP images/core-x86.pb-c.d [2020-08-06T00:02:10.301Z] #39 16.48 DEP images/core.pb-c.d [2020-08-06T00:02:10.320Z] #22 DONE 0.1s [2020-08-06T00:02:10.320Z] [2020-08-06T00:02:10.320Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-08-06T00:02:10.334Z] #19 13.02 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-08-06T00:02:10.564Z] #39 16.63 DEP images/inventory.pb-c.d [2020-08-06T00:02:10.564Z] #39 16.67 PBCC images/cpuinfo.pb-c.c [2020-08-06T00:02:10.564Z] #39 16.69 DEP images/cpuinfo.pb-c.d [2020-08-06T00:02:10.564Z] #39 16.71 PBCC images/stats.pb-c.c [2020-08-06T00:02:10.564Z] #39 16.73 DEP images/stats.pb-c.d [2020-08-06T00:02:10.594Z] #19 DONE 13.3s [2020-08-06T00:02:10.594Z] [2020-08-06T00:02:10.594Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:10.594Z] #39 132.5 CC criu/page-xfer.o [2020-08-06T00:02:10.852Z] #39 ... [2020-08-06T00:02:10.852Z] [2020-08-06T00:02:10.852Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-08-06T00:02:10.852Z] #22 DONE 0.2s [2020-08-06T00:02:10.852Z] [2020-08-06T00:02:10.852Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-08-06T00:02:11.265Z] #26 DONE 1.1s [2020-08-06T00:02:11.265Z] [2020-08-06T00:02:11.265Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-08-06T00:02:11.527Z] #29 DONE 0.1s [2020-08-06T00:02:11.527Z] [2020-08-06T00:02:11.527Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-08-06T00:02:11.527Z] #31 DONE 0.0s [2020-08-06T00:02:11.527Z] [2020-08-06T00:02:11.527Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-08-06T00:02:11.527Z] #34 DONE 0.0s [2020-08-06T00:02:11.527Z] [2020-08-06T00:02:11.527Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:11.527Z] #39 132.3 CC criu/net.o [2020-08-06T00:02:11.961Z] #39 17.85 make[1]: Nothing to be done for 'all'. [2020-08-06T00:02:12.027Z] #39 134.0 CC criu/netfilter.o [2020-08-06T00:02:12.027Z] #39 ... [2020-08-06T00:02:12.027Z] [2020-08-06T00:02:12.027Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:02:12.027Z] #19 10.65 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-08-06T00:02:12.027Z] #19 10.73 Collecting pyyaml (from yamllint==1.16.0) [2020-08-06T00:02:12.027Z] #19 10.85 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-08-06T00:02:12.027Z] #19 11.94 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-08-06T00:02:12.027Z] #19 11.98 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-08-06T00:02:12.027Z] #19 12.04 Building wheels for collected packages: pyyaml [2020-08-06T00:02:12.027Z] #19 12.05 Running setup.py bdist_wheel for pyyaml: started [2020-08-06T00:02:12.027Z] #19 12.92 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-08-06T00:02:12.027Z] #19 12.92 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-08-06T00:02:12.027Z] #19 12.99 Successfully built pyyaml [2020-08-06T00:02:12.027Z] #19 13.02 Installing collected packages: pyyaml, pathspec, yamllint [2020-08-06T00:02:12.027Z] #19 13.36 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-08-06T00:02:12.027Z] #19 DONE 13.6s [2020-08-06T00:02:12.027Z] [2020-08-06T00:02:12.027Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-08-06T00:02:12.098Z] #39 135.5 CC criu/netfilter.o [2020-08-06T00:02:12.227Z] #26 DONE 1.3s [2020-08-06T00:02:12.227Z] [2020-08-06T00:02:12.227Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-08-06T00:02:12.227Z] #29 DONE 0.1s [2020-08-06T00:02:12.227Z] [2020-08-06T00:02:12.227Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-08-06T00:02:12.227Z] #31 DONE 0.1s [2020-08-06T00:02:12.227Z] [2020-08-06T00:02:12.227Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-08-06T00:02:12.227Z] #34 DONE 0.0s [2020-08-06T00:02:12.227Z] [2020-08-06T00:02:12.227Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:12.227Z] #39 134.2 CC criu/pagemap-cache.o [2020-08-06T00:02:12.227Z] #39 134.5 CC criu/pagemap.o [2020-08-06T00:02:12.287Z] #22 DONE 0.2s [2020-08-06T00:02:12.287Z] [2020-08-06T00:02:12.287Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-08-06T00:02:12.359Z] #39 135.8 CC criu/page-pipe.o [2020-08-06T00:02:12.797Z] #39 135.2 CC criu/parasite-syscall.o [2020-08-06T00:02:12.918Z] #39 19.11 CC images/stats.o [2020-08-06T00:02:12.930Z] #39 136.3 CC criu/page-xfer.o [2020-08-06T00:02:13.053Z] #50 ... [2020-08-06T00:02:13.053Z] [2020-08-06T00:02:13.053Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2020-08-06T00:02:13.053Z] #48 113.1 golang.org/x/crypto/ssh/terminal [2020-08-06T00:02:13.053Z] #48 116.1 mvdan.cc/sh/v3/cmd/shfmt [2020-08-06T00:02:13.053Z] #48 DONE 121.7s [2020-08-06T00:02:13.053Z] [2020-08-06T00:02:13.053Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:13.053Z] #40 54.58 CC compel/src/lib/ptrace.o [2020-08-06T00:02:13.053Z] #40 55.18 AR compel/libcompel.a [2020-08-06T00:02:13.053Z] #40 55.29 HOSTCC compel/src/main-host.o [2020-08-06T00:02:13.053Z] #40 55.62 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2020-08-06T00:02:13.053Z] #40 55.75 HOSTCC compel/src/lib/handle-elf-host.o [2020-08-06T00:02:13.053Z] #40 56.23 HOSTCC compel/src/lib/log-host.o [2020-08-06T00:02:13.053Z] #40 56.39 HOSTLINK compel/compel-host-bin [2020-08-06T00:02:13.053Z] #40 56.55 DEP soccr/soccr.d [2020-08-06T00:02:13.053Z] #40 56.80 CC soccr/soccr.o [2020-08-06T00:02:13.503Z] #39 19.71 CC images/core.o [2020-08-06T00:02:13.670Z] #26 DONE 1.4s [2020-08-06T00:02:13.670Z] [2020-08-06T00:02:13.670Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-08-06T00:02:13.670Z] #29 DONE 0.1s [2020-08-06T00:02:13.670Z] [2020-08-06T00:02:13.670Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:13.670Z] #39 134.4 CC criu/page-pipe.o [2020-08-06T00:02:13.670Z] #39 135.1 CC criu/page-xfer.o [2020-08-06T00:02:13.704Z] #40 ... [2020-08-06T00:02:13.704Z] [2020-08-06T00:02:13.704Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:13.704Z] #18 1.628 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] [2020-08-06T00:02:13.704Z] #18 3.096 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [208 kB] [2020-08-06T00:02:13.704Z] #18 4.595 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] [2020-08-06T00:02:13.704Z] #18 10.24 Fetched 8148 kB in 10s (834 kB/s) [2020-08-06T00:02:13.730Z] #39 135.8 CC criu/path.o [2020-08-06T00:02:13.730Z] #39 136.0 CC criu/pie-util-vdso-elf32.o [2020-08-06T00:02:13.871Z] #39 137.5 CC criu/pagemap-cache.o [2020-08-06T00:02:13.930Z] #39 ... [2020-08-06T00:02:13.930Z] [2020-08-06T00:02:13.930Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-08-06T00:02:13.930Z] #31 DONE 0.1s [2020-08-06T00:02:13.930Z] [2020-08-06T00:02:13.930Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-08-06T00:02:13.930Z] #34 DONE 0.0s [2020-08-06T00:02:13.930Z] [2020-08-06T00:02:13.930Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:13.930Z] #39 136.3 CC criu/pagemap-cache.o [2020-08-06T00:02:13.988Z] #39 136.2 CC criu/pie-util-vdso.o [2020-08-06T00:02:14.191Z] #39 136.5 CC criu/pagemap.o [2020-08-06T00:02:14.246Z] #39 136.6 CC criu/pie-util.o [2020-08-06T00:02:14.246Z] #39 136.7 CC criu/pipes.o [2020-08-06T00:02:14.442Z] #39 137.7 CC criu/pagemap.o [2020-08-06T00:02:14.455Z] #39 20.56 CC images/core-x86.o [2020-08-06T00:02:14.760Z] #39 137.3 CC criu/parasite-syscall.o [2020-08-06T00:02:14.766Z] #18 10.24 Reading package lists... [2020-08-06T00:02:14.766Z] #18 ... [2020-08-06T00:02:14.766Z] [2020-08-06T00:02:14.766Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:14.766Z] #55 123.5 + for f in rootlesskit rootlesskit-docker-proxy [2020-08-06T00:02:14.766Z] #55 123.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2020-08-06T00:02:15.014Z] #39 138.4 CC criu/parasite-syscall.o [2020-08-06T00:02:15.151Z] #39 21.17 CC images/core-arm.o [2020-08-06T00:02:15.178Z] #39 137.3 CC criu/plugin.o [2020-08-06T00:02:15.178Z] #39 137.6 CC criu/proc_parse.o [2020-08-06T00:02:15.585Z] #39 139.0 CC criu/path.o [2020-08-06T00:02:15.585Z] #39 139.2 CC criu/pie-util-vdso-elf32.o [2020-08-06T00:02:15.699Z] #39 138.0 CC criu/path.o [2020-08-06T00:02:15.749Z] #39 21.89 CC images/core-aarch64.o [2020-08-06T00:02:15.845Z] #39 139.4 CC criu/pie-util-vdso.o [2020-08-06T00:02:15.958Z] #39 138.2 CC criu/pie-util-vdso-elf32.o [2020-08-06T00:02:16.218Z] #39 138.5 CC criu/pie-util-vdso.o [2020-08-06T00:02:16.405Z] #39 22.46 CC images/core-ppc64.o [2020-08-06T00:02:16.416Z] #39 139.7 CC criu/pie-util.o [2020-08-06T00:02:16.416Z] #39 139.9 CC criu/pipes.o [2020-08-06T00:02:16.477Z] #39 138.9 CC criu/pie-util.o [2020-08-06T00:02:16.737Z] #39 139.0 CC criu/pipes.o [2020-08-06T00:02:16.986Z] #39 140.4 CC criu/plugin.o [2020-08-06T00:02:16.995Z] #39 23.14 CC images/core-s390.o [2020-08-06T00:02:17.076Z] #39 139.3 CC criu/protobuf-desc.o [2020-08-06T00:02:17.246Z] #39 140.7 CC criu/proc_parse.o [2020-08-06T00:02:17.306Z] #39 139.7 CC criu/plugin.o [2020-08-06T00:02:17.559Z] #55 ... [2020-08-06T00:02:17.559Z] [2020-08-06T00:02:17.559Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:17.559Z] #42 116.2 go/doc [2020-08-06T00:02:17.559Z] #42 116.4 math/big [2020-08-06T00:02:17.559Z] #42 ... [2020-08-06T00:02:17.559Z] [2020-08-06T00:02:17.559Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:17.559Z] #18 10.24 Reading package lists... [2020-08-06T00:02:17.565Z] #39 140.0 CC criu/proc_parse.o [2020-08-06T00:02:17.572Z] #39 23.73 CC images/cpuinfo.o [2020-08-06T00:02:17.641Z] #39 140.0 CC criu/protobuf.o [2020-08-06T00:02:17.902Z] #39 140.3 CC criu/pstree.o [2020-08-06T00:02:18.149Z] #39 24.26 CC images/inventory.o [2020-08-06T00:02:18.413Z] #39 24.58 CC images/fdinfo.o [2020-08-06T00:02:18.867Z] #39 141.1 CC criu/rbtree.o [2020-08-06T00:02:18.989Z] #39 25.01 CC images/fown.o [2020-08-06T00:02:18.989Z] #39 25.19 CC images/ns.o [2020-08-06T00:02:18.989Z] #39 ... [2020-08-06T00:02:18.989Z] [2020-08-06T00:02:18.989Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:18.989Z] #41 99.22 net/http [2020-08-06T00:02:18.989Z] #41 108.2 github.com/LK4D4/vndr/godl [2020-08-06T00:02:18.989Z] #41 108.9 github.com/LK4D4/vndr [2020-08-06T00:02:19.127Z] #39 ... [2020-08-06T00:02:19.127Z] [2020-08-06T00:02:19.127Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:02:19.127Z] #36 DONE 212.6s [2020-08-06T00:02:19.127Z] [2020-08-06T00:02:19.127Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:19.127Z] #39 141.5 CC criu/rst-malloc.o [2020-08-06T00:02:19.157Z] #39 142.5 CC criu/protobuf-desc.o [2020-08-06T00:02:19.253Z] #41 ... [2020-08-06T00:02:19.253Z] [2020-08-06T00:02:19.253Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:02:19.253Z] #10 102.3 Selecting previously unselected package g++-mingw-w64-x86-64. [2020-08-06T00:02:19.253Z] #10 102.3 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2020-08-06T00:02:19.253Z] #10 102.3 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:02:19.253Z] #10 ... [2020-08-06T00:02:19.253Z] [2020-08-06T00:02:19.253Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:19.253Z] #39 25.42 CC images/regfile.o [2020-08-06T00:02:19.385Z] #39 141.7 CC criu/seccomp.o [2020-08-06T00:02:19.479Z] #39 141.9 CC criu/protobuf-desc.o [2020-08-06T00:02:19.727Z] #39 143.2 CC criu/protobuf.o [2020-08-06T00:02:19.727Z] #39 143.4 CC criu/pstree.o [2020-08-06T00:02:19.830Z] #39 25.71 CC images/ghost-file.o [2020-08-06T00:02:19.830Z] #39 26.00 CC images/fifo.o [2020-08-06T00:02:19.950Z] #39 142.3 CC criu/seize.o [2020-08-06T00:02:20.093Z] #39 26.25 CC images/remap-file-path.o [2020-08-06T00:02:20.093Z] #39 26.41 CC images/eventfd.o [2020-08-06T00:02:20.357Z] #39 26.54 CC images/eventpoll.o [2020-08-06T00:02:20.418Z] #39 142.7 CC criu/protobuf.o [2020-08-06T00:02:20.518Z] #39 ... [2020-08-06T00:02:20.518Z] [2020-08-06T00:02:20.518Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-08-06T00:02:20.518Z] #37 DONE 0.2s [2020-08-06T00:02:20.518Z] [2020-08-06T00:02:20.518Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:20.518Z] #39 142.8 CC criu/servicefd.o [2020-08-06T00:02:20.620Z] #39 26.77 CC images/fh.o [2020-08-06T00:02:20.667Z] #39 144.2 CC criu/rbtree.o [2020-08-06T00:02:20.678Z] #39 143.0 CC criu/pstree.o [2020-08-06T00:02:20.775Z] #39 143.1 CC criu/shmem.o [2020-08-06T00:02:20.884Z] #39 27.06 CC images/fsnotify.o [2020-08-06T00:02:20.927Z] #39 144.5 CC criu/rst-malloc.o [2020-08-06T00:02:21.143Z] #18 15.64 Reading package lists... [2020-08-06T00:02:21.188Z] #39 ... [2020-08-06T00:02:21.188Z] [2020-08-06T00:02:21.188Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:02:21.188Z] #36 DONE 214.1s [2020-08-06T00:02:21.188Z] [2020-08-06T00:02:21.188Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:21.188Z] #39 144.7 CC criu/seccomp.o [2020-08-06T00:02:21.341Z] #39 143.5 CC criu/sigframe.o [2020-08-06T00:02:21.341Z] #39 143.6 CC criu/signalfd.o [2020-08-06T00:02:21.445Z] #18 18.71 Building dependency tree...#18 ... [2020-08-06T00:02:21.445Z] [2020-08-06T00:02:21.445Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:21.445Z] #55 DONE 130.0s [2020-08-06T00:02:21.445Z] [2020-08-06T00:02:21.445Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:21.445Z] #18 18.71 Building dependency tree... [2020-08-06T00:02:21.445Z] #18 ... [2020-08-06T00:02:21.445Z] [2020-08-06T00:02:21.445Z] #56 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2020-08-06T00:02:21.445Z] #56 DONE 0.1s [2020-08-06T00:02:21.445Z] [2020-08-06T00:02:21.445Z] #57 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2020-08-06T00:02:21.445Z] #57 DONE 0.1s [2020-08-06T00:02:21.462Z] #39 27.64 CC images/signalfd.o [2020-08-06T00:02:21.599Z] #39 143.8 CC criu/sk-inet.o [2020-08-06T00:02:21.617Z] #39 143.8 CC criu/rbtree.o [2020-08-06T00:02:21.726Z] #39 27.86 CC images/fs.o [2020-08-06T00:02:21.748Z] [2020-08-06T00:02:21.748Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:21.748Z] #40 59.85 AR soccr/libsoccr.a [2020-08-06T00:02:21.748Z] #40 59.88 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-06T00:02:21.748Z] #40 60.16 DEP criu/arch/ppc64/sigframe.d [2020-08-06T00:02:21.748Z] #40 60.27 DEP criu/arch/ppc64/crtools.d [2020-08-06T00:02:21.748Z] #40 60.48 DEP criu/arch/ppc64/cpu.d [2020-08-06T00:02:21.748Z] #40 60.64 CC criu/arch/ppc64/cpu.o [2020-08-06T00:02:21.748Z] #40 61.20 CC criu/arch/ppc64/crtools.o [2020-08-06T00:02:21.748Z] #40 62.45 CC criu/arch/ppc64/sigframe.o [2020-08-06T00:02:21.748Z] #40 62.74 LINK criu/arch/ppc64/crtools.built-in.o [2020-08-06T00:02:21.748Z] #40 62.82 DEP criu/pie/util-vdso.d [2020-08-06T00:02:21.748Z] #40 63.09 DEP criu/pie/util.d [2020-08-06T00:02:21.748Z] #40 63.35 CC criu/pie/util.o [2020-08-06T00:02:21.748Z] #40 63.65 CC criu/pie/util-vdso.o [2020-08-06T00:02:21.748Z] #40 64.37 AR criu/pie/pie.lib.a [2020-08-06T00:02:21.748Z] #40 64.42 DEP criu/pie/restorer.d [2020-08-06T00:02:21.748Z] #40 64.60 DEP criu/arch/ppc64/vdso-trampoline.d [2020-08-06T00:02:21.748Z] #40 64.63 DEP criu/arch/ppc64/restorer.d [2020-08-06T00:02:21.748Z] #40 64.84 DEP criu/arch/ppc64/vdso-pie.d [2020-08-06T00:02:21.748Z] #40 65.00 DEP criu/pie/parasite-vdso.d [2020-08-06T00:02:21.748Z] #40 65.23 DEP criu/pie/parasite.d [2020-08-06T00:02:21.748Z] #40 65.53 CC criu/pie/parasite.o [2020-08-06T00:02:21.758Z] #39 145.3 CC criu/seize.o [2020-08-06T00:02:21.877Z] #39 144.1 CC criu/rst-malloc.o [2020-08-06T00:02:21.877Z] #39 ... [2020-08-06T00:02:21.877Z] [2020-08-06T00:02:21.877Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:02:21.877Z] #36 DONE 215.2s [2020-08-06T00:02:21.990Z] #39 28.09 CC images/pstree.o [2020-08-06T00:02:22.137Z] [2020-08-06T00:02:22.137Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:22.137Z] #39 144.3 CC criu/seccomp.o [2020-08-06T00:02:22.165Z] #39 144.5 CC criu/sk-netlink.o [2020-08-06T00:02:22.254Z] #39 28.34 CC images/pipe.o [2020-08-06T00:02:22.416Z] #40 ... [2020-08-06T00:02:22.416Z] [2020-08-06T00:02:22.416Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:22.416Z] #18 20.49 libcap2-bin is already the newest version (1:2.25-2). [2020-08-06T00:02:22.416Z] #18 20.49 The following additional packages will be installed: [2020-08-06T00:02:22.416Z] #18 20.49 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-08-06T00:02:22.416Z] #18 20.50 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-08-06T00:02:22.416Z] #18 20.50 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-08-06T00:02:22.416Z] #18 20.50 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-08-06T00:02:22.416Z] #18 20.50 python3.7 python3.7-minimal vim-runtime xxd [2020-08-06T00:02:22.416Z] #18 20.51 Suggested packages: [2020-08-06T00:02:22.416Z] #18 20.51 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-08-06T00:02:22.416Z] #18 20.51 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-08-06T00:02:22.416Z] #18 20.51 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-08-06T00:02:22.416Z] #18 20.51 Recommended packages: [2020-08-06T00:02:22.416Z] #18 20.51 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-08-06T00:02:22.416Z] #18 20.51 python3-keyrings.alt python3-xdg unzip [2020-08-06T00:02:22.422Z] #39 144.7 CC criu/sk-packet.o [2020-08-06T00:02:22.518Z] #39 28.50 CC images/tcp-stream.o [2020-08-06T00:02:22.680Z] #39 145.1 CC criu/sk-queue.o [2020-08-06T00:02:22.698Z] #39 ... [2020-08-06T00:02:22.698Z] [2020-08-06T00:02:22.698Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-08-06T00:02:22.698Z] #37 DONE 0.2s [2020-08-06T00:02:22.698Z] [2020-08-06T00:02:22.698Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:22.698Z] #39 146.2 CC criu/servicefd.o [2020-08-06T00:02:22.706Z] #39 145.1 CC criu/seize.o [2020-08-06T00:02:22.782Z] #39 28.81 CC images/sk-packet.o [2020-08-06T00:02:22.937Z] #39 145.3 CC criu/sk-tcp.o [2020-08-06T00:02:22.959Z] #39 146.5 CC criu/shmem.o [2020-08-06T00:02:23.046Z] #39 29.18 CC images/mnt.o [2020-08-06T00:02:23.195Z] #39 145.5 CC criu/sk-unix.o [2020-08-06T00:02:23.219Z] #39 146.9 CC criu/sigframe.o [2020-08-06T00:02:23.275Z] #39 ... [2020-08-06T00:02:23.275Z] [2020-08-06T00:02:23.275Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-08-06T00:02:23.275Z] #37 DONE 0.2s [2020-08-06T00:02:23.275Z] [2020-08-06T00:02:23.275Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:23.275Z] #39 145.7 CC criu/servicefd.o [2020-08-06T00:02:23.310Z] #39 29.61 CC images/pipe-data.o [2020-08-06T00:02:23.479Z] #39 147.0 CC criu/signalfd.o [2020-08-06T00:02:23.535Z] #39 145.9 CC criu/shmem.o [2020-08-06T00:02:23.574Z] #39 29.74 CC images/sa.o [2020-08-06T00:02:23.740Z] #39 147.2 CC criu/sk-inet.o [2020-08-06T00:02:24.103Z] #39 146.4 CC criu/sigframe.o [2020-08-06T00:02:24.103Z] #39 146.5 CC criu/signalfd.o [2020-08-06T00:02:24.151Z] #39 30.09 CC images/timer.o [2020-08-06T00:02:24.311Z] #39 147.7 CC criu/sk-netlink.o [2020-08-06T00:02:24.363Z] #39 146.7 CC criu/sk-inet.o [2020-08-06T00:02:24.569Z] #39 146.6 CC criu/sockets.o [2020-08-06T00:02:24.572Z] #39 148.0 CC criu/sk-packet.o [2020-08-06T00:02:24.600Z] #18 22.64 The following NEW packages will be installed: [2020-08-06T00:02:24.600Z] #18 22.65 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-08-06T00:02:24.600Z] #18 22.65 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-08-06T00:02:24.600Z] #18 22.65 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-08-06T00:02:24.600Z] #18 22.65 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-08-06T00:02:24.600Z] #18 22.65 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-08-06T00:02:24.600Z] #18 22.65 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-08-06T00:02:24.600Z] #18 22.65 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-08-06T00:02:24.600Z] #18 22.65 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-08-06T00:02:24.600Z] #18 22.65 xz-utils zip [2020-08-06T00:02:24.600Z] #18 22.75 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:02:24.600Z] #18 22.75 Need to get 29.2 MB of archives. [2020-08-06T00:02:24.600Z] #18 22.75 After this operation, 134 MB of additional disk space will be used. [2020-08-06T00:02:24.600Z] #18 22.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2020-08-06T00:02:24.600Z] #18 22.79 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2020-08-06T00:02:24.600Z] #18 22.84 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2020-08-06T00:02:24.728Z] #39 30.67 CC images/timerfd.o [2020-08-06T00:02:24.827Z] #39 147.1 CC criu/stats.o [2020-08-06T00:02:24.832Z] #39 148.3 CC criu/sk-queue.o [2020-08-06T00:02:24.912Z] #18 23.05 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2020-08-06T00:02:24.912Z] #18 23.05 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2020-08-06T00:02:24.912Z] #18 23.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2020-08-06T00:02:24.931Z] #39 147.3 CC criu/sk-netlink.o [2020-08-06T00:02:24.992Z] #39 30.95 CC images/mm.o [2020-08-06T00:02:25.085Z] #39 147.3 CC criu/string.o [2020-08-06T00:02:25.085Z] #39 147.4 CC criu/sysctl.o [2020-08-06T00:02:25.093Z] #39 148.6 CC criu/sk-tcp.o [2020-08-06T00:02:25.191Z] #39 147.5 CC criu/sk-packet.o [2020-08-06T00:02:25.213Z] #18 23.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2020-08-06T00:02:25.213Z] #18 23.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2020-08-06T00:02:25.213Z] #18 23.27 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2020-08-06T00:02:25.213Z] #18 23.27 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2020-08-06T00:02:25.213Z] #18 23.28 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2020-08-06T00:02:25.213Z] #18 23.29 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2020-08-06T00:02:25.213Z] #18 23.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2020-08-06T00:02:25.213Z] #18 23.30 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2020-08-06T00:02:25.213Z] #18 23.31 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2020-08-06T00:02:25.213Z] #18 23.32 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2020-08-06T00:02:25.213Z] #18 23.36 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2020-08-06T00:02:25.213Z] #18 23.37 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2020-08-06T00:02:25.213Z] #18 23.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2020-08-06T00:02:25.213Z] #18 23.41 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2020-08-06T00:02:25.213Z] #18 23.41 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2020-08-06T00:02:25.213Z] #18 23.43 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2020-08-06T00:02:25.213Z] #18 23.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2020-08-06T00:02:25.255Z] #39 31.27 CC images/sk-opts.o [2020-08-06T00:02:25.255Z] #39 31.49 CC images/sk-unix.o [2020-08-06T00:02:25.342Z] #39 147.7 CC criu/sysfs_parse.o [2020-08-06T00:02:25.354Z] #39 148.9 CC criu/sk-unix.o [2020-08-06T00:02:25.450Z] #39 148.0 CC criu/sk-queue.o [2020-08-06T00:02:25.516Z] #18 23.50 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2020-08-06T00:02:25.516Z] #18 23.51 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2020-08-06T00:02:25.516Z] #18 23.52 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2020-08-06T00:02:25.516Z] #18 23.53 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2020-08-06T00:02:25.516Z] #18 23.54 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2020-08-06T00:02:25.516Z] #18 23.56 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2020-08-06T00:02:25.600Z] #39 148.0 CC criu/timens.o [2020-08-06T00:02:25.831Z] #39 31.85 CC images/sk-inet.o [2020-08-06T00:02:25.831Z] #39 ... [2020-08-06T00:02:25.831Z] [2020-08-06T00:02:25.831Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:25.858Z] #39 148.2 CC criu/timerfd.o [2020-08-06T00:02:26.018Z] #39 148.3 CC criu/sk-tcp.o [2020-08-06T00:02:26.018Z] #39 148.5 CC criu/sk-unix.o [2020-08-06T00:02:26.116Z] #39 148.3 CC criu/tty.o [2020-08-06T00:02:26.169Z] #18 24.22 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2020-08-06T00:02:26.169Z] #18 24.22 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2020-08-06T00:02:26.169Z] #18 24.23 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2020-08-06T00:02:26.169Z] #18 24.23 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2020-08-06T00:02:26.169Z] #18 24.24 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2020-08-06T00:02:26.169Z] #18 24.26 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2020-08-06T00:02:26.471Z] #18 24.43 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-08-06T00:02:26.471Z] #18 24.44 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2020-08-06T00:02:26.471Z] #18 24.44 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2020-08-06T00:02:26.471Z] #18 24.46 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2020-08-06T00:02:26.471Z] #18 24.46 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2020-08-06T00:02:26.471Z] #18 24.48 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2020-08-06T00:02:26.471Z] #18 24.49 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] [2020-08-06T00:02:26.471Z] #18 24.60 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2020-08-06T00:02:26.736Z] #39 149.9 CC criu/sockets.o [2020-08-06T00:02:26.778Z] #18 24.64 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2020-08-06T00:02:26.778Z] #18 24.65 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-08-06T00:02:26.996Z] #39 150.3 CC criu/stats.o [2020-08-06T00:02:26.996Z] #39 150.5 CC criu/string.o [2020-08-06T00:02:26.996Z] #39 150.6 CC criu/sysctl.o [2020-08-06T00:02:27.018Z] Client: [2020-08-06T00:02:27.018Z] Debug Mode: false [2020-08-06T00:02:27.018Z] Plugins: [2020-08-06T00:02:27.018Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-08-06T00:02:27.018Z] [2020-08-06T00:02:27.018Z] Server: [2020-08-06T00:02:27.018Z] Containers: 0 [2020-08-06T00:02:27.018Z] Running: 0 [2020-08-06T00:02:27.018Z] Paused: 0 [2020-08-06T00:02:27.018Z] Stopped: 0 [2020-08-06T00:02:27.018Z] Images: 0 [2020-08-06T00:02:27.018Z] Server Version: 19.03.5 [2020-08-06T00:02:27.018Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-08-06T00:02:27.018Z] Windows: [2020-08-06T00:02:27.018Z] LCOW: [2020-08-06T00:02:27.018Z] Logging Driver: json-file [2020-08-06T00:02:27.018Z] Plugins: [2020-08-06T00:02:27.018Z] Volume: local [2020-08-06T00:02:27.018Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-08-06T00:02:27.018Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-08-06T00:02:27.018Z] Swarm: inactive [2020-08-06T00:02:27.018Z] Default Isolation: process [2020-08-06T00:02:27.018Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-08-06T00:02:27.018Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-08-06T00:02:27.018Z] OSType: windows [2020-08-06T00:02:27.018Z] Architecture: x86_64 [2020-08-06T00:02:27.018Z] CPUs: 4 [2020-08-06T00:02:27.018Z] Total Memory: 32GiB [2020-08-06T00:02:27.018Z] Name: azwin-2-60d8b0 [2020-08-06T00:02:27.018Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 [2020-08-06T00:02:27.018Z] Docker Root Dir: D:\docker [2020-08-06T00:02:27.018Z] Debug Mode: false [2020-08-06T00:02:27.018Z] Registry: https://index.docker.io/v1/ [2020-08-06T00:02:27.018Z] Labels: [2020-08-06T00:02:27.018Z] Experimental: true [2020-08-06T00:02:27.018Z] Insecure Registries: [2020-08-06T00:02:27.018Z] 10.0.0.4:5000 [2020-08-06T00:02:27.018Z] 127.0.0.0/8 [2020-08-06T00:02:27.018Z] Registry Mirrors: [2020-08-06T00:02:27.018Z] http://10.0.0.4:5000/ [2020-08-06T00:02:27.018Z] Live Restore Enabled: false [2020-08-06T00:02:27.018Z] [2020-08-06T00:02:27.049Z] #39 149.4 CC criu/tun.o [2020-08-06T00:02:27.077Z] #18 25.12 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2020-08-06T00:02:27.077Z] #18 25.21 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2020-08-06T00:02:27.077Z] #18 25.28 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2020-08-06T00:02:27.396Z] #39 149.5 CC criu/sockets.o [2020-08-06T00:02:27.567Z] #39 150.9 CC criu/sysfs_parse.o [2020-08-06T00:02:27.567Z] #39 151.1 CC criu/timens.o [2020-08-06T00:02:27.615Z] #39 149.8 CC criu/uffd.o [2020-08-06T00:02:27.655Z] #39 150.0 CC criu/stats.o [2020-08-06T00:02:27.655Z] #39 150.2 CC criu/string.o [2020-08-06T00:02:27.828Z] #39 151.4 CC criu/timerfd.o [2020-08-06T00:02:27.917Z] #39 150.2 CC criu/sysctl.o [2020-08-06T00:02:28.088Z] #39 151.6 CC criu/tty.o [2020-08-06T00:02:28.134Z] #18 26.20 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:02:28.134Z] #18 26.32 Fetched 29.2 MB in 3s (11.2 MB/s) [2020-08-06T00:02:28.177Z] #39 150.6 CC criu/sysfs_parse.o [2020-08-06T00:02:28.180Z] #39 150.5 CC criu/util.o [2020-08-06T00:02:28.434Z] #18 26.40 Selecting previously unselected package pigz. [2020-08-06T00:02:28.435Z] #18 26.40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) [2020-08-06T00:02:28.435Z] #18 26.52 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2020-08-06T00:02:28.435Z] #18 26.54 Unpacking pigz (2.4-1) ... [2020-08-06T00:02:28.435Z] #18 26.65 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2020-08-06T00:02:28.437Z] #39 150.8 CC criu/timens.o [2020-08-06T00:02:28.439Z] #39 ... [2020-08-06T00:02:28.439Z] [2020-08-06T00:02:28.439Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:28.439Z] #45 222.0 + cd /tmp/tmp.aolPxwR91B/src/github.com/golangci/golangci-lint/ [2020-08-06T00:02:28.439Z] #45 222.0 + git checkout -q v1.23.8 [2020-08-06T00:02:28.696Z] #39 150.9 CC criu/timerfd.o [2020-08-06T00:02:28.696Z] #39 151.2 CC criu/tty.o [2020-08-06T00:02:28.737Z] #18 26.65 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-08-06T00:02:28.737Z] #18 26.66 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-08-06T00:02:28.737Z] #18 ... [2020-08-06T00:02:28.737Z] [2020-08-06T00:02:28.737Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:28.737Z] #42 127.5 github.com/LK4D4/vndr/build [2020-08-06T00:02:28.737Z] #42 131.9 vendor/golang.org/x/text/unicode/norm [2020-08-06T00:02:28.737Z] #42 137.3 vendor/golang.org/x/net/http2/hpack [2020-08-06T00:02:28.737Z] #42 ... [2020-08-06T00:02:28.737Z] [2020-08-06T00:02:28.737Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:28.737Z] #40 67.71 LINK criu/pie/parasite.built-in.o [2020-08-06T00:02:28.737Z] #40 67.72 GEN criu/pie/parasite-blob.h [2020-08-06T00:02:28.737Z] #40 67.76 CC criu/pie/parasite-vdso.o [2020-08-06T00:02:28.737Z] #40 68.55 CC criu/arch/ppc64/vdso-pie.o [2020-08-06T00:02:28.737Z] #40 68.95 CC criu/arch/ppc64/restorer.o [2020-08-06T00:02:28.737Z] #40 69.47 CC criu/arch/ppc64/vdso-trampoline.o [2020-08-06T00:02:28.737Z] #40 69.50 CC criu/pie/restorer.o [2020-08-06T00:02:28.737Z] #40 72.85 LINK criu/pie/restorer.built-in.o [2020-08-06T00:02:28.737Z] #40 72.87 GEN criu/pie/restorer-blob.h [2020-08-06T00:02:28.737Z] #40 72.98 DEP criu/vdso.d [2020-08-06T00:02:28.737Z] #40 73.17 DEP criu/uts_ns.d [2020-08-06T00:02:28.838Z] #21 115.9 Checking out files: 31% (3419/10854) Checking out files: 32% (3474/10854) Checking out files: 33% (3582/10854) Checking out files: 34% (3691/10854) Checking out files: 35% (3799/10854) Checking out files: 36% (3908/10854) Checking out files: 37% (4016/10854) Checking out files: 38% (4125/10854) Checking out files: 39% (4234/10854) Checking out files: 40% (4342/10854) Checking out files: 41% (4451/10854) Checking out files: 42% (4559/10854) Checking out files: 43% (4668/10854) Checking out files: 44% (4776/10854) Checking out files: 45% (4885/10854) Checking out files: 46% (4993/10854) Checking out files: 47% (5102/10854) Checking out files: 48% (5210/10854) Checking out files: 49% (5319/10854) Checking out files: 50% (5427/10854) Checking out files: 50% (5530/10854) Checking out files: 51% (5536/10854) Checking out files: 52% (5645/10854) Checking out files: 53% (5753/10854) Checking out files: 54% (5862/10854) Checking out files: 55% (5970/10854) Checking out files: 56% (6079/10854) Checking out files: 57% (6187/10854) Checking out files: 58% (6296/10854) Checking out files: 59% (6404/10854) Checking out files: 60% (6513/10854) Checking out files: 61% (6621/10854) Checking out files: 62% (6730/10854) Checking out files: 63% (6839/10854) Checking out files: 64% (6947/10854) Checking out files: 65% (7056/10854) Checking out files: 66% (7164/10854) Checking out files: 67% (7273/10854) Checking out files: 68% (7381/10854) Checking out files: 69% (7490/10854) Checking out files: 70% (7598/10854) Checking out files: 71% (7707/10854) Checking out files: 72% (7815/10854) Checking out files: 73% (7924/10854) Checking out files: 74% (8032/10854) Checking out files: 75% (8141/10854) Checking out files: 76% (8250/10854) Checking out files: 77% (8358/10854) Checking out files: 78% (8467/10854) Checking out files: 79% (8575/10854) Checking out files: 80% (8684/10854) Checking out files: 81% (8792/10854) Checking out files: 82% (8901/10854) Checking out files: 82% (8976/10854) Checking out files: 83% (9009/10854) Checking out files: 84% (9118/10854) Checking out files: 85% (9226/10854) Checking out files: 86% (9335/10854) Checking out files: 87% (9443/10854) Checking out files: 88% (9552/10854) Checking out files: 89% (9661/10854) Checking out files: 90% (9769/10854) Checking out files: 91% (9878/10854) Checking out files: 92% (9986/10854) Checking out files: 93% (10095/10854) Checking out files: 94% (10203/10854) Checking out files: 95% (10312/10854) Checking out files: 96% (10420/10854) Checking out files: 97% (10529/10854) Checking out files: 98% (10637/10854) Checking out files: 99% (10746/10854) Checking out files: 100% (10854/10854) Checking out files: 100% (10854/10854), done. [2020-08-06T00:02:28.838Z] #21 119.0 + cd /tmp/tmp.qFLryiGH8s/tmp/docker-ce [2020-08-06T00:02:29.005Z] #45 222.6 ++ git describe --tags [2020-08-06T00:02:29.005Z] #45 222.6 + version=v1.23.8 [2020-08-06T00:02:29.005Z] #45 222.6 ++ git rev-parse --short HEAD [2020-08-06T00:02:29.005Z] #45 222.6 + commit=76a82c6 [2020-08-06T00:02:29.005Z] #45 222.6 ++ git show -s --format=%cd [2020-08-06T00:02:29.005Z] #45 222.6 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-08-06T00:02:29.005Z] #45 222.6 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-06T00:02:29.038Z] #40 ... [2020-08-06T00:02:29.038Z] [2020-08-06T00:02:29.038Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:29.038Z] #18 27.04 Selecting previously unselected package python3.7-minimal. [2020-08-06T00:02:29.038Z] #18 27.05 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2020-08-06T00:02:29.038Z] #18 27.07 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:02:29.106Z] #21 119.0 + git checkout -q v17.06.2-ce [2020-08-06T00:02:29.530Z] #39 152.7 CC criu/tun.o [2020-08-06T00:02:29.530Z] #39 153.0 CC criu/uffd.o [2020-08-06T00:02:29.795Z] #39 ... [2020-08-06T00:02:29.795Z] [2020-08-06T00:02:29.795Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:29.795Z] #45 222.8 + cd /tmp/tmp.q1sk07HaJe/src/github.com/golangci/golangci-lint/ [2020-08-06T00:02:29.795Z] #45 222.8 + git checkout -q v1.23.8 [2020-08-06T00:02:30.069Z] #21 ... [2020-08-06T00:02:30.069Z] [2020-08-06T00:02:30.069Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:30.069Z] #41 DONE 120.1s [2020-08-06T00:02:30.069Z] [2020-08-06T00:02:30.069Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:02:30.069Z] #28 DONE 119.9s [2020-08-06T00:02:30.069Z] [2020-08-06T00:02:30.069Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:02:30.069Z] #10 116.3 Selecting previously unselected package libapparmor1:arm64. [2020-08-06T00:02:30.069Z] #10 116.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2020-08-06T00:02:30.069Z] #10 116.3 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2020-08-06T00:02:30.069Z] #10 116.4 Selecting previously unselected package libapparmor-dev:arm64. [2020-08-06T00:02:30.069Z] #10 116.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2020-08-06T00:02:30.069Z] #10 116.5 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2020-08-06T00:02:30.069Z] #10 116.7 Selecting previously unselected package libbtrfs0. [2020-08-06T00:02:30.069Z] #10 116.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2020-08-06T00:02:30.069Z] #10 116.7 Unpacking libbtrfs0 (4.20.1-2) ... [2020-08-06T00:02:30.069Z] #10 116.8 Selecting previously unselected package libbtrfs-dev. [2020-08-06T00:02:30.069Z] #10 116.8 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2020-08-06T00:02:30.069Z] #10 116.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:02:30.069Z] #10 117.9 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2020-08-06T00:02:30.069Z] #10 117.9 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2020-08-06T00:02:30.069Z] #10 118.0 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-08-06T00:02:30.069Z] #10 118.8 Selecting previously unselected package libudev-dev:arm64. [2020-08-06T00:02:30.069Z] #10 118.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... [2020-08-06T00:02:30.069Z] #10 118.9 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... [2020-08-06T00:02:30.069Z] #10 119.5 Selecting previously unselected package libsepol1-dev:arm64. [2020-08-06T00:02:30.069Z] #10 119.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2020-08-06T00:02:30.069Z] #10 119.5 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2020-08-06T00:02:30.069Z] #10 119.9 Selecting previously unselected package libpcre16-3:arm64. [2020-08-06T00:02:30.069Z] #10 119.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2020-08-06T00:02:30.069Z] #10 119.9 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2020-08-06T00:02:30.069Z] #10 120.2 Selecting previously unselected package libpcre32-3:arm64. [2020-08-06T00:02:30.069Z] #10 120.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2020-08-06T00:02:30.069Z] #10 120.2 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2020-08-06T00:02:30.074Z] #39 152.1 CC criu/tun.o [2020-08-06T00:02:30.074Z] #39 152.4 CC criu/uffd.o [2020-08-06T00:02:30.098Z] #18 28.03 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2020-08-06T00:02:30.098Z] #18 28.04 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:02:30.334Z] #10 120.5 Selecting previously unselected package libpcrecpp0v5:arm64. [2020-08-06T00:02:30.334Z] #10 120.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2020-08-06T00:02:30.334Z] #10 120.5 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-08-06T00:02:30.370Z] #45 223.5 ++ git describe --tags [2020-08-06T00:02:30.599Z] #10 120.7 Selecting previously unselected package libpcre3-dev:arm64. [2020-08-06T00:02:30.599Z] #10 120.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2020-08-06T00:02:30.599Z] #10 120.7 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2020-08-06T00:02:30.629Z] #45 223.5 + version=v1.23.8 [2020-08-06T00:02:30.629Z] #45 223.5 ++ git rev-parse --short HEAD [2020-08-06T00:02:30.629Z] #45 223.5 + commit=76a82c6 [2020-08-06T00:02:30.629Z] #45 223.5 ++ git show -s --format=%cd [2020-08-06T00:02:30.629Z] #45 223.5 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-08-06T00:02:30.629Z] #45 223.5 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-06T00:02:30.641Z] #39 153.0 CC criu/util.o [2020-08-06T00:02:31.178Z] #10 121.3 Selecting previously unselected package libselinux1-dev:arm64. [2020-08-06T00:02:31.178Z] #10 121.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2020-08-06T00:02:31.178Z] #10 121.3 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2020-08-06T00:02:31.442Z] #10 121.6 Selecting previously unselected package libdevmapper-dev:arm64. [2020-08-06T00:02:31.442Z] #10 121.6 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2020-08-06T00:02:31.442Z] #10 121.7 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-08-06T00:02:31.578Z] #39 153.8 CC criu/uts_ns.o [2020-08-06T00:02:31.578Z] #39 153.9 CC criu/vdso-compat.o [2020-08-06T00:02:31.706Z] #10 121.8 Selecting previously unselected package libseccomp-dev:arm64. [2020-08-06T00:02:31.706Z] #10 121.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... [2020-08-06T00:02:31.706Z] #10 121.8 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... [2020-08-06T00:02:31.837Z] #39 154.0 CC criu/vdso.o [2020-08-06T00:02:31.970Z] #10 122.1 Selecting previously unselected package libsystemd-dev:arm64. [2020-08-06T00:02:31.971Z] #10 122.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... [2020-08-06T00:02:31.971Z] #10 122.1 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-08-06T00:02:32.096Z] #39 154.5 LINK criu/built-in.o [2020-08-06T00:02:32.096Z] #39 ... [2020-08-06T00:02:32.096Z] [2020-08-06T00:02:32.096Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:32.096Z] #45 225.7 + cd /tmp/tmp.xiHaFCeuU1/src/github.com/golangci/golangci-lint/ [2020-08-06T00:02:32.209Z] #18 30.31 Selecting previously unselected package python3-minimal. [2020-08-06T00:02:32.209Z] #18 30.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 ... 23610 files and directories currently installed.) [2020-08-06T00:02:32.209Z] #18 30.36 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2020-08-06T00:02:32.209Z] #18 30.37 Unpacking python3-minimal (3.7.3-1) ... [2020-08-06T00:02:32.209Z] #18 30.45 Selecting previously unselected package libmpdec2:ppc64el. [2020-08-06T00:02:32.234Z] #10 ... [2020-08-06T00:02:32.234Z] [2020-08-06T00:02:32.234Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:32.234Z] #21 122.5 + mkdir -p /tmp/tmp.qFLryiGH8s/src/github.com/docker [2020-08-06T00:02:32.234Z] #21 122.5 + mv components/cli /tmp/tmp.qFLryiGH8s/src/github.com/docker/cli [2020-08-06T00:02:32.234Z] #21 122.5 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-08-06T00:02:32.356Z] #45 225.7 + git checkout -q v1.23.8 [2020-08-06T00:02:32.511Z] #18 30.45 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2020-08-06T00:02:32.511Z] #18 30.48 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2020-08-06T00:02:32.511Z] #18 30.57 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2020-08-06T00:02:32.511Z] #18 30.57 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2020-08-06T00:02:32.511Z] #18 30.59 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-08-06T00:02:32.616Z] #45 226.2 ++ git describe --tags [2020-08-06T00:02:32.875Z] #45 226.2 + version=v1.23.8 [2020-08-06T00:02:32.875Z] #45 226.2 ++ git rev-parse --short HEAD [2020-08-06T00:02:32.875Z] #45 226.2 + commit=76a82c6 [2020-08-06T00:02:32.875Z] #45 226.2 ++ git show -s --format=%cd [2020-08-06T00:02:32.875Z] #45 226.2 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-08-06T00:02:32.875Z] #45 226.2 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-06T00:02:34.085Z] #18 31.98 Selecting previously unselected package python3.7. [2020-08-06T00:02:34.085Z] #18 32.00 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2020-08-06T00:02:34.085Z] #18 32.00 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:02:34.085Z] #18 32.13 Selecting previously unselected package libpython3-stdlib:ppc64el. [2020-08-06T00:02:34.085Z] #18 32.14 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2020-08-06T00:02:34.085Z] #18 32.14 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-08-06T00:02:34.085Z] #18 32.22 Setting up python3-minimal (3.7.3-1) ... [2020-08-06T00:02:34.163Z] #21 ... [2020-08-06T00:02:34.163Z] [2020-08-06T00:02:34.163Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2020-08-06T00:02:34.163Z] #10 122.8 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2020-08-06T00:02:34.163Z] #10 122.8 Setting up libseccomp-dev:arm64 (2.3.3-4) ... [2020-08-06T00:02:34.163Z] #10 122.8 Setting up libapparmor1:arm64 (2.13.2-10) ... [2020-08-06T00:02:34.163Z] #10 122.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2020-08-06T00:02:34.163Z] #10 122.8 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2020-08-06T00:02:34.163Z] #10 122.8 Setting up libsepol1-dev:arm64 (2.8-1) ... [2020-08-06T00:02:34.163Z] #10 122.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:02:34.163Z] #10 122.9 Setting up libbtrfs0 (4.20.1-2) ... [2020-08-06T00:02:34.163Z] #10 122.9 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2020-08-06T00:02:34.163Z] #10 122.9 Setting up libudev-dev:arm64 (241-7~deb10u4) ... [2020-08-06T00:02:34.163Z] #10 122.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2020-08-06T00:02:34.163Z] #10 122.9 Setting up libbtrfs-dev (4.20.1-2) ... [2020-08-06T00:02:34.163Z] #10 123.0 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2020-08-06T00:02:34.163Z] #10 123.0 Setting up mingw-w64-common (6.0.0-3) ... [2020-08-06T00:02:34.163Z] #10 123.0 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... [2020-08-06T00:02:34.163Z] #10 123.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2020-08-06T00:02:34.163Z] #10 123.0 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2020-08-06T00:02:34.163Z] #10 123.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:02:34.163Z] #10 123.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-08-06T00:02:34.163Z] #10 123.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2020-08-06T00:02:34.163Z] #10 123.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2020-08-06T00:02:34.163Z] #10 123.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2020-08-06T00:02:34.163Z] #10 123.1 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-08-06T00:02:34.163Z] #10 123.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2020-08-06T00:02:34.163Z] #10 123.2 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2020-08-06T00:02:34.163Z] #10 123.2 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2020-08-06T00:02:34.163Z] #10 123.3 Setting up dmsetup (2:1.02.155-3) ... [2020-08-06T00:02:34.163Z] #10 123.3 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2020-08-06T00:02:34.163Z] #10 123.3 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [2020-08-06T00:02:34.163Z] #10 123.3 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:02:34.163Z] #10 DONE 124.3s [2020-08-06T00:02:34.163Z] [2020-08-06T00:02:34.163Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:34.266Z] #45 ... [2020-08-06T00:02:34.266Z] [2020-08-06T00:02:34.266Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:34.266Z] #39 151.2 CC criu/uts_ns.o [2020-08-06T00:02:34.266Z] #39 151.4 CC criu/vdso-compat.o [2020-08-06T00:02:34.266Z] #39 151.6 CC criu/vdso.o [2020-08-06T00:02:34.266Z] #39 152.0 LINK criu/built-in.o [2020-08-06T00:02:34.266Z] #39 152.1 LINK criu/criu [2020-08-06T00:02:34.266Z] #39 152.4 DEP lib/c/criu.d [2020-08-06T00:02:34.266Z] #39 152.5 CC images/rpc.pb-c.o [2020-08-06T00:02:34.266Z] #39 152.9 CC lib/c/criu.o [2020-08-06T00:02:34.266Z] #39 153.6 LINK lib/c/built-in.o [2020-08-06T00:02:34.266Z] #39 153.6 LINK lib/c/libcriu.so [2020-08-06T00:02:34.266Z] #39 153.7 LINK lib/c/libcriu.a [2020-08-06T00:02:34.266Z] #39 153.8 GEN magic.py [2020-08-06T00:02:34.266Z] #39 154.0 Note: Building without setproctitle() and strlcpy() support. [2020-08-06T00:02:34.266Z] #39 154.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-06T00:02:34.266Z] #39 154.0 Note: Building without GnuTLS support [2020-08-06T00:02:34.266Z] #39 154.0 Makefile.config:39: Warn: you have no libnftables installed [2020-08-06T00:02:34.266Z] #39 154.0 Makefile.config:40: Warn: Building without nftables support [2020-08-06T00:02:34.266Z] #39 154.5 fatal: not a git repository (or any of the parent directories): .git [2020-08-06T00:02:34.266Z] #39 155.0 make[1]: Nothing to be done for 'all'. [2020-08-06T00:02:34.266Z] #39 155.5 make[1]: 'images/built-in.o' is up to date. [2020-08-06T00:02:34.266Z] #39 155.5 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-08-06T00:02:34.266Z] #39 155.5 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-08-06T00:02:34.266Z] #39 155.5 make[1]: 'compel/libcompel.a' is up to date. [2020-08-06T00:02:34.266Z] #39 155.5 make[1]: 'compel/compel-host-bin' is up to date. [2020-08-06T00:02:34.266Z] #39 155.6 make[1]: Nothing to be done for 'all'. [2020-08-06T00:02:34.266Z] #39 155.6 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-06T00:02:34.266Z] #39 155.7 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:34.266Z] #39 155.8 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:34.266Z] #39 155.8 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:34.266Z] #39 155.9 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:34.266Z] #39 155.9 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:34.266Z] #39 155.9 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:34.266Z] #39 155.9 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:34.266Z] #39 156.0 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:34.266Z] #39 156.0 INSTALL criu/criu [2020-08-06T00:02:34.266Z] #39 DONE 156.5s [2020-08-06T00:02:34.266Z] [2020-08-06T00:02:34.266Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:34.266Z] #52 179.8 + bin/containerd [2020-08-06T00:02:35.202Z] #52 ... [2020-08-06T00:02:35.202Z] [2020-08-06T00:02:35.202Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-08-06T00:02:35.202Z] #40 DONE 0.1s [2020-08-06T00:02:35.447Z] #18 33.33 Selecting previously unselected package python3. [2020-08-06T00:02:35.447Z] #18 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 ... 24022 files and directories currently installed.) [2020-08-06T00:02:35.447Z] #18 33.42 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2020-08-06T00:02:35.447Z] #18 33.43 Unpacking python3 (3.7.3-1) ... [2020-08-06T00:02:35.460Z] [2020-08-06T00:02:35.460Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-08-06T00:02:35.460Z] #42 DONE 0.1s [2020-08-06T00:02:35.460Z] [2020-08-06T00:02:35.460Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:35.460Z] #45 ... [2020-08-06T00:02:35.460Z] [2020-08-06T00:02:35.460Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-08-06T00:02:35.460Z] #44 DONE 0.1s [2020-08-06T00:02:35.718Z] [2020-08-06T00:02:35.718Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:35.748Z] #18 33.61 Selecting previously unselected package libip4tc0:ppc64el. [2020-08-06T00:02:35.748Z] #18 33.64 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2020-08-06T00:02:35.748Z] #18 33.64 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2020-08-06T00:02:35.748Z] #18 33.75 Selecting previously unselected package libip6tc0:ppc64el. [2020-08-06T00:02:35.748Z] #18 33.76 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2020-08-06T00:02:35.748Z] #18 33.78 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2020-08-06T00:02:35.906Z] #45 ... [2020-08-06T00:02:35.906Z] [2020-08-06T00:02:35.906Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:35.906Z] #39 153.8 CC criu/util.o [2020-08-06T00:02:35.906Z] #39 154.6 CC criu/uts_ns.o [2020-08-06T00:02:35.906Z] #39 154.7 CC criu/vdso-compat.o [2020-08-06T00:02:35.906Z] #39 154.9 CC criu/vdso.o [2020-08-06T00:02:35.906Z] #39 155.2 LINK criu/built-in.o [2020-08-06T00:02:35.906Z] #39 155.3 LINK criu/criu [2020-08-06T00:02:35.906Z] #39 155.6 DEP lib/c/criu.d [2020-08-06T00:02:35.906Z] #39 155.7 CC images/rpc.pb-c.o [2020-08-06T00:02:35.906Z] #39 156.1 CC lib/c/criu.o [2020-08-06T00:02:35.906Z] #39 156.9 LINK lib/c/built-in.o [2020-08-06T00:02:35.906Z] #39 156.9 LINK lib/c/libcriu.so [2020-08-06T00:02:35.906Z] #39 156.9 LINK lib/c/libcriu.a [2020-08-06T00:02:35.906Z] #39 157.0 GEN magic.py [2020-08-06T00:02:35.906Z] #39 157.1 Note: Building without setproctitle() and strlcpy() support. [2020-08-06T00:02:35.906Z] #39 157.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-06T00:02:35.906Z] #39 157.1 Note: Building without GnuTLS support [2020-08-06T00:02:35.906Z] #39 157.1 Makefile.config:39: Warn: you have no libnftables installed [2020-08-06T00:02:35.906Z] #39 157.1 Makefile.config:40: Warn: Building without nftables support [2020-08-06T00:02:35.906Z] #39 157.6 fatal: not a git repository (or any of the parent directories): .git [2020-08-06T00:02:35.906Z] #39 158.1 make[1]: Nothing to be done for 'all'. [2020-08-06T00:02:35.906Z] #39 158.5 make[1]: 'images/built-in.o' is up to date. [2020-08-06T00:02:35.906Z] #39 158.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-08-06T00:02:35.906Z] #39 158.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-08-06T00:02:35.906Z] #39 158.6 make[1]: 'compel/libcompel.a' is up to date. [2020-08-06T00:02:35.906Z] #39 158.6 make[1]: 'compel/compel-host-bin' is up to date. [2020-08-06T00:02:35.906Z] #39 158.7 make[1]: Nothing to be done for 'all'. [2020-08-06T00:02:35.906Z] #39 158.7 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-06T00:02:35.906Z] #39 158.8 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:35.906Z] #39 158.8 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:35.906Z] #39 158.9 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:35.906Z] #39 158.9 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:35.906Z] #39 159.0 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:35.906Z] #39 159.0 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:35.906Z] #39 159.0 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:35.906Z] #39 159.1 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:35.907Z] #39 159.1 INSTALL criu/criu [2020-08-06T00:02:35.907Z] #39 DONE 159.5s [2020-08-06T00:02:35.907Z] [2020-08-06T00:02:35.907Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:35.907Z] #52 181.5 + bin/containerd [2020-08-06T00:02:36.050Z] #18 33.92 Selecting previously unselected package libiptc0:ppc64el. [2020-08-06T00:02:36.050Z] #18 33.94 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2020-08-06T00:02:36.050Z] #18 33.95 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2020-08-06T00:02:36.050Z] #18 34.04 Selecting previously unselected package libnfnetlink0:ppc64el. [2020-08-06T00:02:36.050Z] #18 34.06 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2020-08-06T00:02:36.050Z] #18 34.06 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-08-06T00:02:36.050Z] #18 34.15 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2020-08-06T00:02:36.050Z] #18 34.16 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2020-08-06T00:02:36.050Z] #18 34.17 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-08-06T00:02:36.050Z] #18 34.28 Selecting previously unselected package libnftnl11:ppc64el. [2020-08-06T00:02:36.090Z] #49 1.944 + RM_GOPATH=0 [2020-08-06T00:02:36.090Z] #49 1.944 + TMP_GOPATH= [2020-08-06T00:02:36.090Z] #49 1.944 + : /build [2020-08-06T00:02:36.090Z] #49 1.944 + '[' -z '' ']' [2020-08-06T00:02:36.090Z] #49 1.945 ++ mktemp -d [2020-08-06T00:02:36.090Z] #49 1.976 + export GOPATH=/tmp/tmp.L7BhowYBDa [2020-08-06T00:02:36.090Z] #49 1.976 + GOPATH=/tmp/tmp.L7BhowYBDa [2020-08-06T00:02:36.090Z] #49 1.976 + RM_GOPATH=1 [2020-08-06T00:02:36.090Z] #49 1.976 + case "$(go env GOARCH)" in [2020-08-06T00:02:36.090Z] #49 1.976 ++ go env GOARCH [2020-08-06T00:02:36.090Z] #49 1.980 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:02:36.090Z] #49 1.980 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:02:36.090Z] #49 ... [2020-08-06T00:02:36.090Z] [2020-08-06T00:02:36.090Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:36.090Z] #39 32.29 CC images/tun.o [2020-08-06T00:02:36.090Z] #39 32.58 CC images/sk-netlink.o [2020-08-06T00:02:36.090Z] #39 32.80 CC images/packet-sock.o [2020-08-06T00:02:36.090Z] #39 33.19 CC images/ipc-var.o [2020-08-06T00:02:36.090Z] #39 33.37 CC images/ipc-desc.o [2020-08-06T00:02:36.090Z] #39 33.49 CC images/ipc-shm.o [2020-08-06T00:02:36.090Z] #39 33.72 CC images/ipc-msg.o [2020-08-06T00:02:36.090Z] #39 34.01 CC images/ipc-sem.o [2020-08-06T00:02:36.090Z] #39 34.34 CC images/utsns.o [2020-08-06T00:02:36.090Z] #39 34.57 CC images/creds.o [2020-08-06T00:02:36.090Z] #39 34.70 CC images/vma.o [2020-08-06T00:02:36.090Z] #39 34.82 CC images/netdev.o [2020-08-06T00:02:36.090Z] #39 35.32 CC images/tty.o [2020-08-06T00:02:36.090Z] #39 36.20 CC images/file-lock.o [2020-08-06T00:02:36.090Z] #39 36.42 CC images/rlimit.o [2020-08-06T00:02:36.090Z] #39 36.64 CC images/pagemap.o [2020-08-06T00:02:36.090Z] #39 36.98 CC images/siginfo.o [2020-08-06T00:02:36.090Z] #39 37.25 CC images/rpc.o [2020-08-06T00:02:36.090Z] #39 38.36 CC images/ext-file.o [2020-08-06T00:02:36.090Z] #39 38.74 CC images/cgroup.o [2020-08-06T00:02:36.090Z] #39 39.36 CC images/userns.o [2020-08-06T00:02:36.090Z] #39 39.73 CC images/google/protobuf/descriptor.o [2020-08-06T00:02:36.090Z] #39 41.17 CC images/opts.o [2020-08-06T00:02:36.090Z] #39 41.39 CC images/seccomp.o [2020-08-06T00:02:36.090Z] #39 41.55 CC images/binfmt-misc.o [2020-08-06T00:02:36.090Z] #39 41.65 CC images/time.o [2020-08-06T00:02:36.090Z] #39 41.75 CC images/sysctl.o [2020-08-06T00:02:36.090Z] #39 41.92 CC images/autofs.o [2020-08-06T00:02:36.090Z] #39 42.12 CC images/macvlan.o [2020-08-06T00:02:36.353Z] #39 42.35 CC images/sit.o [2020-08-06T00:02:36.353Z] #39 ... [2020-08-06T00:02:36.353Z] [2020-08-06T00:02:36.353Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:36.353Z] #49 1.980 ++ dirname /tmp/install/install.sh [2020-08-06T00:02:36.353Z] #49 1.983 + dir=/tmp/install [2020-08-06T00:02:36.353Z] #49 1.983 + bin=runc [2020-08-06T00:02:36.353Z] #49 1.983 + shift [2020-08-06T00:02:36.353Z] #49 1.983 + '[' '!' -f /tmp/install/runc.installer ']' [2020-08-06T00:02:36.353Z] #49 1.983 + . /tmp/install/runc.installer [2020-08-06T00:02:36.353Z] #49 1.983 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-06T00:02:36.353Z] #49 1.983 + install_runc [2020-08-06T00:02:36.353Z] #49 1.983 + uname -r [2020-08-06T00:02:36.353Z] #49 1.988 + grep -q '^3\.10\.0.*\.el7\.' [2020-08-06T00:02:36.353Z] #49 1.998 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) [2020-08-06T00:02:36.353Z] #49 1.998 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2020-08-06T00:02:36.353Z] #49 1.998 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' [2020-08-06T00:02:36.353Z] #49 1.998 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.L7BhowYBDa/src/github.com/opencontainers/runc [2020-08-06T00:02:36.353Z] #49 2.006 Cloning into '/tmp/tmp.L7BhowYBDa/src/github.com/opencontainers/runc'... [2020-08-06T00:02:36.385Z] #18 34.28 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2020-08-06T00:02:36.385Z] #18 34.30 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2020-08-06T00:02:36.385Z] #18 34.39 Selecting previously unselected package iptables. [2020-08-06T00:02:36.385Z] #18 34.40 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2020-08-06T00:02:36.385Z] #18 34.40 Unpacking iptables (1.8.2-4) ... [2020-08-06T00:02:36.617Z] #49 ... [2020-08-06T00:02:36.617Z] [2020-08-06T00:02:36.617Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker [2020-08-06T00:02:36.617Z] #11 DONE 2.5s [2020-08-06T00:02:36.851Z] #52 ... [2020-08-06T00:02:36.851Z] [2020-08-06T00:02:36.851Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-08-06T00:02:36.851Z] #40 DONE 0.1s [2020-08-06T00:02:36.883Z] [2020-08-06T00:02:36.883Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2020-08-06T00:02:37.048Z] #18 34.95 Selecting previously unselected package xxd. [2020-08-06T00:02:37.048Z] #18 34.96 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2020-08-06T00:02:37.048Z] #18 34.98 Unpacking xxd (2:8.1.0875-5) ... [2020-08-06T00:02:37.048Z] #18 35.15 Selecting previously unselected package vim-common. [2020-08-06T00:02:37.048Z] #18 35.15 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:02:37.048Z] #18 35.17 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-06T00:02:37.082Z] #45 ... [2020-08-06T00:02:37.082Z] [2020-08-06T00:02:37.082Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:37.082Z] #39 154.6 LINK criu/criu [2020-08-06T00:02:37.082Z] #39 154.9 DEP lib/c/criu.d [2020-08-06T00:02:37.082Z] #39 155.0 CC images/rpc.pb-c.o [2020-08-06T00:02:37.082Z] #39 155.3 CC lib/c/criu.o [2020-08-06T00:02:37.082Z] #39 155.9 LINK lib/c/built-in.o [2020-08-06T00:02:37.082Z] #39 155.9 LINK lib/c/libcriu.so [2020-08-06T00:02:37.082Z] #39 156.0 LINK lib/c/libcriu.a [2020-08-06T00:02:37.082Z] #39 156.1 GEN magic.py [2020-08-06T00:02:37.082Z] #39 156.2 Note: Building without setproctitle() and strlcpy() support. [2020-08-06T00:02:37.082Z] #39 156.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-06T00:02:37.082Z] #39 156.2 Note: Building without GnuTLS support [2020-08-06T00:02:37.082Z] #39 156.2 Makefile.config:39: Warn: you have no libnftables installed [2020-08-06T00:02:37.082Z] #39 156.2 Makefile.config:40: Warn: Building without nftables support [2020-08-06T00:02:37.082Z] #39 156.8 fatal: not a git repository (or any of the parent directories): .git [2020-08-06T00:02:37.082Z] #39 157.4 make[1]: Nothing to be done for 'all'. [2020-08-06T00:02:37.082Z] #39 158.0 make[1]: 'images/built-in.o' is up to date. [2020-08-06T00:02:37.082Z] #39 158.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-08-06T00:02:37.082Z] #39 158.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-08-06T00:02:37.082Z] #39 158.1 make[1]: 'compel/libcompel.a' is up to date. [2020-08-06T00:02:37.082Z] #39 158.1 make[1]: 'compel/compel-host-bin' is up to date. [2020-08-06T00:02:37.082Z] #39 158.1 make[1]: Nothing to be done for 'all'. [2020-08-06T00:02:37.082Z] #39 158.1 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-06T00:02:37.082Z] #39 158.3 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:37.082Z] #39 158.4 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:37.082Z] #39 158.4 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:37.082Z] #39 158.5 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:37.082Z] #39 158.5 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:37.082Z] #39 158.5 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:37.082Z] #39 158.6 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:37.082Z] #39 158.6 make[2]: Nothing to be done for 'all'. [2020-08-06T00:02:37.082Z] #39 158.6 INSTALL criu/criu [2020-08-06T00:02:37.082Z] #39 DONE 159.1s [2020-08-06T00:02:37.082Z] [2020-08-06T00:02:37.082Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:37.082Z] #52 181.4 + bin/containerd [2020-08-06T00:02:37.111Z] [2020-08-06T00:02:37.111Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-08-06T00:02:37.111Z] #42 DONE 0.1s [2020-08-06T00:02:37.111Z] [2020-08-06T00:02:37.111Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-08-06T00:02:37.111Z] #44 DONE 0.1s [2020-08-06T00:02:37.111Z] [2020-08-06T00:02:37.111Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:37.347Z] #18 35.37 Selecting previously unselected package bash-completion. [2020-08-06T00:02:37.347Z] #18 35.38 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-08-06T00:02:37.654Z] #52 ... [2020-08-06T00:02:37.654Z] [2020-08-06T00:02:37.654Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-08-06T00:02:37.654Z] #40 DONE 0.1s [2020-08-06T00:02:37.914Z] [2020-08-06T00:02:37.914Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-08-06T00:02:37.914Z] #42 DONE 0.1s [2020-08-06T00:02:37.914Z] [2020-08-06T00:02:37.914Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-08-06T00:02:37.914Z] #44 DONE 0.0s [2020-08-06T00:02:37.914Z] [2020-08-06T00:02:37.914Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:38.816Z] #12 DONE 2.1s [2020-08-06T00:02:38.816Z] [2020-08-06T00:02:38.816Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2020-08-06T00:02:38.890Z] #18 ... [2020-08-06T00:02:38.891Z] [2020-08-06T00:02:38.891Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:39.191Z] #22 147.6 Checking out files: 25% (2768/10854) Checking out files: 26% (2823/10854) Checking out files: 27% (2931/10854) Checking out files: 28% (3040/10854) Checking out files: 29% (3148/10854) Checking out files: 30% (3257/10854) Checking out files: 31% (3365/10854) Checking out files: 32% (3474/10854) [2020-08-06T00:02:39.191Z] #22 ... [2020-08-06T00:02:39.191Z] [2020-08-06T00:02:39.191Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:39.191Z] #40 73.32 DEP criu/util.d [2020-08-06T00:02:39.191Z] #40 73.55 DEP criu/uffd.d [2020-08-06T00:02:39.191Z] #40 73.75 DEP criu/tun.d [2020-08-06T00:02:39.191Z] #40 73.99 DEP criu/tty.d [2020-08-06T00:02:39.191Z] #40 74.20 DEP criu/timerfd.d [2020-08-06T00:02:39.191Z] #40 74.36 DEP criu/timens.d [2020-08-06T00:02:39.191Z] #40 74.54 DEP criu/sysfs_parse.d [2020-08-06T00:02:39.191Z] #40 74.71 DEP criu/sysctl.d [2020-08-06T00:02:39.191Z] #40 74.86 DEP criu/string.d [2020-08-06T00:02:39.191Z] #40 74.90 DEP criu/stats.d [2020-08-06T00:02:39.191Z] #40 75.02 DEP criu/sockets.d [2020-08-06T00:02:39.191Z] #40 75.18 DEP criu/sk-unix.d [2020-08-06T00:02:39.191Z] #40 75.57 DEP criu/sk-tcp.d [2020-08-06T00:02:39.191Z] #40 75.83 DEP criu/sk-queue.d [2020-08-06T00:02:39.191Z] #40 76.05 DEP criu/sk-packet.d [2020-08-06T00:02:39.191Z] #40 76.34 DEP criu/sk-netlink.d [2020-08-06T00:02:39.191Z] #40 76.64 DEP criu/sk-inet.d [2020-08-06T00:02:39.191Z] #40 76.87 DEP criu/signalfd.d [2020-08-06T00:02:39.191Z] #40 77.01 DEP criu/sigframe.d [2020-08-06T00:02:39.191Z] #40 77.12 DEP criu/shmem.d [2020-08-06T00:02:39.191Z] #40 77.33 DEP criu/servicefd.d [2020-08-06T00:02:39.191Z] #40 77.50 DEP criu/seize.d [2020-08-06T00:02:39.191Z] #40 77.76 DEP criu/seccomp.d [2020-08-06T00:02:39.191Z] #40 77.95 DEP criu/rst-malloc.d [2020-08-06T00:02:39.191Z] #40 78.09 DEP criu/rbtree.d [2020-08-06T00:02:39.191Z] #40 78.13 DEP criu/pstree.d [2020-08-06T00:02:39.191Z] #40 78.32 DEP criu/protobuf.d [2020-08-06T00:02:39.191Z] #40 78.54 GEN criu/protobuf-desc-gen.h [2020-08-06T00:02:39.191Z] #40 80.87 DEP criu/protobuf-desc.d [2020-08-06T00:02:39.191Z] #40 81.04 DEP criu/proc_parse.d [2020-08-06T00:02:39.191Z] #40 81.26 DEP criu/plugin.d [2020-08-06T00:02:39.191Z] #40 81.36 DEP criu/pipes.d [2020-08-06T00:02:39.191Z] #40 81.54 DEP criu/pie-util.d [2020-08-06T00:02:39.191Z] #40 81.78 DEP criu/pie-util-vdso.d [2020-08-06T00:02:39.191Z] #40 81.99 DEP criu/path.d [2020-08-06T00:02:39.191Z] #40 82.21 DEP criu/parasite-syscall.d [2020-08-06T00:02:39.191Z] #40 82.38 DEP criu/pagemap.d [2020-08-06T00:02:39.191Z] #40 82.62 DEP criu/pagemap-cache.d [2020-08-06T00:02:39.191Z] #40 82.81 DEP criu/page-xfer.d [2020-08-06T00:02:39.191Z] #40 82.99 DEP criu/page-pipe.d [2020-08-06T00:02:39.191Z] #40 83.12 DEP criu/netfilter.d [2020-08-06T00:02:39.191Z] #40 83.28 DEP criu/net.d [2020-08-06T00:02:39.191Z] #40 83.52 DEP criu/namespaces.d [2020-08-06T00:02:39.191Z] #40 ... [2020-08-06T00:02:39.191Z] [2020-08-06T00:02:39.191Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:40.743Z] #13 1.675 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2020-08-06T00:02:40.743Z] #13 DONE 2.1s [2020-08-06T00:02:40.743Z] [2020-08-06T00:02:40.743Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:40.743Z] #39 42.64 CC images/memfd.o [2020-08-06T00:02:40.743Z] #39 42.86 CC images/timens.o [2020-08-06T00:02:40.743Z] #39 43.25 LINK images/built-in.o [2020-08-06T00:02:40.743Z] #39 43.35 GEN compel/include/asm [2020-08-06T00:02:40.743Z] #39 43.39 GEN compel/include/version.h [2020-08-06T00:02:40.743Z] #39 43.42 touch .config [2020-08-06T00:02:40.743Z] #39 43.49 GEN include/common/config.h [2020-08-06T00:02:40.743Z] #39 43.58 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2020-08-06T00:02:40.743Z] #39 43.59 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S [2020-08-06T00:02:40.743Z] #39 43.62 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d [2020-08-06T00:02:40.743Z] #39 43.63 DEP compel/arch/aarch64/plugins/std/parasite-head.d [2020-08-06T00:02:40.743Z] #39 43.67 DEP compel/plugins/std/infect.d [2020-08-06T00:02:40.743Z] #39 43.86 DEP compel/plugins/std/string.d [2020-08-06T00:02:40.743Z] #39 43.96 DEP compel/plugins/std/log.d [2020-08-06T00:02:40.743Z] #39 44.04 DEP compel/plugins/std/fds.d [2020-08-06T00:02:40.743Z] #39 44.13 DEP compel/plugins/std/std.d [2020-08-06T00:02:40.743Z] #39 44.26 DEP compel/plugins/shmem/shmem.d [2020-08-06T00:02:40.743Z] #39 44.35 DEP compel/plugins/fds/fds.d [2020-08-06T00:02:40.743Z] #39 44.53 CC compel/plugins/std/std.o [2020-08-06T00:02:40.743Z] #39 44.78 CC compel/plugins/std/fds.o [2020-08-06T00:02:40.743Z] #39 45.05 CC compel/plugins/std/log.o [2020-08-06T00:02:40.743Z] #39 45.99 CC compel/plugins/std/string.o [2020-08-06T00:02:40.743Z] #39 46.72 CC compel/plugins/std/infect.o [2020-08-06T00:02:40.961Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-08-06T00:02:40.961Z] ok github.com/docker/docker/api/server/httputils 0.017s coverage: 14.7% of statements [2020-08-06T00:02:40.961Z] ok github.com/docker/docker/api/server/middleware 0.022s coverage: 37.7% of statements [2020-08-06T00:02:40.961Z] ? github.com/docker/docker/api/server/router [no test files] [2020-08-06T00:02:40.961Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-08-06T00:02:40.961Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-08-06T00:02:40.961Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-08-06T00:02:40.961Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-08-06T00:02:40.961Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-08-06T00:02:40.961Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-08-06T00:02:40.961Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-08-06T00:02:40.961Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-08-06T00:02:41.006Z] #39 47.00 CC compel/arch/aarch64/plugins/std/parasite-head.o [2020-08-06T00:02:41.006Z] #39 47.08 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o [2020-08-06T00:02:41.006Z] #39 47.24 AR compel/plugins/std.lib.a [2020-08-06T00:02:41.006Z] #22 147.6 Checking out files: 25% (2768/10854) Checking out files: 26% (2823/10854) Checking out files: 27% (2931/10854) Checking out files: 28% (3040/10854) Checking out files: 29% (3148/10854) Checking out files: 30% (3257/10854) Checking out files: 31% (3365/10854) Checking out files: 32% (3474/10854) Checking out files: 33% (3582/10854) Checking out files: 34% (3691/10854) Checking out files: 35% (3799/10854) Checking out files: 36% (3908/10854) Checking out files: 37% (4016/10854) Checking out files: 38% (4125/10854) Checking out files: 39% (4234/10854) Checking out files: 40% (4342/10854) Checking out files: 41% (4451/10854) Checking out files: 42% (4559/10854) Checking out files: 43% (4668/10854) Checking out files: 44% (4776/10854) Checking out files: 45% (4885/10854) Checking out files: 46% (4993/10854) Checking out files: 47% (5102/10854) Checking out files: 48% (5210/10854) Checking out files: 48% (5311/10854) Checking out files: 49% (5319/10854) Checking out files: 50% (5427/10854) Checking out files: 51% (5536/10854) Checking out files: 52% (5645/10854) Checking out files: 53% (5753/10854) Checking out files: 54% (5862/10854) Checking out files: 55% (5970/10854) Checking out files: 56% (6079/10854) Checking out files: 57% (6187/10854) Checking out files: 58% (6296/10854) Checking out files: 59% (6404/10854) Checking out files: 60% (6513/10854) Checking out files: 61% (6621/10854) Checking out files: 62% (6730/10854) Checking out files: 63% (6839/10854) Checking out files: 64% (6947/10854) Checking out files: 65% (7056/10854) Checking out files: 66% (7164/10854) Checking out files: 67% (7273/10854) Checking out files: 68% (7381/10854) Checking out files: 69% (7490/10854) Checking out files: 70% (7598/10854) Checking out files: 71% (7707/10854) Checking out files: 72% (7815/10854) Checking out files: 73% (7924/10854) Checking out files: 74% (8032/10854) Checking out files: 75% (8141/10854) Checking out files: 76% (8250/10854) Checking out files: 77% (8358/10854) Checking out files: 78% (8467/10854) Checking out files: 79% (8575/10854) Checking out files: 80% (8684/10854) Checking out files: 81% (8792/10854) Checking out files: 82% (8901/10854) Checking out files: 83% (9009/10854) Checking out files: 83% (9016/10854) Checking out files: 84% (9118/10854) Checking out files: 85% (9226/10854) Checking out files: 86% (9335/10854) Checking out files: 87% (9443/10854) Checking out files: 88% (9552/10854) [2020-08-06T00:02:41.006Z] #22 ... [2020-08-06T00:02:41.006Z] [2020-08-06T00:02:41.006Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:41.006Z] #42 139.7 mime [2020-08-06T00:02:41.006Z] #42 139.7 mime/quotedprintable [2020-08-06T00:02:41.006Z] #42 140.7 net/http/internal [2020-08-06T00:02:41.006Z] #42 143.7 vendor/golang.org/x/net/http/httpproxy [2020-08-06T00:02:41.006Z] #42 143.7 net/textproto [2020-08-06T00:02:41.006Z] #42 143.8 crypto/x509 [2020-08-06T00:02:41.006Z] #42 145.5 mime/multipart [2020-08-06T00:02:41.006Z] #42 145.5 vendor/golang.org/x/net/http/httpguts [2020-08-06T00:02:41.006Z] #42 ... [2020-08-06T00:02:41.006Z] [2020-08-06T00:02:41.006Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:02:41.252Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-08-06T00:02:41.252Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-08-06T00:02:41.271Z] #39 47.43 CC compel/plugins/fds/fds.o [2020-08-06T00:02:41.306Z] #22 147.6 Checking out files: 25% (2768/10854) Checking out files: 26% (2823/10854) Checking out files: 27% (2931/10854) Checking out files: 28% (3040/10854) Checking out files: 29% (3148/10854) Checking out files: 30% (3257/10854) Checking out files: 31% (3365/10854) Checking out files: 32% (3474/10854) Checking out files: 33% (3582/10854) Checking out files: 34% (3691/10854) Checking out files: 35% (3799/10854) Checking out files: 36% (3908/10854) Checking out files: 37% (4016/10854) Checking out files: 38% (4125/10854) Checking out files: 39% (4234/10854) Checking out files: 40% (4342/10854) Checking out files: 41% (4451/10854) Checking out files: 42% (4559/10854) Checking out files: 43% (4668/10854) Checking out files: 44% (4776/10854) Checking out files: 45% (4885/10854) Checking out files: 46% (4993/10854) Checking out files: 47% (5102/10854) Checking out files: 48% (5210/10854) Checking out files: 48% (5311/10854) Checking out files: 49% (5319/10854) Checking out files: 50% (5427/10854) Checking out files: 51% (5536/10854) Checking out files: 52% (5645/10854) Checking out files: 53% (5753/10854) Checking out files: 54% (5862/10854) Checking out files: 55% (5970/10854) Checking out files: 56% (6079/10854) Checking out files: 57% (6187/10854) Checking out files: 58% (6296/10854) Checking out files: 59% (6404/10854) Checking out files: 60% (6513/10854) Checking out files: 61% (6621/10854) Checking out files: 62% (6730/10854) Checking out files: 63% (6839/10854) Checking out files: 64% (6947/10854) Checking out files: 65% (7056/10854) Checking out files: 66% (7164/10854) Checking out files: 67% (7273/10854) Checking out files: 68% (7381/10854) Checking out files: 69% (7490/10854) Checking out files: 70% (7598/10854) Checking out files: 71% (7707/10854) Checking out files: 72% (7815/10854) Checking out files: 73% (7924/10854) Checking out files: 74% (8032/10854) Checking out files: 75% (8141/10854) Checking out files: 76% (8250/10854) Checking out files: 77% (8358/10854) Checking out files: 78% (8467/10854) Checking out files: 79% (8575/10854) Checking out files: 80% (8684/10854) Checking out files: 81% (8792/10854) Checking out files: 82% (8901/10854) Checking out files: 83% (9009/10854) Checking out files: 83% (9016/10854) Checking out files: 84% (9118/10854) Checking out files: 85% (9226/10854) Checking out files: 86% (9335/10854) Checking out files: 87% (9443/10854) Checking out files: 88% (9552/10854) Checking out files: 89% (9661/10854) Checking out files: 90% (9769/10854) Checking out files: 91% (9878/10854) Checking out files: 92% (9986/10854) Checking out files: 93% (10095/10854) Checking out files: 94% (10203/10854) Checking out files: 95% (10312/10854) Checking out files: 96% (10420/10854) Checking out files: 97% (10529/10854) Checking out files: 98% (10637/10854) Checking out files: 99% (10746/10854) Checking out files: 100% (10854/10854) Checking out files: 100% (10854/10854), done. [2020-08-06T00:02:41.306Z] #22 150.2 + cd /tmp/tmp.LU4tZJBKrN/tmp/docker-ce [2020-08-06T00:02:41.306Z] #22 150.2 + git checkout -q v17.06.2-ce [2020-08-06T00:02:41.535Z] #39 47.71 AR compel/plugins/fds.lib.a [2020-08-06T00:02:41.535Z] #39 47.77 HOSTDEP compel/src/lib/log-host.d [2020-08-06T00:02:41.799Z] #39 47.85 HOSTDEP compel/src/lib/handle-elf-host.d [2020-08-06T00:02:41.799Z] #39 47.93 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d [2020-08-06T00:02:41.884Z] ok github.com/docker/docker/api/server/router/swarm 0.012s coverage: 5.7% of statements [2020-08-06T00:02:41.884Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-08-06T00:02:41.884Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-08-06T00:02:41.884Z] ? github.com/docker/docker/api/types [no test files] [2020-08-06T00:02:41.884Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-08-06T00:02:41.884Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-08-06T00:02:41.884Z] ? github.com/docker/docker/api/types/container [no test files] [2020-08-06T00:02:41.884Z] ? github.com/docker/docker/api/types/events [no test files] [2020-08-06T00:02:42.063Z] #39 48.04 HOSTDEP compel/src/main-host.d [2020-08-06T00:02:42.063Z] #39 48.14 DEP compel/src/lib/ptrace.d [2020-08-06T00:02:42.063Z] #39 48.26 DEP compel/src/lib/infect.d [2020-08-06T00:02:42.175Z] ok github.com/docker/docker/api/types/strslice 0.008s coverage: 90.0% of statements [2020-08-06T00:02:42.175Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2020-08-06T00:02:42.175Z] ? github.com/docker/docker/api/types/image [no test files] [2020-08-06T00:02:42.175Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-08-06T00:02:42.175Z] ? github.com/docker/docker/api/types/network [no test files] [2020-08-06T00:02:42.175Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-08-06T00:02:42.175Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-08-06T00:02:42.175Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-08-06T00:02:42.175Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-08-06T00:02:42.327Z] #39 48.45 DEP compel/src/lib/infect-util.d [2020-08-06T00:02:42.466Z] ok github.com/docker/docker/api/types/time 0.014s coverage: 100.0% of statements [2020-08-06T00:02:42.466Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 75.0% of statements [2020-08-06T00:02:42.466Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-08-06T00:02:42.466Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-08-06T00:02:42.466Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-08-06T00:02:42.466Z] ? github.com/docker/docker/builder [no test files] [2020-08-06T00:02:42.466Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-08-06T00:02:42.466Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-08-06T00:02:42.466Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-08-06T00:02:42.466Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-08-06T00:02:42.466Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-08-06T00:02:42.466Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-08-06T00:02:42.466Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-08-06T00:02:42.591Z] #39 48.58 DEP compel/src/lib/infect-rpc.d [2020-08-06T00:02:42.591Z] #39 48.73 DEP compel/arch/aarch64/src/lib/infect.d [2020-08-06T00:02:42.591Z] #39 48.82 DEP compel/arch/aarch64/src/lib/cpu.d [2020-08-06T00:02:42.757Z] ok github.com/docker/docker/builder/dockerignore 0.013s coverage: 96.8% of statements [2020-08-06T00:02:42.860Z] #39 48.85 DEP compel/src/lib/log.d [2020-08-06T00:02:42.860Z] #39 48.89 DEP compel/src/main.d [2020-08-06T00:02:42.860Z] #39 48.96 DEP compel/src/lib/handle-elf.d [2020-08-06T00:02:42.860Z] #39 49.01 DEP compel/arch/aarch64/src/lib/handle-elf.d [2020-08-06T00:02:42.860Z] #39 49.06 CC compel/src/lib/log.o [2020-08-06T00:02:42.860Z] #39 ... [2020-08-06T00:02:42.860Z] [2020-08-06T00:02:42.860Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2020-08-06T00:02:42.860Z] #14 DONE 2.1s [2020-08-06T00:02:42.860Z] [2020-08-06T00:02:42.860Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:42.860Z] #39 49.18 CC compel/arch/aarch64/src/lib/cpu.o [2020-08-06T00:02:42.860Z] #39 ... [2020-08-06T00:02:42.860Z] [2020-08-06T00:02:42.860Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2020-08-06T00:02:44.796Z] #15 DONE 1.7s [2020-08-06T00:02:44.796Z] [2020-08-06T00:02:44.796Z] #16 [dev-systemd-false 6/26] RUN ldconfig [2020-08-06T00:02:44.911Z] #22 153.6 + mkdir -p /tmp/tmp.LU4tZJBKrN/src/github.com/docker [2020-08-06T00:02:44.911Z] #22 153.6 + mv components/cli /tmp/tmp.LU4tZJBKrN/src/github.com/docker/cli [2020-08-06T00:02:44.911Z] #22 153.6 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2020-08-06T00:02:45.328Z] DEBUG: print all environment variables to check how Jenkins runs this script [2020-08-06T00:02:45.328Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-707964b5\powershellScript.ps1'; exit $LASTEXITCODE; [2020-08-06T00:02:45.328Z] ---------------------------------------------------------------------------- [2020-08-06T00:02:45.328Z] [2020-08-06T00:02:45.328Z] INFO: executeCI.ps1 starting at Thu Aug 6 00:02:43 CUT 2020 [2020-08-06T00:02:45.328Z] [2020-08-06T00:02:45.328Z] INFO: Script version 05-Feb-2019 09:03 PDT [2020-08-06T00:02:45.328Z] INFO: Running git version 2.24.1.windows.2 [2020-08-06T00:02:45.328Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2020-08-06T00:02:45.328Z] INFO: Environment variables: [2020-08-06T00:02:45.328Z] [2020-08-06T00:02:45.328Z] Name Value [2020-08-06T00:02:45.328Z] ---- ----- [2020-08-06T00:02:45.328Z] ALLUSERSPROFILE C:\ProgramData [2020-08-06T00:02:45.328Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2020-08-06T00:02:45.328Z] APT_MIRROR cdn-fastly.deb.debian.org [2020-08-06T00:02:45.328Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2020-08-06T00:02:45.328Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2020-08-06T00:02:45.328Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2020-08-06T00:02:45.328Z] BRANCH_NAME PR-41316 [2020-08-06T00:02:45.328Z] BUILD_DISPLAY_NAME #1 [2020-08-06T00:02:45.328Z] BUILD_ID 1 [2020-08-06T00:02:45.328Z] BUILD_NUMBER 1 [2020-08-06T00:02:45.328Z] BUILD_TAG jenkins-moby-PR-41316-1 [2020-08-06T00:02:45.328Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41316/1/ [2020-08-06T00:02:45.328Z] CHANGE_AUTHOR thaJeztah [2020-08-06T00:02:45.328Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2020-08-06T00:02:45.328Z] CHANGE_BRANCH update_authors [2020-08-06T00:02:45.328Z] CHANGE_FORK thaJeztah/docker [2020-08-06T00:02:45.329Z] CHANGE_ID 41316 [2020-08-06T00:02:45.329Z] CHANGE_TARGET master [2020-08-06T00:02:45.329Z] CHANGE_TITLE Update authors and mailmap [2020-08-06T00:02:45.329Z] CHANGE_URL https://github.com/moby/moby/pull/41316 [2020-08-06T00:02:45.329Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2020-08-06T00:02:45.329Z] CommonProgramFiles C:\Program Files\Common Files [2020-08-06T00:02:45.329Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2020-08-06T00:02:45.329Z] CommonProgramW6432 C:\Program Files\Common Files [2020-08-06T00:02:45.329Z] COMPUTERNAME azwin-2-60d8b0 [2020-08-06T00:02:45.329Z] ComSpec C:\windows\system32\cmd.exe [2020-08-06T00:02:45.329Z] ConfigSequenceNumber 0 [2020-08-06T00:02:45.329Z] DOCKER_BUILDKIT 0 [2020-08-06T00:02:45.329Z] DOCKER_DUT_DEBUG 1 [2020-08-06T00:02:45.329Z] DOCKER_EXPERIMENTAL 1 [2020-08-06T00:02:45.329Z] DOCKER_GRAPHDRIVER overlay2 [2020-08-06T00:02:45.329Z] DriverData C:\Windows\System32\Drivers\DriverData [2020-08-06T00:02:45.329Z] EXECUTOR_NUMBER 0 [2020-08-06T00:02:45.329Z] FQDN azwin-2-60d8b0.westus.cloudapp.azure.com [2020-08-06T00:02:45.329Z] GIT_BRANCH PR-41316 [2020-08-06T00:02:45.329Z] GIT_COMMIT a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-06T00:02:45.329Z] GIT_URL https://github.com/moby/moby.git [2020-08-06T00:02:45.329Z] HUDSON_COOKIE aabda181-75e8-4012-a59b-dedc4ea73409 [2020-08-06T00:02:45.329Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2020-08-06T00:02:45.329Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2020-08-06T00:02:45.329Z] HUDSON_URL https://ci-next.docker.com/public/ [2020-08-06T00:02:45.329Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86_64 [2020-08-06T00:02:45.329Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2020-08-06T00:02:45.329Z] JENKINS_NODE_COOKIE e899d5e3-f948-4dac-a738-57f994e9c41f [2020-08-06T00:02:45.329Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2020-08-06T00:02:45.329Z] JENKINS_URL https://ci-next.docker.com/public/ [2020-08-06T00:02:45.329Z] JOB_BASE_NAME PR-41316 [2020-08-06T00:02:45.329Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41316/display/redirect [2020-08-06T00:02:45.329Z] JOB_NAME moby/PR-41316 [2020-08-06T00:02:45.329Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41316/ [2020-08-06T00:02:45.329Z] library.jps.version master [2020-08-06T00:02:45.329Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2020-08-06T00:02:45.329Z] NODE_LABELS amd64 azure azwin-2-60d8b0 azwin-2019 docker west-us windows windows-2019 x86_64 [2020-08-06T00:02:45.329Z] NODE_NAME azwin-2-60d8b0 [2020-08-06T00:02:45.329Z] NUMBER_OF_PROCESSORS 4 [2020-08-06T00:02:45.329Z] OS Windows_NT [2020-08-06T00:02:45.329Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2020-08-06T00:02:45.329Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2020-08-06T00:02:45.329Z] PROCESSOR_ARCHITECTURE AMD64 [2020-08-06T00:02:45.329Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2020-08-06T00:02:45.329Z] PROCESSOR_LEVEL 6 [2020-08-06T00:02:45.329Z] PROCESSOR_REVISION 5504 [2020-08-06T00:02:45.329Z] ProgramData C:\ProgramData [2020-08-06T00:02:45.329Z] ProgramFiles C:\Program Files [2020-08-06T00:02:45.329Z] ProgramFiles(x86) C:\Program Files (x86) [2020-08-06T00:02:45.329Z] ProgramW6432 C:\Program Files [2020-08-06T00:02:45.329Z] PROMPT $P$G [2020-08-06T00:02:45.329Z] PSExecutionPolicyPreference Bypass [2020-08-06T00:02:45.329Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2020-08-06T00:02:45.329Z] PUBLIC C:\Users\Public [2020-08-06T00:02:45.329Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41316/1/display/redirect?page=changes [2020-08-06T00:02:45.329Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41316/1/display/redirect [2020-08-06T00:02:45.329Z] SKIP_VALIDATION_TESTS 1 [2020-08-06T00:02:45.329Z] SOURCES_DRIVE d [2020-08-06T00:02:45.329Z] SOURCES_SUBDIR gopath [2020-08-06T00:02:45.329Z] STAGE_NAME Run tests [2020-08-06T00:02:45.329Z] SystemDrive C: [2020-08-06T00:02:45.329Z] SystemRoot C:\windows [2020-08-06T00:02:45.329Z] TEMP C:\windows\TEMP [2020-08-06T00:02:45.329Z] TESTDEBUG 0 [2020-08-06T00:02:45.329Z] TESTRUN_DRIVE d [2020-08-06T00:02:45.329Z] TESTRUN_SUBDIR CI [2020-08-06T00:02:45.329Z] TIMEOUT 120m [2020-08-06T00:02:45.329Z] TMP C:\windows\TEMP [2020-08-06T00:02:45.329Z] USERDOMAIN WORKGROUP [2020-08-06T00:02:45.329Z] USERNAME azwin-2-60d8b0$ [2020-08-06T00:02:45.329Z] USERPROFILE C:\windows\system32\config\systemprofile [2020-08-06T00:02:45.329Z] windir C:\windows [2020-08-06T00:02:45.329Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2020-08-06T00:02:45.329Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2020-08-06T00:02:45.329Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2020-08-06T00:02:45.329Z] [2020-08-06T00:02:45.329Z] [2020-08-06T00:02:45.329Z] [2020-08-06T00:02:45.329Z] INFO: Sources under d:\gopath\... [2020-08-06T00:02:45.329Z] INFO: Test run under d:\CI\... [2020-08-06T00:02:45.329Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2020-08-06T00:02:45.329Z] INFO: docker/docker repository was found [2020-08-06T00:02:45.329Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2020-08-06T00:02:45.329Z] ltsc2019: Pulling from windows/servercore [2020-08-06T00:02:45.486Z] ok github.com/docker/docker/builder/remotecontext 0.345s coverage: 13.6% of statements [2020-08-06T00:02:45.486Z] ok github.com/docker/docker/builder/dockerfile 1.013s coverage: 48.1% of statements [2020-08-06T00:02:45.784Z] 4612f6d0b889: Pulling fs layer [2020-08-06T00:02:45.784Z] fc1b9e59edad: Pulling fs layer [2020-08-06T00:02:46.517Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-08-06T00:02:46.807Z] ok github.com/docker/docker/builder/remotecontext/git 0.949s coverage: 86.3% of statements [2020-08-06T00:02:46.807Z] ? github.com/docker/docker/cli [no test files] [2020-08-06T00:02:46.807Z] ? github.com/docker/docker/cli/config [no test files] [2020-08-06T00:02:47.364Z] #16 DONE 2.5s [2020-08-06T00:02:47.365Z] [2020-08-06T00:02:47.365Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:47.690Z] #22 ... [2020-08-06T00:02:47.690Z] [2020-08-06T00:02:47.690Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:47.690Z] #18 39.57 Unpacking bash-completion (1:2.8-6) ... [2020-08-06T00:02:47.690Z] #18 40.06 Selecting previously unselected package bzip2. [2020-08-06T00:02:47.690Z] #18 40.07 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2020-08-06T00:02:47.690Z] #18 40.09 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:02:47.690Z] #18 40.16 Selecting previously unselected package xz-utils. [2020-08-06T00:02:47.690Z] #18 40.17 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2020-08-06T00:02:47.690Z] #18 40.17 Unpacking xz-utils (5.2.4-1) ... [2020-08-06T00:02:47.690Z] #18 40.39 Selecting previously unselected package apparmor. [2020-08-06T00:02:47.690Z] #18 40.41 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2020-08-06T00:02:47.690Z] #18 40.52 Unpacking apparmor (2.13.2-10) ... [2020-08-06T00:02:47.690Z] #18 40.90 Selecting previously unselected package aufs-tools. [2020-08-06T00:02:47.690Z] #18 40.91 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2020-08-06T00:02:47.690Z] #18 40.91 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:02:47.690Z] #18 41.11 Selecting previously unselected package libonig5:ppc64el. [2020-08-06T00:02:47.690Z] #18 41.13 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2020-08-06T00:02:47.690Z] #18 41.13 Unpacking libonig5:ppc64el (6.9.1-1) ... [2020-08-06T00:02:47.690Z] #18 41.40 Selecting previously unselected package libjq1:ppc64el. [2020-08-06T00:02:47.690Z] #18 41.41 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2020-08-06T00:02:47.690Z] #18 41.43 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-08-06T00:02:47.690Z] #18 41.53 Selecting previously unselected package jq. [2020-08-06T00:02:47.690Z] #18 41.53 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2020-08-06T00:02:47.690Z] #18 41.54 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-06T00:02:47.690Z] #18 41.63 Selecting previously unselected package libaio1:ppc64el. [2020-08-06T00:02:47.690Z] #18 41.64 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2020-08-06T00:02:47.690Z] #18 41.65 Unpacking libaio1:ppc64el (0.3.112-3) ... [2020-08-06T00:02:47.690Z] #18 41.78 Selecting previously unselected package libgpm2:ppc64el. [2020-08-06T00:02:47.690Z] #18 41.79 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2020-08-06T00:02:47.690Z] #18 41.81 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2020-08-06T00:02:47.690Z] #18 41.87 Selecting previously unselected package libicu63:ppc64el. [2020-08-06T00:02:47.690Z] #18 41.88 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2020-08-06T00:02:47.690Z] #18 41.88 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2020-08-06T00:02:47.690Z] #18 45.84 Selecting previously unselected package libnet1:ppc64el. [2020-08-06T00:02:47.690Z] #18 45.84 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2020-08-06T00:02:47.989Z] #18 45.86 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-08-06T00:02:47.989Z] #18 46.00 Selecting previously unselected package libnl-3-200:ppc64el. [2020-08-06T00:02:47.989Z] #18 46.01 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2020-08-06T00:02:47.989Z] #18 46.02 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2020-08-06T00:02:47.989Z] #18 46.12 Selecting previously unselected package libprotobuf-c1:ppc64el. [2020-08-06T00:02:48.290Z] #18 46.12 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2020-08-06T00:02:48.290Z] #18 46.13 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-08-06T00:02:48.290Z] #18 46.20 Selecting previously unselected package libreadline5:ppc64el. [2020-08-06T00:02:48.290Z] #18 46.22 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2020-08-06T00:02:48.290Z] #18 46.22 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-08-06T00:02:48.290Z] #18 46.35 Selecting previously unselected package net-tools. [2020-08-06T00:02:48.290Z] #18 46.37 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2020-08-06T00:02:48.290Z] #18 46.37 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:02:48.605Z] #18 46.70 Selecting previously unselected package python-pip-whl. [2020-08-06T00:02:48.605Z] #18 46.73 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-08-06T00:02:48.605Z] #18 46.73 Unpacking python-pip-whl (18.1-5) ... [2020-08-06T00:02:49.256Z] #18 47.15 Selecting previously unselected package python3-lib2to3. [2020-08-06T00:02:49.256Z] #18 47.15 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-08-06T00:02:49.256Z] #18 47.16 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-08-06T00:02:49.256Z] #18 47.28 Selecting previously unselected package python3-distutils. [2020-08-06T00:02:49.256Z] #18 47.29 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-08-06T00:02:49.256Z] #18 47.30 Unpacking python3-distutils (3.7.3-1) ... [2020-08-06T00:02:49.256Z] #18 47.48 Selecting previously unselected package python3-pip. [2020-08-06T00:02:49.296Z] #17 ... [2020-08-06T00:02:49.296Z] [2020-08-06T00:02:49.296Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:02:49.296Z] #36 138.4 + dpkg --print-architecture [2020-08-06T00:02:49.296Z] #36 DONE 138.9s [2020-08-06T00:02:49.296Z] [2020-08-06T00:02:49.296Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:49.296Z] #17 1.878 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2020-08-06T00:02:49.296Z] #17 1.908 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2020-08-06T00:02:49.296Z] #17 1.908 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2020-08-06T00:02:49.531Z] ok github.com/docker/docker/client 0.125s coverage: 75.4% of statements [2020-08-06T00:02:49.556Z] #18 47.49 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-08-06T00:02:49.556Z] #18 47.50 Unpacking python3-pip (18.1-5) ... [2020-08-06T00:02:49.556Z] #18 ... [2020-08-06T00:02:49.556Z] [2020-08-06T00:02:49.556Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:49.556Z] #40 83.79 DEP criu/mount.d [2020-08-06T00:02:49.556Z] #40 84.13 DEP criu/memfd.d [2020-08-06T00:02:49.556Z] #40 84.33 DEP criu/mem.d [2020-08-06T00:02:49.556Z] #40 84.53 DEP criu/lsm.d [2020-08-06T00:02:49.556Z] #40 84.73 DEP criu/log.d [2020-08-06T00:02:49.556Z] #40 84.93 DEP criu/libnetlink.d [2020-08-06T00:02:49.556Z] #40 85.19 DEP criu/kerndat.d [2020-08-06T00:02:49.556Z] #40 85.42 DEP criu/kcmp-ids.d [2020-08-06T00:02:49.556Z] #40 85.56 DEP criu/irmap.d [2020-08-06T00:02:49.556Z] #40 85.73 DEP criu/ipc_ns.d [2020-08-06T00:02:49.556Z] #40 85.92 DEP criu/image.d [2020-08-06T00:02:49.556Z] #40 86.12 DEP criu/image-desc.d [2020-08-06T00:02:49.556Z] #40 86.22 DEP criu/fsnotify.d [2020-08-06T00:02:49.556Z] #40 86.46 DEP criu/filesystems.d [2020-08-06T00:02:49.556Z] #40 86.70 DEP criu/files.d [2020-08-06T00:02:49.556Z] #40 86.93 DEP criu/files-reg.d [2020-08-06T00:02:49.556Z] #40 87.11 DEP criu/files-ext.d [2020-08-06T00:02:49.556Z] #40 87.27 DEP criu/file-lock.d [2020-08-06T00:02:49.556Z] #40 87.47 DEP criu/file-ids.d [2020-08-06T00:02:49.556Z] #40 87.65 DEP criu/fifo.d [2020-08-06T00:02:49.556Z] #40 87.79 DEP criu/fdstore.d [2020-08-06T00:02:49.556Z] #40 87.97 DEP criu/fault-injection.d [2020-08-06T00:02:49.556Z] #40 88.03 DEP criu/external.d [2020-08-06T00:02:49.556Z] #40 88.18 DEP criu/eventpoll.d [2020-08-06T00:02:49.556Z] #40 88.41 DEP criu/eventfd.d [2020-08-06T00:02:49.556Z] #40 88.55 DEP criu/crtools.d [2020-08-06T00:02:49.556Z] #40 88.77 DEP criu/cr-service.d [2020-08-06T00:02:49.556Z] #40 89.02 DEP criu/cr-restore.d [2020-08-06T00:02:49.556Z] #40 89.36 DEP criu/cr-errno.d [2020-08-06T00:02:49.556Z] #40 89.37 DEP criu/cr-dump.d [2020-08-06T00:02:49.556Z] #40 89.63 DEP criu/cr-dedup.d [2020-08-06T00:02:49.556Z] #40 89.82 DEP criu/cr-check.d [2020-08-06T00:02:49.556Z] #40 90.05 DEP criu/config.d [2020-08-06T00:02:49.556Z] #40 90.25 DEP criu/clone-noasan.d [2020-08-06T00:02:49.556Z] #40 90.36 DEP criu/cgroup.d [2020-08-06T00:02:49.556Z] #40 90.56 DEP criu/cgroup-props.d [2020-08-06T00:02:49.556Z] #40 90.68 DEP criu/bitmap.d [2020-08-06T00:02:49.556Z] #40 90.70 DEP criu/bfd.d [2020-08-06T00:02:49.556Z] #40 90.89 DEP criu/autofs.d [2020-08-06T00:02:49.556Z] #40 91.17 DEP criu/aio.d [2020-08-06T00:02:49.556Z] #40 91.48 DEP criu/action-scripts.d [2020-08-06T00:02:49.556Z] #40 91.83 CC criu/action-scripts.o [2020-08-06T00:02:49.556Z] #40 92.44 CC criu/aio.o [2020-08-06T00:02:49.556Z] #40 93.11 CC criu/autofs.o [2020-08-06T00:02:49.556Z] #40 ... [2020-08-06T00:02:49.556Z] [2020-08-06T00:02:49.556Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:49.556Z] #18 47.69 Selecting previously unselected package python3-pkg-resources. [2020-08-06T00:02:49.556Z] #18 47.71 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-08-06T00:02:49.556Z] #18 47.71 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:02:49.856Z] #18 47.86 Selecting previously unselected package python3-setuptools. [2020-08-06T00:02:49.856Z] #18 47.88 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-08-06T00:02:49.856Z] #18 47.88 Unpacking python3-setuptools (40.8.0-1) ... [2020-08-06T00:02:49.875Z] #17 2.649 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7736 kB] [2020-08-06T00:02:50.156Z] #18 48.10 Selecting previously unselected package python3-wheel. [2020-08-06T00:02:50.156Z] #18 48.11 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-08-06T00:02:50.156Z] #18 48.11 Unpacking python3-wheel (0.32.3-2) ... [2020-08-06T00:02:50.156Z] #18 48.20 Selecting previously unselected package sudo. [2020-08-06T00:02:50.156Z] #18 48.21 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... [2020-08-06T00:02:50.156Z] #18 48.22 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:02:50.809Z] #18 48.75 Selecting previously unselected package thin-provisioning-tools. [2020-08-06T00:02:50.809Z] #18 48.76 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2020-08-06T00:02:50.809Z] #18 48.77 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:02:50.809Z] #18 49.04 Selecting previously unselected package uidmap. [2020-08-06T00:02:50.830Z] #17 3.553 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [213 kB] [2020-08-06T00:02:50.830Z] #17 ... [2020-08-06T00:02:50.830Z] [2020-08-06T00:02:50.830Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:50.830Z] #49 6.813 + cd /tmp/tmp.L7BhowYBDa/src/github.com/opencontainers/runc [2020-08-06T00:02:50.830Z] #49 6.819 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 [2020-08-06T00:02:50.830Z] #49 7.294 + '[' -z '' ']' [2020-08-06T00:02:50.830Z] #49 7.294 + target=static [2020-08-06T00:02:50.830Z] #49 7.294 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2020-08-06T00:02:50.830Z] #49 7.611 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . [2020-08-06T00:02:51.096Z] #49 ... [2020-08-06T00:02:51.096Z] [2020-08-06T00:02:51.096Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:51.096Z] #39 49.49 CC compel/arch/aarch64/src/lib/infect.o [2020-08-06T00:02:51.096Z] #39 49.75 CC compel/src/lib/infect-rpc.o [2020-08-06T00:02:51.096Z] #39 49.97 CC compel/src/lib/infect-util.o [2020-08-06T00:02:51.096Z] #39 50.18 CC compel/src/lib/infect.o [2020-08-06T00:02:51.096Z] #39 51.98 CC compel/src/lib/ptrace.o [2020-08-06T00:02:51.096Z] #39 52.24 AR compel/libcompel.a [2020-08-06T00:02:51.096Z] #39 52.30 HOSTCC compel/src/main-host.o [2020-08-06T00:02:51.096Z] #39 52.60 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o [2020-08-06T00:02:51.096Z] #39 52.72 HOSTCC compel/src/lib/handle-elf-host.o [2020-08-06T00:02:51.096Z] #39 53.06 HOSTCC compel/src/lib/log-host.o [2020-08-06T00:02:51.096Z] #39 53.24 HOSTLINK compel/compel-host-bin [2020-08-06T00:02:51.096Z] #39 53.42 DEP soccr/soccr.d [2020-08-06T00:02:51.096Z] #39 53.56 CC soccr/soccr.o [2020-08-06T00:02:51.096Z] #39 54.94 AR soccr/libsoccr.a [2020-08-06T00:02:51.096Z] #39 54.99 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-06T00:02:51.096Z] #39 55.40 DEP criu/arch/aarch64/sigframe.d [2020-08-06T00:02:51.096Z] #39 55.48 DEP criu/arch/aarch64/crtools.d [2020-08-06T00:02:51.096Z] #39 55.62 DEP criu/arch/aarch64/cpu.d [2020-08-06T00:02:51.096Z] #39 55.65 DEP criu/arch/aarch64/bitops.d [2020-08-06T00:02:51.096Z] #39 55.69 CC criu/arch/aarch64/bitops.o [2020-08-06T00:02:51.096Z] #39 55.74 CC criu/arch/aarch64/cpu.o [2020-08-06T00:02:51.096Z] #39 55.90 CC criu/arch/aarch64/crtools.o [2020-08-06T00:02:51.096Z] #39 56.61 CC criu/arch/aarch64/sigframe.o [2020-08-06T00:02:51.096Z] #39 56.85 LINK criu/arch/aarch64/crtools.built-in.o [2020-08-06T00:02:51.096Z] #39 56.90 DEP criu/pie/util-vdso.d [2020-08-06T00:02:51.096Z] #39 57.08 DEP criu/pie/util.d [2020-08-06T00:02:51.096Z] #39 57.19 CC criu/pie/util.o [2020-08-06T00:02:51.154Z] #18 49.05 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2020-08-06T00:02:51.154Z] #18 49.06 Unpacking uidmap (1:4.5-1.1) ... [2020-08-06T00:02:51.154Z] #18 49.15 Selecting previously unselected package vim-runtime. [2020-08-06T00:02:51.154Z] #18 49.15 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:02:51.154Z] #18 49.18 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-08-06T00:02:51.154Z] #18 49.21 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-08-06T00:02:51.154Z] #18 49.22 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:02:51.360Z] #39 57.44 CC criu/pie/util-vdso.o [2020-08-06T00:02:51.360Z] #39 ... [2020-08-06T00:02:51.360Z] [2020-08-06T00:02:51.360Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:51.360Z] #17 4.064 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] [2020-08-06T00:02:51.455Z] #18 ... [2020-08-06T00:02:51.455Z] [2020-08-06T00:02:51.455Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:02:51.455Z] #42 150.0 crypto/tls [2020-08-06T00:02:51.455Z] #42 157.2 net/http/httptrace [2020-08-06T00:02:51.455Z] #42 157.5 net/http [2020-08-06T00:02:51.455Z] #42 ... [2020-08-06T00:02:51.455Z] [2020-08-06T00:02:51.455Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:51.455Z] #40 95.24 CC criu/bfd.o [2020-08-06T00:02:51.757Z] #40 96.06 CC criu/bitmap.o [2020-08-06T00:02:52.056Z] #40 96.29 CC criu/cgroup-props.o [2020-08-06T00:02:53.119Z] #40 97.30 CC criu/cgroup.o [2020-08-06T00:02:53.923Z] #17 6.533 Fetched 8196 kB in 5s (1647 kB/s) [2020-08-06T00:02:54.310Z] fc1b9e59edad: Verifying Checksum [2020-08-06T00:02:54.310Z] fc1b9e59edad: Download complete [2020-08-06T00:02:55.856Z] #17 6.533 Reading package lists... [2020-08-06T00:02:56.702Z] #40 ... [2020-08-06T00:02:56.702Z] [2020-08-06T00:02:56.702Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:56.702Z] #18 52.55 Selecting previously unselected package vim. [2020-08-06T00:02:56.702Z] #18 52.56 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2020-08-06T00:02:56.702Z] #18 52.59 Unpacking vim (2:8.1.0875-5) ... [2020-08-06T00:02:56.702Z] #18 53.42 Selecting previously unselected package xfsprogs. [2020-08-06T00:02:56.702Z] #18 53.44 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2020-08-06T00:02:56.702Z] #18 53.44 Unpacking xfsprogs (4.20.0-1) ... [2020-08-06T00:02:56.702Z] #18 53.97 Selecting previously unselected package zip. [2020-08-06T00:02:56.702Z] #18 53.98 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2020-08-06T00:02:56.702Z] #18 53.99 Unpacking zip (3.0-11+b1) ... [2020-08-06T00:02:56.702Z] #18 54.16 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:02:56.702Z] #18 54.19 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:02:56.702Z] #18 54.19 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2020-08-06T00:02:56.702Z] #18 54.20 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2020-08-06T00:02:56.702Z] #18 54.21 Setting up libgpm2:ppc64el (1.20.7-5) ... [2020-08-06T00:02:56.702Z] #18 54.21 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2020-08-06T00:02:56.702Z] #18 54.22 Setting up uidmap (1:4.5-1.1) ... [2020-08-06T00:02:56.702Z] #18 54.22 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2020-08-06T00:02:56.702Z] #18 54.23 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2020-08-06T00:02:56.702Z] #18 54.23 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:02:56.702Z] #18 54.26 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2020-08-06T00:02:56.702Z] #18 54.26 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2020-08-06T00:02:56.702Z] #18 54.27 Setting up xxd (2:8.1.0875-5) ... [2020-08-06T00:02:56.702Z] #18 54.28 Setting up zip (3.0-11+b1) ... [2020-08-06T00:02:56.702Z] #18 54.29 Setting up vim-common (2:8.1.0875-5) ... [2020-08-06T00:02:56.702Z] #18 54.32 Setting up bash-completion (1:2.8-6) ... [2020-08-06T00:02:57.075Z] #17 8.763 Reading package lists... [2020-08-06T00:02:57.075Z] #17 ... [2020-08-06T00:02:57.075Z] [2020-08-06T00:02:57.075Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:02:57.075Z] #39 57.95 AR criu/pie/pie.lib.a [2020-08-06T00:02:57.075Z] #39 58.01 DEP criu/pie/restorer.d [2020-08-06T00:02:57.075Z] #39 58.22 DEP criu/arch/aarch64/intraprocedure.d [2020-08-06T00:02:57.075Z] #39 58.23 DEP criu/arch/aarch64/restorer.d [2020-08-06T00:02:57.075Z] #39 58.33 DEP criu/arch/aarch64/vdso-pie.d [2020-08-06T00:02:57.075Z] #39 58.41 DEP criu/pie/parasite-vdso.d [2020-08-06T00:02:57.075Z] #39 58.59 DEP criu/pie/parasite.d [2020-08-06T00:02:57.075Z] #39 58.82 CC criu/pie/parasite.o [2020-08-06T00:02:57.075Z] #39 59.71 LINK criu/pie/parasite.built-in.o [2020-08-06T00:02:57.075Z] #39 59.73 GEN criu/pie/parasite-blob.h [2020-08-06T00:02:57.075Z] #39 59.75 CC criu/pie/parasite-vdso.o [2020-08-06T00:02:57.075Z] #39 60.28 CC criu/arch/aarch64/vdso-pie.o [2020-08-06T00:02:57.075Z] #39 60.47 CC criu/arch/aarch64/restorer.o [2020-08-06T00:02:57.075Z] #39 60.79 CC criu/arch/aarch64/intraprocedure.o [2020-08-06T00:02:57.075Z] #39 60.82 CC criu/pie/restorer.o [2020-08-06T00:02:57.075Z] #39 63.11 LINK criu/pie/restorer.built-in.o [2020-08-06T00:02:57.075Z] #39 63.12 GEN criu/pie/restorer-blob.h [2020-08-06T00:02:57.075Z] #39 63.21 DEP criu/vdso.d [2020-08-06T00:02:57.075Z] #39 63.40 DEP criu/uts_ns.d [2020-08-06T00:02:57.344Z] #39 63.52 DEP criu/util.d [2020-08-06T00:02:57.344Z] #39 63.61 DEP criu/uffd.d [2020-08-06T00:02:57.607Z] #39 63.72 DEP criu/tun.d [2020-08-06T00:02:57.871Z] #39 63.87 DEP criu/tty.d [2020-08-06T00:02:57.871Z] #39 64.06 DEP criu/timerfd.d [2020-08-06T00:02:58.134Z] #39 64.27 DEP criu/timens.d [2020-08-06T00:02:58.398Z] #39 64.53 DEP criu/sysfs_parse.d [2020-08-06T00:02:58.661Z] #39 64.74 DEP criu/sysctl.d [2020-08-06T00:02:58.661Z] #39 64.92 DEP criu/string.d [2020-08-06T00:02:58.661Z] #39 64.96 DEP criu/stats.d [2020-08-06T00:02:58.925Z] #39 65.08 DEP criu/sockets.d [2020-08-06T00:02:59.189Z] #39 65.32 DEP criu/sk-unix.d [2020-08-06T00:02:59.458Z] #39 65.57 DEP criu/sk-tcp.d [2020-08-06T00:02:59.726Z] #39 65.81 DEP criu/sk-queue.d [2020-08-06T00:02:59.726Z] #39 ... [2020-08-06T00:02:59.726Z] [2020-08-06T00:02:59.726Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:02:59.726Z] #17 8.763 Reading package lists... [2020-08-06T00:02:59.726Z] #17 11.21 Building dependency tree... [2020-08-06T00:02:59.726Z] #17 12.49 libcap2-bin is already the newest version (1:2.25-2). [2020-08-06T00:02:59.726Z] #17 12.49 The following additional packages will be installed: [2020-08-06T00:02:59.726Z] #17 12.49 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2020-08-06T00:02:59.726Z] #17 12.49 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2020-08-06T00:02:59.726Z] #17 12.49 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2020-08-06T00:02:59.726Z] #17 12.49 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2020-08-06T00:02:59.726Z] #17 12.49 python3.7 python3.7-minimal vim-runtime xxd [2020-08-06T00:02:59.726Z] #17 12.50 Suggested packages: [2020-08-06T00:02:59.726Z] #17 12.50 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2020-08-06T00:02:59.726Z] #17 12.50 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2020-08-06T00:02:59.726Z] #17 12.50 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2020-08-06T00:02:59.726Z] #17 12.50 Recommended packages: [2020-08-06T00:02:59.726Z] #17 12.50 aufs-dkms nftables build-essential python3-dev python3-keyring [2020-08-06T00:02:59.726Z] #17 12.50 python3-keyrings.alt python3-xdg unzip [2020-08-06T00:03:01.124Z] #17 13.99 The following NEW packages will be installed: [2020-08-06T00:03:01.124Z] #17 13.99 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2020-08-06T00:03:01.124Z] #17 13.99 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2020-08-06T00:03:01.124Z] #17 13.99 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2020-08-06T00:03:01.124Z] #17 13.99 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2020-08-06T00:03:01.124Z] #17 14.00 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2020-08-06T00:03:01.124Z] #17 14.00 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2020-08-06T00:03:01.124Z] #17 14.00 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2020-08-06T00:03:01.124Z] #17 14.00 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2020-08-06T00:03:01.124Z] #17 14.00 xz-utils zip [2020-08-06T00:03:01.238Z] #18 58.89 Setting up libiptc0:ppc64el (1.8.2-4) ... [2020-08-06T00:03:01.238Z] #18 58.90 Setting up xz-utils (5.2.4-1) ... [2020-08-06T00:03:01.238Z] #18 58.92 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-08-06T00:03:01.238Z] #18 58.94 Setting up sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:03:01.238Z] #18 59.01 invoke-rc.d: could not determine current runlevel [2020-08-06T00:03:01.238Z] #18 59.04 invoke-rc.d: policy-rc.d denied execution of start. [2020-08-06T00:03:01.238Z] #18 59.05 Setting up pigz (2.4-1) ... [2020-08-06T00:03:01.238Z] #18 59.05 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2020-08-06T00:03:01.238Z] #18 59.06 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2020-08-06T00:03:01.238Z] #18 59.07 Setting up python-pip-whl (18.1-5) ... [2020-08-06T00:03:01.238Z] #18 59.08 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2020-08-06T00:03:01.238Z] #18 59.09 Setting up vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:03:01.238Z] #18 ... [2020-08-06T00:03:01.238Z] [2020-08-06T00:03:01.238Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:03:01.238Z] #42 169.8 github.com/LK4D4/vndr/godl [2020-08-06T00:03:01.388Z] #17 14.32 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2020-08-06T00:03:01.388Z] #17 14.32 Need to get 27.6 MB of archives. [2020-08-06T00:03:01.388Z] #17 14.32 After this operation, 114 MB of additional disk space will be used. [2020-08-06T00:03:01.388Z] #17 14.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2020-08-06T00:03:01.388Z] #17 14.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB] [2020-08-06T00:03:01.388Z] #17 14.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB] [2020-08-06T00:03:01.652Z] #17 14.38 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2020-08-06T00:03:01.652Z] #17 14.46 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2020-08-06T00:03:01.652Z] #17 14.48 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB] [2020-08-06T00:03:01.652Z] #17 14.52 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB] [2020-08-06T00:03:01.883Z] #42 170.7 github.com/LK4D4/vndr [2020-08-06T00:03:01.916Z] #17 14.65 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2020-08-06T00:03:01.916Z] #17 14.83 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2020-08-06T00:03:02.181Z] #17 14.94 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2020-08-06T00:03:02.181Z] #17 14.95 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2020-08-06T00:03:02.181Z] #17 15.04 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2020-08-06T00:03:02.181Z] #17 15.05 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2020-08-06T00:03:02.181Z] #17 15.05 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2020-08-06T00:03:02.181Z] #17 15.06 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2020-08-06T00:03:02.181Z] #17 15.06 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2020-08-06T00:03:02.181Z] #17 15.08 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2020-08-06T00:03:02.181Z] #17 15.08 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2020-08-06T00:03:02.181Z] #17 15.09 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2020-08-06T00:03:02.181Z] #17 15.10 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2020-08-06T00:03:02.181Z] #17 15.12 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2020-08-06T00:03:02.181Z] #17 15.12 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2020-08-06T00:03:02.181Z] #17 15.14 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2020-08-06T00:03:02.445Z] #17 15.15 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2020-08-06T00:03:02.445Z] #17 15.16 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2020-08-06T00:03:02.445Z] #17 15.17 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2020-08-06T00:03:02.445Z] #17 15.18 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2020-08-06T00:03:02.445Z] #17 15.18 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2020-08-06T00:03:02.445Z] #17 15.19 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2020-08-06T00:03:02.710Z] #17 15.45 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2020-08-06T00:03:02.710Z] #17 15.45 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2020-08-06T00:03:02.710Z] #17 15.45 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2020-08-06T00:03:02.710Z] #17 15.46 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2020-08-06T00:03:02.710Z] #17 15.48 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2020-08-06T00:03:02.710Z] #17 15.52 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2020-08-06T00:03:02.710Z] #17 15.58 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2020-08-06T00:03:02.975Z] #17 15.59 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2020-08-06T00:03:02.975Z] #17 15.59 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2020-08-06T00:03:02.975Z] #17 15.59 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2020-08-06T00:03:02.975Z] #17 15.60 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2020-08-06T00:03:02.975Z] #17 15.61 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2020-08-06T00:03:02.975Z] #17 15.63 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] [2020-08-06T00:03:03.239Z] #17 15.91 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2020-08-06T00:03:03.239Z] #17 16.00 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2020-08-06T00:03:03.239Z] #17 16.14 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2020-08-06T00:03:03.818Z] #17 16.64 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2020-08-06T00:03:04.082Z] #17 16.70 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2020-08-06T00:03:04.082Z] #17 16.73 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2020-08-06T00:03:04.660Z] #17 17.38 debconf: delaying package configuration, since apt-utils is not installed [2020-08-06T00:03:04.660Z] #17 17.49 Fetched 27.6 MB in 3s (10.3 MB/s) [2020-08-06T00:03:04.660Z] #17 17.54 Selecting previously unselected package pigz. [2020-08-06T00:03:04.925Z] #17 17.54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23405 files and directories currently installed.) [2020-08-06T00:03:04.925Z] #17 17.60 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2020-08-06T00:03:04.925Z] #17 17.61 Unpacking pigz (2.4-1) ... [2020-08-06T00:03:04.925Z] #17 17.72 Selecting previously unselected package libpython3.7-minimal:arm64. [2020-08-06T00:03:04.925Z] #17 17.72 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-08-06T00:03:04.925Z] #17 17.74 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-08-06T00:03:05.190Z] #17 18.12 Selecting previously unselected package python3.7-minimal. [2020-08-06T00:03:05.453Z] #17 18.12 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ... [2020-08-06T00:03:05.453Z] #17 18.14 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:03:06.032Z] #17 18.82 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ... [2020-08-06T00:03:06.032Z] #17 18.85 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2020-08-06T00:03:06.400Z] #42 ... [2020-08-06T00:03:06.400Z] [2020-08-06T00:03:06.400Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:03:06.400Z] #18 59.62 Setting up libaio1:ppc64el (0.3.112-3) ... [2020-08-06T00:03:06.400Z] #18 59.63 Setting up libonig5:ppc64el (6.9.1-1) ... [2020-08-06T00:03:06.400Z] #18 59.63 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2020-08-06T00:03:06.400Z] #18 59.65 Setting up vim (2:8.1.0875-5) ... [2020-08-06T00:03:06.400Z] #18 59.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-08-06T00:03:06.400Z] #18 59.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-08-06T00:03:06.400Z] #18 59.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-08-06T00:03:06.400Z] #18 59.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-08-06T00:03:06.400Z] #18 59.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-08-06T00:03:06.400Z] #18 59.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-08-06T00:03:06.400Z] #18 59.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-08-06T00:03:06.400Z] #18 59.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-08-06T00:03:06.400Z] #18 59.76 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2020-08-06T00:03:06.400Z] #18 59.76 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:03:06.400Z] #18 59.77 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2020-08-06T00:03:06.400Z] #18 59.78 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-06T00:03:06.400Z] #18 59.78 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2020-08-06T00:03:06.400Z] #18 59.79 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:03:06.400Z] #18 63.60 Setting up iptables (1.8.2-4) ... [2020-08-06T00:03:06.400Z] #18 63.62 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:03:06.400Z] #18 63.63 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:03:06.400Z] #18 63.64 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:03:06.400Z] #18 63.64 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:03:06.400Z] #18 63.65 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-08-06T00:03:06.400Z] #18 63.66 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-08-06T00:03:06.400Z] #18 63.67 Setting up python3 (3.7.3-1) ... [2020-08-06T00:03:06.400Z] #18 63.99 Setting up python3-wheel (0.32.3-2) ... [2020-08-06T00:03:07.009Z] #18 64.95 Setting up apparmor (2.13.2-10) ... [2020-08-06T00:03:08.562Z] #18 ... [2020-08-06T00:03:08.562Z] [2020-08-06T00:03:08.562Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:08.562Z] #40 102.6 CC criu/clone-noasan.o [2020-08-06T00:03:08.562Z] #40 102.8 CC criu/config.o [2020-08-06T00:03:08.562Z] #40 105.7 CC criu/cr-check.o [2020-08-06T00:03:08.562Z] #40 108.1 CC criu/cr-dedup.o [2020-08-06T00:03:08.562Z] #40 108.9 CC criu/cr-dump.o [2020-08-06T00:03:08.562Z] #40 112.3 CC criu/cr-errno.o [2020-08-06T00:03:08.562Z] #40 112.4 CC criu/cr-restore.o [2020-08-06T00:03:08.619Z] #17 21.00 Selecting previously unselected package python3-minimal. [2020-08-06T00:03:08.619Z] #17 21.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23654 files and directories currently installed.) [2020-08-06T00:03:08.619Z] #17 21.12 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2020-08-06T00:03:08.619Z] #17 21.13 Unpacking python3-minimal (3.7.3-1) ... [2020-08-06T00:03:08.619Z] #17 21.21 Selecting previously unselected package libmpdec2:arm64. [2020-08-06T00:03:08.619Z] #17 21.22 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2020-08-06T00:03:08.619Z] #17 21.23 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2020-08-06T00:03:08.619Z] #17 21.41 Selecting previously unselected package libpython3.7-stdlib:arm64. [2020-08-06T00:03:08.619Z] #17 21.41 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ... [2020-08-06T00:03:08.619Z] #17 21.42 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-08-06T00:03:09.212Z] #40 ... [2020-08-06T00:03:09.212Z] [2020-08-06T00:03:09.212Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:03:09.212Z] #18 67.10 Setting up xfsprogs (4.20.0-1) ... [2020-08-06T00:03:09.212Z] #18 67.11 Setting up python3-lib2to3 (3.7.3-1) ... [2020-08-06T00:03:09.513Z] #18 67.61 Setting up python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:03:09.586Z] #17 22.34 Selecting previously unselected package python3.7. [2020-08-06T00:03:09.586Z] #17 22.34 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ... [2020-08-06T00:03:09.586Z] #17 22.36 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:03:09.586Z] #17 22.50 Selecting previously unselected package libpython3-stdlib:arm64. [2020-08-06T00:03:09.586Z] #17 22.50 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2020-08-06T00:03:09.586Z] #17 22.52 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2020-08-06T00:03:09.851Z] #17 ... [2020-08-06T00:03:09.851Z] [2020-08-06T00:03:09.851Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:09.851Z] #39 65.99 DEP criu/sk-packet.d [2020-08-06T00:03:09.851Z] #39 66.13 DEP criu/sk-netlink.d [2020-08-06T00:03:09.851Z] #39 66.27 DEP criu/sk-inet.d [2020-08-06T00:03:09.851Z] #39 66.52 DEP criu/signalfd.d [2020-08-06T00:03:09.851Z] #39 66.74 DEP criu/sigframe.d [2020-08-06T00:03:09.851Z] #39 66.90 DEP criu/shmem.d [2020-08-06T00:03:09.851Z] #39 67.02 DEP criu/servicefd.d [2020-08-06T00:03:09.851Z] #39 67.15 DEP criu/seize.d [2020-08-06T00:03:09.851Z] #39 67.28 DEP criu/seccomp.d [2020-08-06T00:03:09.851Z] #39 67.49 DEP criu/rst-malloc.d [2020-08-06T00:03:09.851Z] #39 67.57 DEP criu/rbtree.d [2020-08-06T00:03:09.851Z] #39 67.60 DEP criu/pstree.d [2020-08-06T00:03:09.851Z] #39 67.80 DEP criu/protobuf.d [2020-08-06T00:03:09.851Z] #39 67.95 GEN criu/protobuf-desc-gen.h [2020-08-06T00:03:09.851Z] #39 69.33 DEP criu/protobuf-desc.d [2020-08-06T00:03:09.851Z] #39 69.58 DEP criu/proc_parse.d [2020-08-06T00:03:09.851Z] #39 69.81 DEP criu/plugin.d [2020-08-06T00:03:09.851Z] #39 69.88 DEP criu/pipes.d [2020-08-06T00:03:09.851Z] #39 70.02 DEP criu/pie-util.d [2020-08-06T00:03:09.851Z] #39 70.11 DEP criu/pie-util-vdso.d [2020-08-06T00:03:09.851Z] #39 70.21 DEP criu/path.d [2020-08-06T00:03:09.851Z] #39 70.28 DEP criu/parasite-syscall.d [2020-08-06T00:03:09.851Z] #39 70.52 DEP criu/pagemap.d [2020-08-06T00:03:09.851Z] #39 70.62 DEP criu/pagemap-cache.d [2020-08-06T00:03:09.851Z] #39 70.69 DEP criu/page-xfer.d [2020-08-06T00:03:09.851Z] #39 70.86 DEP criu/page-pipe.d [2020-08-06T00:03:09.851Z] #39 70.95 DEP criu/netfilter.d [2020-08-06T00:03:09.851Z] #39 71.10 DEP criu/net.d [2020-08-06T00:03:09.851Z] #39 71.28 DEP criu/namespaces.d [2020-08-06T00:03:09.851Z] #39 71.45 DEP criu/mount.d [2020-08-06T00:03:09.851Z] #39 71.64 DEP criu/memfd.d [2020-08-06T00:03:09.851Z] #39 71.77 DEP criu/mem.d [2020-08-06T00:03:09.851Z] #39 71.92 DEP criu/lsm.d [2020-08-06T00:03:09.851Z] #39 72.01 DEP criu/log.d [2020-08-06T00:03:09.851Z] #39 72.09 DEP criu/libnetlink.d [2020-08-06T00:03:09.851Z] #39 72.18 DEP criu/kerndat.d [2020-08-06T00:03:09.851Z] #39 72.39 DEP criu/kcmp-ids.d [2020-08-06T00:03:09.851Z] #39 72.52 DEP criu/irmap.d [2020-08-06T00:03:09.851Z] #39 72.66 DEP criu/ipc_ns.d [2020-08-06T00:03:09.851Z] #39 72.81 DEP criu/image.d [2020-08-06T00:03:09.851Z] #39 72.96 DEP criu/image-desc.d [2020-08-06T00:03:09.851Z] #39 73.06 DEP criu/fsnotify.d [2020-08-06T00:03:09.851Z] #39 73.23 DEP criu/filesystems.d [2020-08-06T00:03:09.851Z] #39 73.36 DEP criu/files.d [2020-08-06T00:03:09.851Z] #39 73.49 DEP criu/files-reg.d [2020-08-06T00:03:09.851Z] #39 73.62 DEP criu/files-ext.d [2020-08-06T00:03:09.851Z] #39 73.71 DEP criu/file-lock.d [2020-08-06T00:03:09.851Z] #39 73.85 DEP criu/file-ids.d [2020-08-06T00:03:09.851Z] #39 73.97 DEP criu/fifo.d [2020-08-06T00:03:09.851Z] #39 74.05 DEP criu/fdstore.d [2020-08-06T00:03:09.851Z] #39 74.15 DEP criu/fault-injection.d [2020-08-06T00:03:09.851Z] #39 74.19 DEP criu/external.d [2020-08-06T00:03:09.851Z] #39 74.32 DEP criu/eventpoll.d [2020-08-06T00:03:09.851Z] #39 74.50 DEP criu/eventfd.d [2020-08-06T00:03:09.851Z] #39 74.60 DEP criu/crtools.d [2020-08-06T00:03:09.851Z] #39 74.74 DEP criu/cr-service.d [2020-08-06T00:03:09.851Z] #39 74.88 DEP criu/cr-restore.d [2020-08-06T00:03:09.851Z] #39 75.15 DEP criu/cr-errno.d [2020-08-06T00:03:09.851Z] #39 75.17 DEP criu/cr-dump.d [2020-08-06T00:03:09.851Z] #39 75.35 DEP criu/cr-dedup.d [2020-08-06T00:03:09.851Z] #39 75.62 DEP criu/cr-check.d [2020-08-06T00:03:09.851Z] #39 75.79 DEP criu/config.d [2020-08-06T00:03:09.851Z] #39 76.01 DEP criu/clone-noasan.d [2020-08-06T00:03:09.851Z] #39 76.07 DEP criu/cgroup.d [2020-08-06T00:03:09.851Z] #39 ... [2020-08-06T00:03:09.851Z] [2020-08-06T00:03:09.851Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:03:09.851Z] #17 22.72 Setting up python3-minimal (3.7.3-1) ... [2020-08-06T00:03:10.571Z] #18 68.74 Setting up python3-distutils (3.7.3-1) ... [2020-08-06T00:03:10.801Z] #17 23.75 Selecting previously unselected package python3. [2020-08-06T00:03:11.065Z] #17 23.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) [2020-08-06T00:03:11.065Z] #17 23.80 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2020-08-06T00:03:11.065Z] #17 23.82 Unpacking python3 (3.7.3-1) ... [2020-08-06T00:03:11.065Z] #17 23.93 Selecting previously unselected package libip4tc0:arm64. [2020-08-06T00:03:11.065Z] #17 23.94 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2020-08-06T00:03:11.065Z] #17 23.95 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2020-08-06T00:03:11.065Z] #17 24.04 Selecting previously unselected package libip6tc0:arm64. [2020-08-06T00:03:11.328Z] #17 24.04 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2020-08-06T00:03:11.328Z] #17 24.05 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2020-08-06T00:03:11.328Z] #17 24.17 Selecting previously unselected package libiptc0:arm64. [2020-08-06T00:03:11.328Z] #17 24.17 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2020-08-06T00:03:11.328Z] #17 24.18 Unpacking libiptc0:arm64 (1.8.2-4) ... [2020-08-06T00:03:11.328Z] #17 24.27 Selecting previously unselected package libnfnetlink0:arm64. [2020-08-06T00:03:11.592Z] #17 24.28 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2020-08-06T00:03:11.592Z] #17 24.29 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-08-06T00:03:11.592Z] #17 24.36 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2020-08-06T00:03:11.592Z] #17 24.38 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2020-08-06T00:03:11.592Z] #17 24.40 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-08-06T00:03:11.592Z] #17 24.52 Selecting previously unselected package libnftnl11:arm64. [2020-08-06T00:03:11.630Z] #18 69.49 Setting up python3-setuptools (40.8.0-1) ... [2020-08-06T00:03:11.860Z] #17 24.52 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2020-08-06T00:03:11.860Z] #17 24.53 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2020-08-06T00:03:11.860Z] #17 24.65 Selecting previously unselected package iptables. [2020-08-06T00:03:11.860Z] #17 24.66 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2020-08-06T00:03:11.860Z] #17 24.66 Unpacking iptables (1.8.2-4) ... [2020-08-06T00:03:11.931Z] #18 ... [2020-08-06T00:03:11.931Z] [2020-08-06T00:03:11.931Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:03:11.931Z] #42 DONE 180.6s [2020-08-06T00:03:11.931Z] [2020-08-06T00:03:11.931Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:03:11.975Z] 4612f6d0b889: Verifying Checksum [2020-08-06T00:03:11.975Z] 4612f6d0b889: Download complete [2020-08-06T00:03:12.124Z] #17 24.93 Selecting previously unselected package xxd. [2020-08-06T00:03:12.124Z] #17 24.94 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2020-08-06T00:03:12.124Z] #17 24.95 Unpacking xxd (2:8.1.0875-5) ... [2020-08-06T00:03:12.388Z] #17 25.16 Selecting previously unselected package vim-common. [2020-08-06T00:03:12.388Z] #17 25.18 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:03:12.388Z] #17 25.20 Unpacking vim-common (2:8.1.0875-5) ... [2020-08-06T00:03:12.652Z] #17 25.38 Selecting previously unselected package bash-completion. [2020-08-06T00:03:12.652Z] #17 25.40 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2020-08-06T00:03:13.480Z] #18 71.33 Setting up python3-pip (18.1-5) ... [2020-08-06T00:03:14.536Z] #18 72.52 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:03:14.536Z] #18 72.55 Processing triggers for mime-support (3.62) ... [2020-08-06T00:03:14.835Z] #18 DONE 72.9s [2020-08-06T00:03:14.835Z] [2020-08-06T00:03:14.835Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-08-06T00:03:15.135Z] #19 0.399 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-08-06T00:03:15.135Z] #19 0.402 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-08-06T00:03:15.135Z] #19 0.404 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-08-06T00:03:15.135Z] #19 DONE 0.5s [2020-08-06T00:03:15.135Z] [2020-08-06T00:03:15.135Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:03:15.434Z] #29 ... [2020-08-06T00:03:15.434Z] [2020-08-06T00:03:15.434Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:03:15.975Z] #17 28.21 Unpacking bash-completion (1:2.8-6) ... [2020-08-06T00:03:15.975Z] #17 28.58 Selecting previously unselected package bzip2. [2020-08-06T00:03:15.975Z] #17 28.60 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2020-08-06T00:03:15.975Z] #17 28.61 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:03:15.975Z] #17 28.70 Selecting previously unselected package xz-utils. [2020-08-06T00:03:15.975Z] #17 28.71 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2020-08-06T00:03:15.975Z] #17 28.71 Unpacking xz-utils (5.2.4-1) ... [2020-08-06T00:03:15.975Z] #17 28.88 Selecting previously unselected package apparmor. [2020-08-06T00:03:15.975Z] #17 28.88 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2020-08-06T00:03:15.975Z] #17 28.96 Unpacking apparmor (2.13.2-10) ... [2020-08-06T00:03:16.552Z] #17 29.25 Selecting previously unselected package aufs-tools. [2020-08-06T00:03:16.552Z] #17 29.25 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2020-08-06T00:03:16.552Z] #17 29.26 Unpacking aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:03:16.552Z] #17 29.47 Selecting previously unselected package libonig5:arm64. [2020-08-06T00:03:16.552Z] #17 29.48 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2020-08-06T00:03:16.552Z] #17 29.49 Unpacking libonig5:arm64 (6.9.1-1) ... [2020-08-06T00:03:16.690Z] ok github.com/docker/docker/cmd/dockerd 0.036s coverage: 30.8% of statements [2020-08-06T00:03:16.690Z] ok github.com/docker/docker/container 0.144s coverage: 34.7% of statements [2020-08-06T00:03:16.690Z] ? github.com/docker/docker/container/stream [no test files] [2020-08-06T00:03:16.690Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-08-06T00:03:16.690Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-08-06T00:03:16.690Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-08-06T00:03:16.841Z] #17 29.67 Selecting previously unselected package libjq1:arm64. [2020-08-06T00:03:16.841Z] #17 29.68 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2020-08-06T00:03:16.841Z] #17 29.69 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-08-06T00:03:16.841Z] #17 29.79 Selecting previously unselected package jq. [2020-08-06T00:03:17.117Z] #17 29.80 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2020-08-06T00:03:17.117Z] #17 29.81 Unpacking jq (1.5+dfsg-2+b1) ... [2020-08-06T00:03:17.117Z] #17 29.88 Selecting previously unselected package libaio1:arm64. [2020-08-06T00:03:17.117Z] #17 29.88 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2020-08-06T00:03:17.117Z] #17 29.90 Unpacking libaio1:arm64 (0.3.112-3) ... [2020-08-06T00:03:17.117Z] #17 29.99 Selecting previously unselected package libgpm2:arm64. [2020-08-06T00:03:17.117Z] #17 30.01 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2020-08-06T00:03:17.384Z] #17 30.03 Unpacking libgpm2:arm64 (1.20.7-5) ... [2020-08-06T00:03:17.384Z] #17 30.14 Selecting previously unselected package libicu63:arm64. [2020-08-06T00:03:17.384Z] #17 30.14 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2020-08-06T00:03:17.384Z] #17 30.15 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2020-08-06T00:03:20.201Z] ok github.com/docker/docker/daemon/cluster 0.046s coverage: 0.5% of statements [2020-08-06T00:03:20.732Z] #17 ... [2020-08-06T00:03:20.732Z] [2020-08-06T00:03:20.732Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:20.732Z] #39 76.22 DEP criu/cgroup-props.d [2020-08-06T00:03:20.732Z] #39 76.36 DEP criu/bitmap.d [2020-08-06T00:03:20.732Z] #39 76.38 DEP criu/bfd.d [2020-08-06T00:03:20.732Z] #39 76.48 DEP criu/autofs.d [2020-08-06T00:03:20.732Z] #39 76.70 DEP criu/aio.d [2020-08-06T00:03:20.732Z] #39 76.87 DEP criu/action-scripts.d [2020-08-06T00:03:20.732Z] #39 77.11 CC criu/action-scripts.o [2020-08-06T00:03:20.732Z] #39 77.55 CC criu/aio.o [2020-08-06T00:03:20.732Z] #39 78.00 CC criu/autofs.o [2020-08-06T00:03:20.732Z] #39 79.48 CC criu/bfd.o [2020-08-06T00:03:20.732Z] #39 79.99 CC criu/bitmap.o [2020-08-06T00:03:20.732Z] #39 80.13 CC criu/cgroup-props.o [2020-08-06T00:03:20.732Z] #39 80.86 CC criu/cgroup.o [2020-08-06T00:03:20.732Z] #39 82.85 CC criu/clone-noasan.o [2020-08-06T00:03:20.732Z] #39 83.07 CC criu/config.o [2020-08-06T00:03:20.732Z] #39 84.21 CC criu/cr-check.o [2020-08-06T00:03:20.732Z] #39 85.62 CC criu/cr-dedup.o [2020-08-06T00:03:20.732Z] #39 85.96 CC criu/cr-dump.o [2020-08-06T00:03:20.732Z] #39 ... [2020-08-06T00:03:20.732Z] [2020-08-06T00:03:20.732Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:03:20.732Z] #17 33.28 Selecting previously unselected package libnet1:arm64. [2020-08-06T00:03:20.732Z] #17 33.28 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2020-08-06T00:03:20.732Z] #17 33.30 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-08-06T00:03:20.732Z] #17 33.46 Selecting previously unselected package libnl-3-200:arm64. [2020-08-06T00:03:20.732Z] #17 33.47 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2020-08-06T00:03:20.732Z] #17 33.47 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2020-08-06T00:03:20.732Z] #17 33.57 Selecting previously unselected package libprotobuf-c1:arm64. [2020-08-06T00:03:20.732Z] #17 33.58 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2020-08-06T00:03:20.732Z] #17 33.60 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-08-06T00:03:20.996Z] #17 33.71 Selecting previously unselected package libreadline5:arm64. [2020-08-06T00:03:20.996Z] #17 33.72 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2020-08-06T00:03:20.996Z] #17 33.73 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-08-06T00:03:21.093Z] #20 4.789 Collecting yamllint==1.16.0 [2020-08-06T00:03:21.093Z] #20 5.165 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-08-06T00:03:21.094Z] #20 5.268 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-08-06T00:03:21.094Z] #20 5.338 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-08-06T00:03:21.094Z] #20 5.396 Collecting pyyaml (from yamllint==1.16.0) [2020-08-06T00:03:21.094Z] #20 5.619 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-08-06T00:03:21.260Z] #17 33.88 Selecting previously unselected package net-tools. [2020-08-06T00:03:21.260Z] #17 33.89 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2020-08-06T00:03:21.260Z] #17 33.90 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:03:21.260Z] #17 34.05 Selecting previously unselected package python-pip-whl. [2020-08-06T00:03:21.260Z] #17 34.06 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2020-08-06T00:03:21.260Z] #17 34.07 Unpacking python-pip-whl (18.1-5) ... [2020-08-06T00:03:21.706Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2020-08-06T00:03:21.837Z] #17 34.61 Selecting previously unselected package python3-lib2to3. [2020-08-06T00:03:21.837Z] #17 34.62 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2020-08-06T00:03:21.837Z] #17 34.62 Unpacking python3-lib2to3 (3.7.3-1) ... [2020-08-06T00:03:22.101Z] #17 34.78 Selecting previously unselected package python3-distutils. [2020-08-06T00:03:22.101Z] #17 34.80 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2020-08-06T00:03:22.101Z] #17 34.80 Unpacking python3-distutils (3.7.3-1) ... [2020-08-06T00:03:22.101Z] #17 34.97 Selecting previously unselected package python3-pip. [2020-08-06T00:03:22.365Z] #17 34.98 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2020-08-06T00:03:22.365Z] #17 34.99 Unpacking python3-pip (18.1-5) ... [2020-08-06T00:03:22.365Z] #17 35.18 Selecting previously unselected package python3-pkg-resources. [2020-08-06T00:03:22.365Z] #17 35.19 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2020-08-06T00:03:22.365Z] #17 35.20 Unpacking python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:03:22.367Z] #45 DONE 271.0s [2020-08-06T00:03:22.367Z] [2020-08-06T00:03:22.367Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:22.367Z] #52 ... [2020-08-06T00:03:22.367Z] [2020-08-06T00:03:22.367Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-08-06T00:03:22.367Z] #46 DONE 0.2s [2020-08-06T00:03:22.367Z] [2020-08-06T00:03:22.367Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-08-06T00:03:22.367Z] #48 DONE 0.1s [2020-08-06T00:03:22.367Z] [2020-08-06T00:03:22.367Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:22.367Z] #52 ... [2020-08-06T00:03:22.367Z] [2020-08-06T00:03:22.367Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-08-06T00:03:22.367Z] #50 DONE 0.1s [2020-08-06T00:03:22.367Z] [2020-08-06T00:03:22.367Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:22.367Z] #52 228.4 + bin/containerd-stress [2020-08-06T00:03:22.367Z] #52 230.2 + bin/containerd-shim [2020-08-06T00:03:22.628Z] #17 35.35 Selecting previously unselected package python3-setuptools. [2020-08-06T00:03:22.628Z] #17 35.35 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2020-08-06T00:03:22.628Z] #17 35.36 Unpacking python3-setuptools (40.8.0-1) ... [2020-08-06T00:03:22.635Z] #20 7.269 Building wheels for collected packages: pyyaml [2020-08-06T00:03:22.635Z] #20 ... [2020-08-06T00:03:22.635Z] [2020-08-06T00:03:22.635Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2020-08-06T00:03:22.635Z] #29 DONE 191.3s [2020-08-06T00:03:22.635Z] [2020-08-06T00:03:22.635Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:03:22.635Z] #20 7.274 Running setup.py bdist_wheel for pyyaml: started [2020-08-06T00:03:22.635Z] #20 ... [2020-08-06T00:03:22.635Z] [2020-08-06T00:03:22.635Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:22.635Z] #40 119.8 CC criu/cr-service.o [2020-08-06T00:03:22.635Z] #40 122.2 CC criu/crtools.o [2020-08-06T00:03:22.635Z] #40 122.9 CC criu/eventfd.o [2020-08-06T00:03:22.635Z] #40 123.3 CC criu/eventpoll.o [2020-08-06T00:03:22.635Z] #40 124.1 CC criu/external.o [2020-08-06T00:03:22.635Z] #40 124.7 CC criu/fault-injection.o [2020-08-06T00:03:22.636Z] #40 124.8 CC criu/fdstore.o [2020-08-06T00:03:22.636Z] #40 125.2 CC criu/fifo.o [2020-08-06T00:03:22.636Z] #40 125.6 CC criu/file-ids.o [2020-08-06T00:03:22.636Z] #40 125.9 CC criu/file-lock.o [2020-08-06T00:03:22.636Z] #40 127.0 CC criu/files-ext.o [2020-08-06T00:03:22.738Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2020-08-06T00:03:23.206Z] #17 35.92 Selecting previously unselected package python3-wheel. [2020-08-06T00:03:23.206Z] #17 35.93 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2020-08-06T00:03:23.206Z] #17 35.94 Unpacking python3-wheel (0.32.3-2) ... [2020-08-06T00:03:23.206Z] #17 36.07 Selecting previously unselected package sudo. [2020-08-06T00:03:23.206Z] #17 36.08 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... [2020-08-06T00:03:23.206Z] #17 36.09 Unpacking sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:03:23.283Z] #40 127.5 CC criu/files-reg.o [2020-08-06T00:03:23.782Z] #17 36.59 Selecting previously unselected package thin-provisioning-tools. [2020-08-06T00:03:23.782Z] #17 36.59 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2020-08-06T00:03:23.782Z] #17 36.60 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:03:23.899Z] #52 ... [2020-08-06T00:03:23.899Z] [2020-08-06T00:03:23.899Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:23.899Z] #45 DONE 272.2s [2020-08-06T00:03:23.899Z] [2020-08-06T00:03:23.899Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:23.899Z] #52 ... [2020-08-06T00:03:23.899Z] [2020-08-06T00:03:23.899Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-08-06T00:03:23.899Z] #46 DONE 0.1s [2020-08-06T00:03:23.899Z] [2020-08-06T00:03:23.899Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:23.899Z] #52 ... [2020-08-06T00:03:23.899Z] [2020-08-06T00:03:23.899Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-08-06T00:03:23.899Z] #48 DONE 0.1s [2020-08-06T00:03:23.899Z] [2020-08-06T00:03:23.899Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-08-06T00:03:23.899Z] #50 DONE 0.1s [2020-08-06T00:03:23.899Z] [2020-08-06T00:03:23.899Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:23.899Z] #52 230.6 + bin/containerd-stress [2020-08-06T00:03:23.932Z] #40 ... [2020-08-06T00:03:23.932Z] [2020-08-06T00:03:23.932Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:03:23.933Z] #20 8.666 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-08-06T00:03:23.933Z] #20 8.667 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-08-06T00:03:23.933Z] #20 8.748 Successfully built pyyaml [2020-08-06T00:03:24.046Z] #17 36.86 Selecting previously unselected package uidmap. [2020-08-06T00:03:24.046Z] #17 36.86 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... [2020-08-06T00:03:24.046Z] #17 36.87 Unpacking uidmap (1:4.5-1.1) ... [2020-08-06T00:03:24.159Z] #52 232.3 + bin/containerd-shim [2020-08-06T00:03:24.231Z] #20 8.764 Installing collected packages: pathspec, pyyaml, yamllint [2020-08-06T00:03:24.310Z] #17 37.04 Selecting previously unselected package vim-runtime. [2020-08-06T00:03:24.310Z] #17 37.06 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2020-08-06T00:03:24.310Z] #17 37.11 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2020-08-06T00:03:24.310Z] #17 37.16 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2020-08-06T00:03:24.534Z] #20 9.125 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-08-06T00:03:24.534Z] #20 DONE 9.3s [2020-08-06T00:03:24.534Z] [2020-08-06T00:03:24.534Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:24.573Z] #17 37.17 Unpacking vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:03:24.608Z] #52 ... [2020-08-06T00:03:24.608Z] [2020-08-06T00:03:24.608Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:24.608Z] #45 DONE 275.2s [2020-08-06T00:03:24.608Z] [2020-08-06T00:03:24.608Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:24.608Z] #52 ... [2020-08-06T00:03:24.608Z] [2020-08-06T00:03:24.608Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-08-06T00:03:24.608Z] #46 DONE 0.1s [2020-08-06T00:03:24.608Z] [2020-08-06T00:03:24.608Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:24.608Z] #52 ... [2020-08-06T00:03:24.608Z] [2020-08-06T00:03:24.608Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-08-06T00:03:24.608Z] #48 DONE 0.1s [2020-08-06T00:03:24.608Z] [2020-08-06T00:03:24.608Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-08-06T00:03:24.608Z] #50 DONE 0.1s [2020-08-06T00:03:24.608Z] [2020-08-06T00:03:24.608Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:24.608Z] #52 231.3 + bin/containerd-stress [2020-08-06T00:03:25.985Z] #52 233.1 + bin/containerd-shim [2020-08-06T00:03:26.097Z] #46 ... [2020-08-06T00:03:26.097Z] [2020-08-06T00:03:26.097Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:26.097Z] #40 130.2 CC criu/files.o [2020-08-06T00:03:27.135Z] #17 39.72 Selecting previously unselected package vim. [2020-08-06T00:03:27.135Z] #17 39.72 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... [2020-08-06T00:03:27.135Z] #17 39.75 Unpacking vim (2:8.1.0875-5) ... [2020-08-06T00:03:28.185Z] #17 41.01 Selecting previously unselected package xfsprogs. [2020-08-06T00:03:28.205Z] #40 132.3 CC criu/filesystems.o [2020-08-06T00:03:28.449Z] #17 41.01 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... [2020-08-06T00:03:28.712Z] #17 41.47 Unpacking xfsprogs (4.20.0-1) ... [2020-08-06T00:03:28.858Z] #40 133.2 CC criu/fsnotify.o [2020-08-06T00:03:28.919Z] #52 236.8 + bin/containerd-shim-runc-v1 [2020-08-06T00:03:29.621Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.429s coverage: 14.1% of statements [2020-08-06T00:03:29.916Z] #40 134.2 CC criu/image-desc.o [2020-08-06T00:03:29.916Z] #40 134.3 CC criu/image.o [2020-08-06T00:03:30.108Z] #17 ... [2020-08-06T00:03:30.108Z] [2020-08-06T00:03:30.108Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:03:30.108Z] #49 50.71 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-08-06T00:03:30.108Z] #49 52.83 + mkdir -p /build [2020-08-06T00:03:30.108Z] #49 52.83 + cp runc /build/runc [2020-08-06T00:03:30.108Z] #49 DONE 55.7s [2020-08-06T00:03:30.108Z] [2020-08-06T00:03:30.108Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:03:30.108Z] #17 42.74 Selecting previously unselected package zip. [2020-08-06T00:03:30.108Z] #17 42.74 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... [2020-08-06T00:03:30.108Z] #17 42.75 Unpacking zip (3.0-11+b1) ... [2020-08-06T00:03:30.108Z] #17 ... [2020-08-06T00:03:30.108Z] [2020-08-06T00:03:30.108Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:30.108Z] #39 87.76 CC criu/cr-errno.o [2020-08-06T00:03:30.108Z] #39 87.81 CC criu/cr-restore.o [2020-08-06T00:03:30.108Z] #39 91.08 CC criu/cr-service.o [2020-08-06T00:03:30.108Z] #39 92.82 CC criu/crtools.o [2020-08-06T00:03:30.108Z] #39 93.33 CC criu/eventfd.o [2020-08-06T00:03:30.108Z] #39 93.76 CC criu/eventpoll.o [2020-08-06T00:03:30.108Z] #39 94.59 CC criu/external.o [2020-08-06T00:03:30.108Z] #39 94.94 CC criu/fault-injection.o [2020-08-06T00:03:30.108Z] #39 95.05 CC criu/fdstore.o [2020-08-06T00:03:30.108Z] #39 95.35 CC criu/fifo.o [2020-08-06T00:03:30.108Z] #39 95.90 CC criu/file-ids.o [2020-08-06T00:03:30.108Z] #39 96.31 CC criu/file-lock.o [2020-08-06T00:03:30.108Z] #39 ... [2020-08-06T00:03:30.108Z] [2020-08-06T00:03:30.108Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:03:30.108Z] #17 43.08 Setting up aufs-tools (1:4.14+20190211-1) ... [2020-08-06T00:03:30.372Z] #17 43.12 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2020-08-06T00:03:30.372Z] #17 43.14 Setting up libip6tc0:arm64 (1.8.2-4) ... [2020-08-06T00:03:30.373Z] #17 43.16 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2020-08-06T00:03:30.373Z] #17 43.21 Setting up libgpm2:arm64 (1.20.7-5) ... [2020-08-06T00:03:30.373Z] #17 43.22 Setting up libip4tc0:arm64 (1.8.2-4) ... [2020-08-06T00:03:30.373Z] #17 43.23 Setting up uidmap (1:4.5-1.1) ... [2020-08-06T00:03:30.373Z] #17 43.26 Setting up libnftnl11:arm64 (1.1.2-2) ... [2020-08-06T00:03:30.373Z] #17 43.27 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2020-08-06T00:03:30.373Z] #17 43.28 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2020-08-06T00:03:30.373Z] #17 43.29 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2020-08-06T00:03:30.636Z] #17 43.31 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2020-08-06T00:03:30.636Z] #17 43.32 Setting up xxd (2:8.1.0875-5) ... [2020-08-06T00:03:30.636Z] #17 43.33 Setting up zip (3.0-11+b1) ... [2020-08-06T00:03:30.636Z] #17 43.34 Setting up vim-common (2:8.1.0875-5) ... [2020-08-06T00:03:30.636Z] #17 43.38 Setting up bash-completion (1:2.8-6) ... [2020-08-06T00:03:30.652Z] ok github.com/docker/docker/daemon/config 0.022s coverage: 81.8% of statements [2020-08-06T00:03:30.738Z] #52 238.9 + bin/containerd-shim-runc-v1 [2020-08-06T00:03:30.974Z] #40 135.3 CC criu/ipc_ns.o [2020-08-06T00:03:31.282Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2020-08-06T00:03:31.913Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2020-08-06T00:03:32.031Z] #40 136.4 CC criu/irmap.o [2020-08-06T00:03:32.194Z] #52 239.9 + bin/containerd-shim-runc-v2 [2020-08-06T00:03:32.543Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2020-08-06T00:03:32.684Z] #40 137.0 CC criu/kcmp-ids.o [2020-08-06T00:03:32.757Z] #52 240.6 + binaries [2020-08-06T00:03:32.758Z] #52 240.6 + install -D bin/containerd /build/containerd [2020-08-06T00:03:32.758Z] #52 240.7 + install -D bin/containerd-shim /build/containerd-shim [2020-08-06T00:03:32.758Z] #52 240.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-08-06T00:03:32.758Z] #52 240.7 + install -D bin/ctr /build/ctr [2020-08-06T00:03:32.985Z] #40 137.3 CC criu/kerndat.o [2020-08-06T00:03:33.322Z] #52 DONE 241.0s [2020-08-06T00:03:33.575Z] ok github.com/docker/docker/daemon 12.267s coverage: 17.4% of statements [2020-08-06T00:03:33.575Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-08-06T00:03:33.575Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-08-06T00:03:33.575Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-08-06T00:03:33.575Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-08-06T00:03:33.959Z] #17 46.31 Setting up libiptc0:arm64 (1.8.2-4) ... [2020-08-06T00:03:33.959Z] #17 46.33 Setting up xz-utils (5.2.4-1) ... [2020-08-06T00:03:33.959Z] #17 46.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2020-08-06T00:03:33.959Z] #17 46.36 Setting up sudo (1.8.27-1+deb10u2) ... [2020-08-06T00:03:33.959Z] #17 46.49 invoke-rc.d: could not determine current runlevel [2020-08-06T00:03:33.959Z] #17 46.51 invoke-rc.d: policy-rc.d denied execution of start. [2020-08-06T00:03:33.959Z] #17 46.51 Setting up pigz (2.4-1) ... [2020-08-06T00:03:33.959Z] #17 46.52 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2020-08-06T00:03:33.959Z] #17 46.54 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2020-08-06T00:03:33.959Z] #17 46.56 Setting up python-pip-whl (18.1-5) ... [2020-08-06T00:03:33.959Z] #17 46.57 Setting up libmpdec2:arm64 (2.4.2-2) ... [2020-08-06T00:03:33.959Z] #17 46.58 Setting up vim-runtime (2:8.1.0875-5) ... [2020-08-06T00:03:34.035Z] #52 241.9 + bin/containerd-shim-runc-v2 [2020-08-06T00:03:34.108Z] #52 239.8 + bin/containerd-shim-runc-v1 [2020-08-06T00:03:34.222Z] #17 47.03 Setting up libaio1:arm64 (0.3.112-3) ... [2020-08-06T00:03:34.222Z] #17 47.05 Setting up libonig5:arm64 (6.9.1-1) ... [2020-08-06T00:03:34.222Z] #17 47.07 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ... [2020-08-06T00:03:34.222Z] #17 47.09 Setting up vim (2:8.1.0875-5) ... [2020-08-06T00:03:34.222Z] #17 47.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2020-08-06T00:03:34.253Z] [2020-08-06T00:03:34.253Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-08-06T00:03:34.253Z] #53 DONE 0.2s [2020-08-06T00:03:34.253Z] [2020-08-06T00:03:34.253Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-08-06T00:03:34.486Z] #17 47.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2020-08-06T00:03:34.486Z] #17 47.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2020-08-06T00:03:34.486Z] #17 47.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2020-08-06T00:03:34.486Z] #17 47.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2020-08-06T00:03:34.486Z] #17 47.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2020-08-06T00:03:34.486Z] #17 47.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2020-08-06T00:03:34.486Z] #17 47.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2020-08-06T00:03:34.486Z] #17 47.24 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2020-08-06T00:03:34.486Z] #17 47.25 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2020-08-06T00:03:34.486Z] #17 47.28 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2020-08-06T00:03:34.486Z] #17 47.31 Setting up jq (1.5+dfsg-2+b1) ... [2020-08-06T00:03:34.486Z] #17 47.32 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2020-08-06T00:03:34.486Z] #17 47.34 Setting up python3.7 (3.7.3-2+deb10u2) ... [2020-08-06T00:03:34.509Z] #57 DONE 0.1s [2020-08-06T00:03:34.509Z] [2020-08-06T00:03:34.509Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-08-06T00:03:34.526Z] #40 138.5 CC criu/libnetlink.o [2020-08-06T00:03:34.526Z] #40 138.9 CC criu/log.o [2020-08-06T00:03:34.606Z] #52 242.8 + binaries [2020-08-06T00:03:34.606Z] #52 242.8 + install -D bin/containerd /build/containerd [2020-08-06T00:03:34.606Z] #52 242.8 + install -D bin/containerd-shim /build/containerd-shim [2020-08-06T00:03:34.606Z] #52 242.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-08-06T00:03:34.606Z] #52 242.8 + install -D bin/ctr /build/ctr [2020-08-06T00:03:34.765Z] #59 DONE 0.3s [2020-08-06T00:03:34.766Z] [2020-08-06T00:03:34.766Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-08-06T00:03:34.766Z] #61 DONE 0.0s [2020-08-06T00:03:34.766Z] [2020-08-06T00:03:34.766Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-08-06T00:03:34.766Z] #62 DONE 0.0s [2020-08-06T00:03:34.766Z] [2020-08-06T00:03:34.766Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-08-06T00:03:34.866Z] #52 DONE 243.1s [2020-08-06T00:03:35.078Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2020-08-06T00:03:35.177Z] #40 139.4 CC criu/lsm.o [2020-08-06T00:03:35.481Z] #40 139.9 CC criu/mem.o [2020-08-06T00:03:35.805Z] [2020-08-06T00:03:35.805Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-08-06T00:03:36.015Z] #52 242.8 + bin/containerd-shim-runc-v2 [2020-08-06T00:03:36.065Z] #53 DONE 0.3s [2020-08-06T00:03:36.065Z] [2020-08-06T00:03:36.065Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-08-06T00:03:36.065Z] #57 DONE 0.1s [2020-08-06T00:03:36.065Z] [2020-08-06T00:03:36.065Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-08-06T00:03:36.065Z] #59 DONE 0.1s [2020-08-06T00:03:36.109Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.183s coverage: 57.0% of statements [2020-08-06T00:03:36.325Z] [2020-08-06T00:03:36.325Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-08-06T00:03:36.325Z] #61 DONE 0.0s [2020-08-06T00:03:36.325Z] [2020-08-06T00:03:36.325Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-08-06T00:03:36.325Z] #62 DONE 0.0s [2020-08-06T00:03:36.325Z] [2020-08-06T00:03:36.325Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-08-06T00:03:36.414Z] #17 49.13 Setting up iptables (1.8.2-4) ... [2020-08-06T00:03:36.414Z] #17 49.15 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:03:36.414Z] #17 49.15 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:03:36.414Z] #17 49.16 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2020-08-06T00:03:36.414Z] #17 49.17 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2020-08-06T00:03:36.414Z] #17 49.18 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2020-08-06T00:03:36.414Z] #17 49.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2020-08-06T00:03:36.414Z] #17 49.19 Setting up python3 (3.7.3-1) ... [2020-08-06T00:03:36.587Z] #52 243.6 + binaries [2020-08-06T00:03:36.678Z] #17 49.49 Setting up python3-wheel (0.32.3-2) ... [2020-08-06T00:03:36.848Z] #52 243.6 + install -D bin/containerd /build/containerd [2020-08-06T00:03:36.848Z] #52 243.7 + install -D bin/containerd-shim /build/containerd-shim [2020-08-06T00:03:36.848Z] #52 243.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-08-06T00:03:36.848Z] #52 243.7 + install -D bin/ctr /build/ctr [2020-08-06T00:03:37.111Z] #52 DONE 244.0s [2020-08-06T00:03:37.256Z] #17 49.92 Setting up apparmor (2.13.2-10) ... [2020-08-06T00:03:37.264Z] #63 DONE 0.9s [2020-08-06T00:03:37.264Z] [2020-08-06T00:03:37.264Z] #64 exporting to image [2020-08-06T00:03:37.264Z] #64 exporting layers [2020-08-06T00:03:37.609Z] #40 141.8 CC criu/memfd.o [2020-08-06T00:03:37.678Z] [2020-08-06T00:03:37.678Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-08-06T00:03:37.939Z] #53 DONE 0.2s [2020-08-06T00:03:37.939Z] [2020-08-06T00:03:37.939Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-08-06T00:03:37.939Z] #57 DONE 0.1s [2020-08-06T00:03:38.198Z] [2020-08-06T00:03:38.198Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-08-06T00:03:38.258Z] #40 142.4 CC criu/mount.o [2020-08-06T00:03:38.456Z] #59 DONE 0.3s [2020-08-06T00:03:38.456Z] [2020-08-06T00:03:38.456Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-08-06T00:03:38.456Z] #61 DONE 0.0s [2020-08-06T00:03:38.456Z] [2020-08-06T00:03:38.456Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-08-06T00:03:38.456Z] #62 DONE 0.0s [2020-08-06T00:03:38.456Z] [2020-08-06T00:03:38.456Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-08-06T00:03:38.653Z] #17 51.29 Setting up xfsprogs (4.20.0-1) ... [2020-08-06T00:03:38.653Z] #17 51.31 Setting up python3-lib2to3 (3.7.3-1) ... [2020-08-06T00:03:38.916Z] #17 51.64 Setting up python3-pkg-resources (40.8.0-1) ... [2020-08-06T00:03:38.938Z] #63 DONE 4.2s [2020-08-06T00:03:38.938Z] [2020-08-06T00:03:38.938Z] #64 exporting to image [2020-08-06T00:03:38.938Z] #64 exporting layers [2020-08-06T00:03:39.494Z] #17 52.26 Setting up python3-distutils (3.7.3-1) ... [2020-08-06T00:03:40.073Z] #17 52.67 Setting up python3-setuptools (40.8.0-1) ... [2020-08-06T00:03:40.586Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.273s coverage: 46.2% of statements [2020-08-06T00:03:40.915Z] #17 53.55 Setting up python3-pip (18.1-5) ... [2020-08-06T00:03:41.179Z] #17 ... [2020-08-06T00:03:41.179Z] [2020-08-06T00:03:41.179Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:41.179Z] #39 97.33 CC criu/files-ext.o [2020-08-06T00:03:41.179Z] #39 97.81 CC criu/files-reg.o [2020-08-06T00:03:41.179Z] #39 99.36 CC criu/files.o [2020-08-06T00:03:41.179Z] #39 100.7 CC criu/filesystems.o [2020-08-06T00:03:41.179Z] #39 101.2 CC criu/fsnotify.o [2020-08-06T00:03:41.179Z] #39 102.0 CC criu/image-desc.o [2020-08-06T00:03:41.179Z] #39 102.1 CC criu/image.o [2020-08-06T00:03:41.179Z] #39 102.7 CC criu/ipc_ns.o [2020-08-06T00:03:41.179Z] #39 103.6 CC criu/irmap.o [2020-08-06T00:03:41.179Z] #39 104.0 CC criu/kcmp-ids.o [2020-08-06T00:03:41.179Z] #39 104.2 CC criu/kerndat.o [2020-08-06T00:03:41.179Z] #39 104.9 CC criu/libnetlink.o [2020-08-06T00:03:41.179Z] #39 105.2 CC criu/log.o [2020-08-06T00:03:41.179Z] #39 105.6 CC criu/lsm.o [2020-08-06T00:03:41.179Z] #39 105.9 CC criu/mem.o [2020-08-06T00:03:41.179Z] #39 107.2 CC criu/memfd.o [2020-08-06T00:03:41.230Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.003s coverage: 1.8% of statements [2020-08-06T00:03:41.449Z] #39 107.6 CC criu/mount.o [2020-08-06T00:03:41.449Z] #39 ... [2020-08-06T00:03:41.449Z] [2020-08-06T00:03:41.449Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2020-08-06T00:03:41.449Z] #17 54.41 Processing triggers for libc-bin (2.28-10) ... [2020-08-06T00:03:41.713Z] #17 54.45 Processing triggers for mime-support (3.62) ... [2020-08-06T00:03:41.832Z] #40 ... [2020-08-06T00:03:41.832Z] [2020-08-06T00:03:41.832Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2020-08-06T00:03:41.832Z] #50 102.3 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2020-08-06T00:03:42.669Z] #17 DONE 55.4s [2020-08-06T00:03:42.669Z] [2020-08-06T00:03:42.669Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:42.669Z] #52 141.5 + bin/containerd [2020-08-06T00:03:43.755Z] #63 DONE 4.9s [2020-08-06T00:03:43.755Z] [2020-08-06T00:03:43.755Z] #64 exporting to image [2020-08-06T00:03:43.755Z] #64 exporting layers [2020-08-06T00:03:44.066Z] #52 ... [2020-08-06T00:03:44.066Z] [2020-08-06T00:03:44.066Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2020-08-06T00:03:44.066Z] #18 1.333 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2020-08-06T00:03:44.066Z] #18 1.339 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2020-08-06T00:03:44.066Z] #18 1.346 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2020-08-06T00:03:44.330Z] #18 DONE 1.6s [2020-08-06T00:03:44.330Z] [2020-08-06T00:03:44.330Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:44.330Z] #39 ... [2020-08-06T00:03:44.330Z] [2020-08-06T00:03:44.330Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:03:44.625Z] #50 105.0 + mkdir -p /build [2020-08-06T00:03:44.625Z] #50 105.0 + cp runc /build/runc [2020-08-06T00:03:44.625Z] #50 DONE 105.2s [2020-08-06T00:03:44.625Z] [2020-08-06T00:03:44.625Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:44.625Z] #40 146.9 CC criu/namespaces.o [2020-08-06T00:03:44.625Z] #40 148.8 CC criu/net.o [2020-08-06T00:03:44.738Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.238s coverage: 49.5% of statements [2020-08-06T00:03:45.393Z] #64 exporting layers 7.5s done [2020-08-06T00:03:45.393Z] #64 writing image sha256:394623060513ca5f9c137bccf7e8104026a74eb9fb109cfdb657cb25a2054c38 [2020-08-06T00:03:45.393Z] #64 writing image sha256:394623060513ca5f9c137bccf7e8104026a74eb9fb109cfdb657cb25a2054c38 done [2020-08-06T00:03:45.393Z] #64 naming to docker.io/library/docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e done [2020-08-06T00:03:45.393Z] #64 DONE 7.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2020-08-06T00:03:45.739Z] + trap exit INT TERM [2020-08-06T00:03:45.739Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2020-08-06T00:03:45.739Z] + CONTAINER_NAME=docker-pr1 [2020-08-06T00:03:45.739Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41316/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/make.sh dynbinary-daemon [2020-08-06T00:03:46.310Z] [2020-08-06T00:03:46.310Z] Removing bundles/ [2020-08-06T00:03:46.310Z] [2020-08-06T00:03:46.310Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-08-06T00:03:46.310Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:03:46.310Z] GOOS="" GOARCH="" GOARM="" [2020-08-06T00:03:48.202Z] #40 152.5 CC criu/netfilter.o [2020-08-06T00:03:48.244Z] ok github.com/docker/docker/daemon/graphdriver/aufs 14.853s coverage: 73.1% of statements [2020-08-06T00:03:48.244Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-08-06T00:03:48.503Z] #40 152.9 CC criu/page-pipe.o [2020-08-06T00:03:48.555Z] #19 3.999 Collecting yamllint==1.16.0 [2020-08-06T00:03:48.909Z] #64 exporting layers 8.4s done [2020-08-06T00:03:48.909Z] #64 writing image sha256:d58b432ab59c944a6cb99229c5e63fc2a58f30e34fc4c78b56042ca013382acd done [2020-08-06T00:03:48.909Z] #64 naming to docker.io/library/docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e done [2020-08-06T00:03:48.909Z] #64 DONE 8.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2020-08-06T00:03:49.252Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41316/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/validate/default [2020-08-06T00:03:49.564Z] #40 153.6 CC criu/page-xfer.o [2020-08-06T00:03:49.748Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.601s coverage: 76.1% of statements [2020-08-06T00:03:50.183Z] Congratulations! All commits are properly signed with the DCO! [2020-08-06T00:03:50.184Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2020-08-06T00:03:50.184Z] No api/types/ or api/swagger.yaml changes in diff. [2020-08-06T00:03:50.184Z] Congratulations! All TOML source files changed here have valid syntax. [2020-08-06T00:03:50.184Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2020-08-06T00:03:50.184Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2020-08-06T00:03:50.184Z] Congratulations! No new tests were added to integration-cli. [2020-08-06T00:03:50.184Z] [2020-08-06T00:03:50.184Z] INFO Start validation with golang-ci-lint [2020-08-06T00:03:50.184Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2020-08-06T00:03:50.184Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-08-06T00:03:50.184Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2020-08-06T00:03:50.378Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 58.0% of statements [2020-08-06T00:03:51.100Z] #40 155.2 CC criu/pagemap-cache.o [2020-08-06T00:03:51.118Z] #19 ... [2020-08-06T00:03:51.118Z] [2020-08-06T00:03:51.118Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:51.118Z] #39 110.9 CC criu/namespaces.o [2020-08-06T00:03:51.118Z] #39 112.2 CC criu/net.o [2020-08-06T00:03:51.118Z] #39 114.6 CC criu/netfilter.o [2020-08-06T00:03:51.118Z] #39 114.9 CC criu/page-pipe.o [2020-08-06T00:03:51.118Z] #39 115.4 CC criu/page-xfer.o [2020-08-06T00:03:51.118Z] #39 116.6 CC criu/pagemap-cache.o [2020-08-06T00:03:51.118Z] #39 116.9 CC criu/pagemap.o [2020-08-06T00:03:51.514Z] #40 155.6 CC criu/pagemap.o [2020-08-06T00:03:51.514Z] #40 ... [2020-08-06T00:03:51.514Z] [2020-08-06T00:03:51.514Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:03:51.514Z] #37 220.2 + dpkg --print-architecture [2020-08-06T00:03:51.514Z] #37 220.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2020-08-06T00:03:51.514Z] #39 117.6 CC criu/parasite-syscall.o [2020-08-06T00:03:51.534Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.003s coverage: 3.0% of statements [2020-08-06T00:03:51.534Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.048s coverage: 57.7% of statements [2020-08-06T00:03:51.534Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-08-06T00:03:51.534Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-08-06T00:03:51.813Z] #37 220.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2020-08-06T00:03:51.814Z] #37 220.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2020-08-06T00:03:52.093Z] #39 118.3 CC criu/path.o [2020-08-06T00:03:52.165Z] ok github.com/docker/docker/daemon/links 0.039s coverage: 93.0% of statements [2020-08-06T00:03:52.356Z] #39 118.6 CC criu/pie-util-vdso.o [2020-08-06T00:03:52.935Z] #39 118.9 CC criu/pie-util.o [2020-08-06T00:03:52.935Z] #39 119.1 CC criu/pipes.o [2020-08-06T00:03:53.198Z] #39 ... [2020-08-06T00:03:53.198Z] [2020-08-06T00:03:53.198Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:53.198Z] #45 203.5 + cd /tmp/tmp.P3BM37PPea/src/github.com/golangci/golangci-lint/ [2020-08-06T00:03:53.462Z] #45 203.5 + git checkout -q v1.23.8 [2020-08-06T00:03:53.671Z] ok github.com/docker/docker/daemon/images 0.008s coverage: 4.8% of statements [2020-08-06T00:03:53.671Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-08-06T00:03:53.671Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-08-06T00:03:53.671Z] ok github.com/docker/docker/daemon/logger 0.212s coverage: 41.0% of statements [2020-08-06T00:03:53.726Z] #45 203.9 ++ git describe --tags [2020-08-06T00:03:53.726Z] #45 203.9 + version=v1.23.8 [2020-08-06T00:03:53.726Z] #45 203.9 ++ git rev-parse --short HEAD [2020-08-06T00:03:53.726Z] #45 203.9 + commit=76a82c6 [2020-08-06T00:03:53.726Z] #45 203.9 ++ git show -s --format=%cd [2020-08-06T00:03:53.726Z] #45 203.9 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-08-06T00:03:53.726Z] #45 203.9 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-06T00:03:53.732Z] #64 exporting layers 9.4s done [2020-08-06T00:03:53.732Z] #64 writing image sha256:5e8edf09fe10f5c05cc8d98bc05fa7257683536fe4c35cd6e2053d3da94bff72 done [2020-08-06T00:03:53.732Z] #64 naming to docker.io/library/docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e done [2020-08-06T00:03:53.732Z] #64 DONE 9.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-06T00:03:54.080Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/make.sh dynbinary test-integration [2020-08-06T00:03:54.647Z] [2020-08-06T00:03:54.647Z] Removing bundles/ [2020-08-06T00:03:54.647Z] [2020-08-06T00:03:54.647Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-08-06T00:03:54.647Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:03:54.647Z] GOOS="" GOARCH="" GOARM="" [2020-08-06T00:03:54.702Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2020-08-06T00:03:54.702Z] ok github.com/docker/docker/daemon/logger/awslogs 0.083s coverage: 77.4% of statements [2020-08-06T00:03:54.702Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-08-06T00:03:54.702Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-08-06T00:03:55.332Z] ok github.com/docker/docker/daemon/logger/journald 0.017s coverage: 26.2% of statements [2020-08-06T00:03:55.623Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.005s coverage: 61.6% of statements [2020-08-06T00:03:55.914Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.007s coverage: 87.2% of statements [2020-08-06T00:03:56.289Z] #45 ... [2020-08-06T00:03:56.289Z] [2020-08-06T00:03:56.289Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:03:56.289Z] #21 204.5 + return [2020-08-06T00:03:56.289Z] #21 DONE 206.0s [2020-08-06T00:03:56.289Z] [2020-08-06T00:03:56.289Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2020-08-06T00:03:56.289Z] #19 9.326 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2020-08-06T00:03:56.289Z] #19 9.421 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2020-08-06T00:03:56.289Z] #19 9.463 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl [2020-08-06T00:03:56.289Z] #19 9.520 Collecting pyyaml (from yamllint==1.16.0) [2020-08-06T00:03:56.289Z] #19 9.679 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) [2020-08-06T00:03:56.289Z] #19 10.77 Building wheels for collected packages: pyyaml [2020-08-06T00:03:56.289Z] #19 10.78 Running setup.py bdist_wheel for pyyaml: started [2020-08-06T00:03:56.289Z] #19 11.62 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2020-08-06T00:03:56.289Z] #19 11.62 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd [2020-08-06T00:03:56.289Z] #19 11.70 Successfully built pyyaml [2020-08-06T00:03:56.289Z] #19 11.71 Installing collected packages: pathspec, pyyaml, yamllint [2020-08-06T00:03:56.289Z] #19 11.97 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 [2020-08-06T00:03:56.545Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 75.2% of statements [2020-08-06T00:03:56.545Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-08-06T00:03:56.553Z] #19 DONE 12.3s [2020-08-06T00:03:56.553Z] [2020-08-06T00:03:56.553Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:56.553Z] #39 119.7 CC criu/plugin.o [2020-08-06T00:03:56.553Z] #39 120.0 CC criu/proc_parse.o [2020-08-06T00:03:56.553Z] #39 122.0 CC criu/protobuf-desc.o [2020-08-06T00:03:56.817Z] #39 123.1 CC criu/protobuf.o [2020-08-06T00:03:57.175Z] time="2020-08-06T00:03:56Z" level=error msg="Failed to open log file: open /tmp/TestCheckCapacityAndRotate042901873/log875864092.1: no such file or directory" [2020-08-06T00:03:57.175Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.041s coverage: 38.3% of statements [2020-08-06T00:03:57.394Z] #39 123.5 CC criu/pstree.o [2020-08-06T00:03:57.466Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 33.3% of statements [2020-08-06T00:03:58.353Z] #39 ... [2020-08-06T00:03:58.353Z] [2020-08-06T00:03:58.353Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-08-06T00:03:58.353Z] #22 DONE 0.4s [2020-08-06T00:03:58.353Z] [2020-08-06T00:03:58.353Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:03:58.353Z] #39 124.6 CC criu/rbtree.o [2020-08-06T00:03:58.498Z] ok github.com/docker/docker/daemon/logger/syslog 0.003s coverage: 46.8% of statements [2020-08-06T00:03:58.788Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2020-08-06T00:03:58.930Z] #39 124.8 CC criu/rst-malloc.o [2020-08-06T00:03:59.195Z] #39 125.1 CC criu/seccomp.o [2020-08-06T00:03:59.420Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2020-08-06T00:03:59.710Z] ok github.com/docker/docker/daemon/logger/splunk 1.482s coverage: 82.5% of statements [2020-08-06T00:03:59.710Z] ? github.com/docker/docker/daemon/names [no test files] [2020-08-06T00:03:59.710Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-08-06T00:03:59.772Z] #39 125.7 CC criu/seize.o [2020-08-06T00:04:00.349Z] #39 126.4 CC criu/servicefd.o [2020-08-06T00:04:00.928Z] #39 126.9 CC criu/shmem.o [2020-08-06T00:04:01.218Z] ok github.com/docker/docker/distribution/metadata 0.022s coverage: 48.2% of statements [2020-08-06T00:04:01.850Z] ok github.com/docker/docker/distribution 0.850s coverage: 21.9% of statements [2020-08-06T00:04:01.850Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-08-06T00:04:01.900Z] #39 127.9 CC criu/sigframe.o [2020-08-06T00:04:02.141Z] ok github.com/docker/docker/errdefs 0.003s coverage: 49.4% of statements [2020-08-06T00:04:02.163Z] #39 128.2 CC criu/signalfd.o [2020-08-06T00:04:02.281Z] #37 ... [2020-08-06T00:04:02.281Z] [2020-08-06T00:04:02.281Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:04:02.281Z] #40 156.6 CC criu/parasite-syscall.o [2020-08-06T00:04:02.281Z] #40 157.7 CC criu/path.o [2020-08-06T00:04:02.281Z] #40 158.0 CC criu/pie-util-vdso.o [2020-08-06T00:04:02.281Z] #40 158.4 CC criu/pie-util.o [2020-08-06T00:04:02.281Z] #40 158.7 CC criu/pipes.o [2020-08-06T00:04:02.281Z] #40 159.4 CC criu/plugin.o [2020-08-06T00:04:02.281Z] #40 159.9 CC criu/proc_parse.o [2020-08-06T00:04:02.281Z] #40 163.1 CC criu/protobuf-desc.o [2020-08-06T00:04:02.281Z] #40 164.0 CC criu/protobuf.o [2020-08-06T00:04:02.281Z] #40 164.4 CC criu/pstree.o [2020-08-06T00:04:02.281Z] #40 165.5 CC criu/rbtree.o [2020-08-06T00:04:02.281Z] #40 165.9 CC criu/rst-malloc.o [2020-08-06T00:04:02.282Z] #40 166.3 CC criu/seccomp.o [2020-08-06T00:04:02.427Z] #39 128.4 CC criu/sk-inet.o [2020-08-06T00:04:02.930Z] #40 167.1 CC criu/seize.o [2020-08-06T00:04:03.196Z] ok github.com/docker/docker/image 0.013s coverage: 86.4% of statements [2020-08-06T00:04:03.378Z] #39 129.4 CC criu/sk-netlink.o [2020-08-06T00:04:03.486Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2020-08-06T00:04:03.486Z] ok github.com/docker/docker/distribution/xfer 1.869s coverage: 85.6% of statements [2020-08-06T00:04:03.486Z] ? github.com/docker/docker/dockerversion [no test files] [2020-08-06T00:04:03.486Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-08-06T00:04:03.642Z] #39 129.8 CC criu/sk-packet.o [2020-08-06T00:04:03.991Z] #40 168.2 CC criu/servicefd.o [2020-08-06T00:04:04.220Z] #39 130.3 CC criu/sk-queue.o [2020-08-06T00:04:04.294Z] #40 168.6 CC criu/shmem.o [2020-08-06T00:04:04.484Z] #39 130.8 CC criu/sk-tcp.o [2020-08-06T00:04:04.517Z] ok github.com/docker/docker/image/v1 0.013s coverage: 25.0% of statements [2020-08-06T00:04:04.517Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-08-06T00:04:04.807Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2020-08-06T00:04:05.061Z] #39 131.3 CC criu/sk-unix.o [2020-08-06T00:04:05.838Z] ok github.com/docker/docker/opts 0.015s coverage: 67.4% of statements [2020-08-06T00:04:05.842Z] #40 169.9 CC criu/sigframe.o [2020-08-06T00:04:05.842Z] #40 170.2 CC criu/signalfd.o [2020-08-06T00:04:06.128Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-08-06T00:04:06.144Z] #40 170.6 CC criu/sk-inet.o [2020-08-06T00:04:06.458Z] #39 ... [2020-08-06T00:04:06.458Z] [2020-08-06T00:04:06.458Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-08-06T00:04:06.458Z] #26 DONE 7.8s [2020-08-06T00:04:06.458Z] [2020-08-06T00:04:06.458Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-08-06T00:04:06.722Z] #29 DONE 0.7s [2020-08-06T00:04:06.722Z] [2020-08-06T00:04:06.722Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:04:06.722Z] #39 132.9 CC criu/sockets.o [2020-08-06T00:04:06.986Z] #39 ... [2020-08-06T00:04:06.986Z] [2020-08-06T00:04:06.986Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-08-06T00:04:06.986Z] #31 DONE 0.2s [2020-08-06T00:04:06.986Z] [2020-08-06T00:04:06.986Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-08-06T00:04:06.986Z] #34 DONE 0.1s [2020-08-06T00:04:07.250Z] [2020-08-06T00:04:07.250Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-08-06T00:04:07.636Z] ok github.com/docker/docker/pkg/archive 0.477s coverage: 77.1% of statements [2020-08-06T00:04:07.686Z] #40 171.8 CC criu/sk-netlink.o [2020-08-06T00:04:07.827Z] #37 DONE 0.6s [2020-08-06T00:04:07.827Z] [2020-08-06T00:04:07.827Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:04:07.827Z] #39 133.7 CC criu/stats.o [2020-08-06T00:04:07.827Z] #39 134.0 CC criu/string.o [2020-08-06T00:04:07.827Z] #39 134.1 CC criu/sysctl.o [2020-08-06T00:04:07.985Z] #40 172.3 CC criu/sk-packet.o [2020-08-06T00:04:08.634Z] #40 173.0 CC criu/sk-queue.o [2020-08-06T00:04:08.666Z] ok github.com/docker/docker/pkg/authorization 0.490s coverage: 68.3% of statements [2020-08-06T00:04:08.666Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2020-08-06T00:04:08.777Z] #39 134.6 CC criu/sysfs_parse.o [2020-08-06T00:04:08.777Z] #39 134.9 CC criu/timens.o [2020-08-06T00:04:08.956Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-08-06T00:04:09.042Z] #39 135.2 CC criu/timerfd.o [2020-08-06T00:04:09.282Z] #40 173.6 CC criu/sk-tcp.o [2020-08-06T00:04:09.620Z] #39 135.6 CC criu/tty.o [2020-08-06T00:04:09.938Z] #40 174.1 CC criu/sk-unix.o [2020-08-06T00:04:11.017Z] #39 137.3 CC criu/tun.o [2020-08-06T00:04:11.594Z] #39 137.7 CC criu/uffd.o [2020-08-06T00:04:12.042Z] #40 176.2 CC criu/sockets.o [2020-08-06T00:04:12.688Z] #40 177.1 CC criu/stats.o [2020-08-06T00:04:12.985Z] #40 177.4 CC criu/string.o [2020-08-06T00:04:12.992Z] #39 138.8 CC criu/util.o [2020-08-06T00:04:13.280Z] #40 177.5 CC criu/sysctl.o [2020-08-06T00:04:13.402Z] ok github.com/docker/docker/pkg/chrootarchive 3.521s coverage: 43.2% of statements [2020-08-06T00:04:13.402Z] ok github.com/docker/docker/layer 7.934s coverage: 68.8% of statements [2020-08-06T00:04:13.402Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-08-06T00:04:13.402Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-08-06T00:04:13.402Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-08-06T00:04:13.402Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-08-06T00:04:13.402Z] ? github.com/docker/docker/oci [no test files] [2020-08-06T00:04:13.402Z] ? github.com/docker/docker/oci/caps [no test files] [2020-08-06T00:04:13.402Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-08-06T00:04:13.402Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-08-06T00:04:13.402Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2020-08-06T00:04:13.692Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2020-08-06T00:04:13.692Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2020-08-06T00:04:13.930Z] #40 ... [2020-08-06T00:04:13.930Z] [2020-08-06T00:04:13.930Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2020-08-06T00:04:13.930Z] #37 DONE 242.4s [2020-08-06T00:04:13.930Z] [2020-08-06T00:04:13.930Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2020-08-06T00:04:13.930Z] #40 178.1 CC criu/sysfs_parse.o [2020-08-06T00:04:13.943Z] #39 139.9 CC criu/uts_ns.o [2020-08-06T00:04:14.207Z] #39 140.2 CC criu/vdso.o [2020-08-06T00:04:14.322Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2020-08-06T00:04:14.471Z] #39 140.6 LINK criu/built-in.o [2020-08-06T00:04:14.471Z] #39 140.7 LINK criu/criu [2020-08-06T00:04:14.576Z] #40 178.7 CC criu/timens.o [2020-08-06T00:04:14.613Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2020-08-06T00:04:14.875Z] #40 179.2 CC criu/timerfd.o [2020-08-06T00:04:14.903Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2020-08-06T00:04:15.047Z] #39 141.1 DEP lib/c/criu.d [2020-08-06T00:04:15.048Z] #39 141.2 CC images/rpc.pb-c.o [2020-08-06T00:04:15.180Z] #40 179.6 CC criu/tty.o [2020-08-06T00:04:15.932Z] ok github.com/docker/docker/pkg/filenotify 0.613s coverage: 67.0% of statements [2020-08-06T00:04:16.081Z] #39 141.9 CC lib/c/criu.o [2020-08-06T00:04:16.562Z] ok github.com/docker/docker/pkg/fileutils 0.028s coverage: 89.5% of statements [2020-08-06T00:04:16.661Z] #39 142.9 LINK lib/c/built-in.o [2020-08-06T00:04:16.661Z] #39 142.9 LINK lib/c/libcriu.so [2020-08-06T00:04:16.926Z] #39 143.0 LINK lib/c/libcriu.a [2020-08-06T00:04:17.189Z] #39 143.2 GEN magic.py [2020-08-06T00:04:17.189Z] #39 143.4 Note: Building without setproctitle() and strlcpy() support. [2020-08-06T00:04:17.189Z] #39 143.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-06T00:04:17.192Z] ok github.com/docker/docker/pkg/fsutils 0.433s coverage: 85.1% of statements [2020-08-06T00:04:17.274Z] #40 181.4 CC criu/tun.o [2020-08-06T00:04:17.452Z] #39 143.4 Note: Building without GnuTLS support [2020-08-06T00:04:17.452Z] #39 143.4 Makefile.config:39: Warn: you have no libnftables installed [2020-08-06T00:04:17.452Z] #39 143.4 Makefile.config:40: Warn: Building without nftables support [2020-08-06T00:04:17.482Z] ok github.com/docker/docker/pkg/homedir 0.001s coverage: 11.4% of statements [2020-08-06T00:04:17.572Z] #40 181.9 CC criu/uffd.o [2020-08-06T00:04:17.772Z] ok github.com/docker/docker/pkg/discovery/kv 3.085s coverage: 84.1% of statements [2020-08-06T00:04:18.030Z] #39 144.1 fatal: not a git repository (or any of the parent directories): .git [2020-08-06T00:04:18.403Z] ok github.com/docker/docker/pkg/idtools 0.368s coverage: 70.5% of statements [2020-08-06T00:04:18.627Z] #40 183.0 CC criu/util.o [2020-08-06T00:04:18.693Z] ok github.com/docker/docker/pkg/ioutils 0.302s coverage: 70.1% of statements [2020-08-06T00:04:18.980Z] #39 144.9 make[1]: Nothing to be done for 'all'. [2020-08-06T00:04:18.985Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2020-08-06T00:04:19.275Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2020-08-06T00:04:19.275Z] ok github.com/docker/docker/pkg/locker 0.010s coverage: 88.9% of statements [2020-08-06T00:04:19.275Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-08-06T00:04:19.275Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-08-06T00:04:19.275Z] ok github.com/docker/docker/pkg/namesgenerator 0.007s coverage: 85.7% of statements [2020-08-06T00:04:19.275Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-08-06T00:04:19.566Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2020-08-06T00:04:19.566Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2020-08-06T00:04:19.857Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2020-08-06T00:04:19.857Z] ok github.com/docker/docker/pkg/pidfile 0.001s coverage: 82.4% of statements [2020-08-06T00:04:19.857Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-08-06T00:04:19.857Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-08-06T00:04:19.930Z] #39 145.8 make[1]: 'images/built-in.o' is up to date. [2020-08-06T00:04:19.930Z] #39 145.9 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-08-06T00:04:19.930Z] #39 145.9 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-08-06T00:04:19.930Z] #39 146.0 make[1]: 'compel/libcompel.a' is up to date. [2020-08-06T00:04:19.930Z] #39 146.1 make[1]: 'compel/compel-host-bin' is up to date. [2020-08-06T00:04:19.930Z] #39 146.1 make[1]: Nothing to be done for 'all'. [2020-08-06T00:04:19.930Z] #39 146.2 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-06T00:04:20.162Z] #40 184.3 CC criu/uts_ns.o [2020-08-06T00:04:20.162Z] #40 184.6 CC criu/vdso.o [2020-08-06T00:04:20.194Z] #39 146.4 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:20.194Z] #39 146.4 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:20.194Z] #39 146.5 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:20.458Z] #39 146.6 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:20.458Z] #39 146.7 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:20.490Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2020-08-06T00:04:20.722Z] #39 146.7 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:20.722Z] #39 146.8 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:20.722Z] #39 146.8 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:20.722Z] #39 146.9 INSTALL criu/criu [2020-08-06T00:04:20.823Z] #40 185.1 LINK criu/built-in.o [2020-08-06T00:04:20.823Z] #40 185.2 LINK criu/criu [2020-08-06T00:04:21.121Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2020-08-06T00:04:21.299Z] #39 DONE 147.5s [2020-08-06T00:04:21.299Z] [2020-08-06T00:04:21.299Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:21.411Z] ok github.com/docker/docker/pkg/pools 0.001s coverage: 88.2% of statements [2020-08-06T00:04:21.411Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2020-08-06T00:04:21.470Z] #40 185.8 DEP lib/c/criu.d [2020-08-06T00:04:21.767Z] #40 185.9 CC images/rpc.pb-c.o [2020-08-06T00:04:22.411Z] #40 186.5 CC lib/c/criu.o [2020-08-06T00:04:22.915Z] ok github.com/docker/docker/pkg/pubsub 1.020s coverage: 73.9% of statements [2020-08-06T00:04:22.915Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2020-08-06T00:04:23.226Z] #45 ... [2020-08-06T00:04:23.226Z] [2020-08-06T00:04:23.226Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-08-06T00:04:23.226Z] #40 DONE 0.1s [2020-08-06T00:04:23.226Z] [2020-08-06T00:04:23.226Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:23.226Z] #45 ... [2020-08-06T00:04:23.226Z] [2020-08-06T00:04:23.226Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-08-06T00:04:23.463Z] #40 187.7 LINK lib/c/built-in.o [2020-08-06T00:04:23.463Z] #40 187.7 LINK lib/c/libcriu.so [2020-08-06T00:04:23.463Z] #40 187.7 LINK lib/c/libcriu.a [2020-08-06T00:04:23.463Z] #40 187.9 GEN magic.py [2020-08-06T00:04:23.765Z] #40 188.0 Note: Building without setproctitle() and strlcpy() support. [2020-08-06T00:04:23.765Z] #40 188.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2020-08-06T00:04:23.765Z] #40 188.0 Note: Building without GnuTLS support [2020-08-06T00:04:23.765Z] #40 188.0 Makefile.config:39: Warn: you have no libnftables installed [2020-08-06T00:04:23.765Z] #40 188.0 Makefile.config:40: Warn: Building without nftables support [2020-08-06T00:04:23.805Z] #42 DONE 0.5s [2020-08-06T00:04:23.805Z] [2020-08-06T00:04:23.805Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-08-06T00:04:23.805Z] #44 DONE 0.1s [2020-08-06T00:04:23.805Z] [2020-08-06T00:04:23.805Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:24.411Z] #40 188.8 fatal: not a git repository (or any of the parent directories): .git [2020-08-06T00:04:25.494Z] #40 189.6 make[1]: Nothing to be done for 'all'. [2020-08-06T00:04:25.761Z] ok github.com/docker/docker/pkg/signal 2.351s coverage: 61.0% of statements [2020-08-06T00:04:26.052Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2020-08-06T00:04:26.139Z] #40 190.3 make[1]: 'images/built-in.o' is up to date. [2020-08-06T00:04:26.139Z] #40 190.4 make[1]: 'compel/plugins/std.lib.a' is up to date. [2020-08-06T00:04:26.139Z] #40 190.4 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2020-08-06T00:04:26.139Z] #40 190.4 make[1]: 'compel/libcompel.a' is up to date. [2020-08-06T00:04:26.139Z] #40 190.4 make[1]: 'compel/compel-host-bin' is up to date. [2020-08-06T00:04:26.139Z] #40 190.5 make[1]: Nothing to be done for 'all'. [2020-08-06T00:04:26.139Z] #40 190.5 make[1]: 'soccr/libsoccr.a' is up to date. [2020-08-06T00:04:26.406Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2020-08-06T00:04:26.437Z] #40 190.6 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:26.437Z] #40 190.7 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:26.437Z] #40 190.7 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:26.437Z] #40 190.8 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:26.696Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2020-08-06T00:04:26.696Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements [2020-08-06T00:04:26.736Z] #40 190.9 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:26.736Z] #40 190.9 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:26.736Z] #40 191.0 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:26.736Z] #40 191.1 make[2]: Nothing to be done for 'all'. [2020-08-06T00:04:26.736Z] #40 191.1 INSTALL criu/criu [2020-08-06T00:04:27.035Z] #40 DONE 191.2s [2020-08-06T00:04:27.035Z] [2020-08-06T00:04:27.035Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:27.397Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 53.8% of statements [2020-08-06T00:04:27.692Z] ok github.com/docker/docker/pkg/system 0.053s coverage: 36.9% of statements [2020-08-06T00:04:27.982Z] ok github.com/docker/docker/pkg/tailfile 0.050s coverage: 88.6% of statements [2020-08-06T00:04:28.683Z] ok github.com/docker/docker/pkg/tarsum 0.028s coverage: 89.3% of statements [2020-08-06T00:04:28.683Z] testing: warning: no tests to run [2020-08-06T00:04:28.683Z] coverage: [no statements] [2020-08-06T00:04:28.683Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-08-06T00:04:29.003Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2020-08-06T00:04:29.294Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-08-06T00:04:29.294Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2020-08-06T00:04:30.923Z] ok github.com/docker/docker/plugin 0.558s coverage: 23.1% of statements [2020-08-06T00:04:31.567Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-08-06T00:04:32.240Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 75.0% of statements [2020-08-06T00:04:32.531Z] ok github.com/docker/docker/reference 0.005s coverage: 83.7% of statements [2020-08-06T00:04:33.657Z] ok github.com/docker/docker/registry 0.097s coverage: 56.3% of statements [2020-08-06T00:04:33.842Z] #52 195.8 + bin/containerd-stress [2020-08-06T00:04:34.288Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements [2020-08-06T00:04:34.288Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements [2020-08-06T00:04:34.919Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements [2020-08-06T00:04:35.209Z] ok github.com/docker/docker/testutil 0.001s coverage: 62.5% of statements [2020-08-06T00:04:35.760Z] #52 199.2 + bin/containerd-shim [2020-08-06T00:04:36.711Z] #52 ... [2020-08-06T00:04:36.711Z] [2020-08-06T00:04:36.711Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:36.711Z] #45 DONE 246.8s [2020-08-06T00:04:36.711Z] [2020-08-06T00:04:36.711Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:37.357Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2020-08-06T00:04:38.010Z] ok github.com/docker/docker/volume/local 0.048s coverage: 73.0% of statements [2020-08-06T00:04:38.300Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2020-08-06T00:04:39.272Z] #52 ... [2020-08-06T00:04:39.272Z] [2020-08-06T00:04:39.272Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-08-06T00:04:39.399Z] ok github.com/docker/docker/volume/service 0.010s coverage: 73.1% of statements [2020-08-06T00:04:39.764Z] #46 ... [2020-08-06T00:04:39.764Z] [2020-08-06T00:04:39.764Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:39.764Z] #53 231.7 + bin/containerd [2020-08-06T00:04:39.854Z] #46 DONE 0.6s [2020-08-06T00:04:39.854Z] [2020-08-06T00:04:39.854Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-08-06T00:04:40.116Z] #48 DONE 0.2s [2020-08-06T00:04:40.116Z] [2020-08-06T00:04:40.116Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-08-06T00:04:40.380Z] #50 DONE 0.5s [2020-08-06T00:04:40.380Z] [2020-08-06T00:04:40.380Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:41.770Z] #52 205.4 + bin/containerd-shim-runc-v1 [2020-08-06T00:04:45.083Z] #52 208.4 + bin/containerd-shim-runc-v2 [2020-08-06T00:04:45.656Z] #52 209.4 + binaries [2020-08-06T00:04:45.917Z] #52 209.4 + install -D bin/containerd /build/containerd [2020-08-06T00:04:45.917Z] #52 209.5 + install -D bin/containerd-shim /build/containerd-shim [2020-08-06T00:04:45.917Z] #52 209.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-08-06T00:04:45.917Z] #52 209.5 + install -D bin/ctr /build/ctr [2020-08-06T00:04:46.491Z] #52 DONE 210.1s [2020-08-06T00:04:47.879Z] [2020-08-06T00:04:47.879Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-08-06T00:04:48.325Z] #53 ... [2020-08-06T00:04:48.325Z] [2020-08-06T00:04:48.325Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:48.325Z] #22 276.4 + return [2020-08-06T00:04:48.325Z] #22 DONE 276.6s [2020-08-06T00:04:48.325Z] [2020-08-06T00:04:48.325Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:49.265Z] #53 DONE 1.2s [2020-08-06T00:04:49.265Z] [2020-08-06T00:04:49.265Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-08-06T00:04:49.375Z] #53 ... [2020-08-06T00:04:49.375Z] [2020-08-06T00:04:49.375Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2020-08-06T00:04:49.375Z] #23 DONE 0.1s [2020-08-06T00:04:49.375Z] [2020-08-06T00:04:49.375Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:49.674Z] #46 ... [2020-08-06T00:04:49.674Z] [2020-08-06T00:04:49.674Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2020-08-06T00:04:49.837Z] #57 DONE 0.6s [2020-08-06T00:04:49.837Z] [2020-08-06T00:04:49.837Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-08-06T00:04:50.333Z] #27 DONE 0.9s [2020-08-06T00:04:50.333Z] [2020-08-06T00:04:50.333Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:50.630Z] #46 ... [2020-08-06T00:04:50.630Z] [2020-08-06T00:04:50.630Z] #30 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2020-08-06T00:04:50.630Z] #30 DONE 0.1s [2020-08-06T00:04:50.630Z] [2020-08-06T00:04:50.630Z] #32 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2020-08-06T00:04:50.630Z] #32 DONE 0.1s [2020-08-06T00:04:50.630Z] [2020-08-06T00:04:50.630Z] #35 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2020-08-06T00:04:50.630Z] #35 DONE 0.1s [2020-08-06T00:04:50.630Z] [2020-08-06T00:04:50.630Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:50.630Z] #46 ... [2020-08-06T00:04:50.630Z] [2020-08-06T00:04:50.630Z] #38 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2020-08-06T00:04:50.630Z] #38 DONE 0.1s [2020-08-06T00:04:50.779Z] #59 DONE 1.0s [2020-08-06T00:04:50.779Z] [2020-08-06T00:04:50.779Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-08-06T00:04:50.779Z] #61 DONE 0.1s [2020-08-06T00:04:50.779Z] [2020-08-06T00:04:50.779Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-08-06T00:04:50.779Z] #62 DONE 0.0s [2020-08-06T00:04:50.779Z] [2020-08-06T00:04:50.780Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-08-06T00:04:50.930Z] [2020-08-06T00:04:50.930Z] #41 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2020-08-06T00:04:50.930Z] #41 DONE 0.1s [2020-08-06T00:04:50.930Z] [2020-08-06T00:04:50.930Z] #43 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2020-08-06T00:04:50.930Z] #43 DONE 0.1s [2020-08-06T00:04:50.930Z] [2020-08-06T00:04:50.930Z] #45 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2020-08-06T00:04:50.930Z] #45 DONE 0.1s [2020-08-06T00:04:50.930Z] [2020-08-06T00:04:50.930Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:04:52.698Z] #63 DONE 1.5s [2020-08-06T00:04:52.698Z] [2020-08-06T00:04:52.698Z] #64 exporting to image [2020-08-06T00:04:52.698Z] #64 exporting layers [2020-08-06T00:04:54.797Z] ok github.com/docker/docker/pkg/plugins 33.619s coverage: 76.6% of statements [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/pkg/term [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/rootless [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/testutil/request [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/volume [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-08-06T00:04:54.797Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === Skipped [2020-08-06T00:04:54.797Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-08-06T00:04:54.797Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-08-06T00:04:54.797Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-08-06T00:04:54.797Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:04:54.797Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-08-06T00:04:54.797Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:04:54.797Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-08-06T00:04:54.797Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:04:54.797Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-08-06T00:04:54.797Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:04:54.797Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-08-06T00:04:54.797Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:04:54.797Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-08-06T00:04:54.797Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-08-06T00:04:54.797Z] time="2020-08-06T00:03:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:04:54.797Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:04:54.797Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-08-06T00:04:54.797Z] time="2020-08-06T00:03:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:04:54.797Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:04:54.797Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-08-06T00:04:54.797Z] time="2020-08-06T00:03:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:04:54.797Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:04:54.797Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-08-06T00:04:54.797Z] time="2020-08-06T00:03:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:04:54.797Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:04:54.797Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-08-06T00:04:54.797Z] time="2020-08-06T00:03:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:04:54.797Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:04:54.797Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-08-06T00:04:54.797Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-08-06T00:04:54.797Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-08-06T00:04:54.797Z] overlay_test.go:49: Fails to compute changes intermittently [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-08-06T00:04:54.797Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.797Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-08-06T00:04:54.797Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-08-06T00:04:54.797Z] [2020-08-06T00:04:54.798Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-08-06T00:04:54.798Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:04:54.798Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:04:54.798Z] [2020-08-06T00:04:54.798Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-08-06T00:04:54.798Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:04:54.798Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:04:54.798Z] [2020-08-06T00:04:54.798Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-08-06T00:04:54.798Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:04:54.798Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:04:54.798Z] [2020-08-06T00:04:54.798Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-08-06T00:04:54.798Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:04:54.798Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:04:54.798Z] [2020-08-06T00:04:54.798Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-08-06T00:04:54.798Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:04:54.798Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:04:54.798Z] [2020-08-06T00:04:54.798Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-08-06T00:04:54.798Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:04:54.798Z] [2020-08-06T00:04:54.798Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-08-06T00:04:54.798Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-08-06T00:04:54.798Z] [2020-08-06T00:04:54.798Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-08-06T00:04:54.798Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-08-06T00:04:54.798Z] [2020-08-06T00:04:54.798Z] [2020-08-06T00:04:54.798Z] DONE 2123 tests, 26 skipped in 190.733s Post stage [Pipeline] junit [2020-08-06T00:04:55.132Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-06T00:04:55.682Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -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:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/make.sh dynbinary test-integration [2020-08-06T00:04:55.973Z] [2020-08-06T00:04:56.264Z] Removing bundles/ [2020-08-06T00:04:56.264Z] [2020-08-06T00:04:56.264Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-08-06T00:04:56.264Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:04:56.264Z] GOOS="" GOARCH="" GOARM="" [2020-08-06T00:04:59.493Z] #46 288.0 + cd /tmp/tmp.khOvcvMWRr/src/github.com/golangci/golangci-lint/ [2020-08-06T00:04:59.493Z] #46 288.1 + git checkout -q v1.23.8 [2020-08-06T00:04:59.790Z] #46 288.5 ++ git describe --tags [2020-08-06T00:04:59.790Z] #46 288.5 + version=v1.23.8 [2020-08-06T00:04:59.790Z] #46 288.5 ++ git rev-parse --short HEAD [2020-08-06T00:04:59.790Z] #46 288.6 + commit=76a82c6 [2020-08-06T00:04:59.790Z] #46 288.6 ++ git show -s --format=%cd [2020-08-06T00:04:59.790Z] #46 288.6 + commitDate='Wed Mar 4 06:43:41 2020 +0300' [2020-08-06T00:04:59.790Z] #46 288.6 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint [2020-08-06T00:05:02.712Z] #64 exporting layers 9.1s done [2020-08-06T00:05:02.712Z] #64 writing image sha256:1f9870da48b1cddd1752fbd63742eca25e710241da236950986c8e9a2ed0b5b4 done [2020-08-06T00:05:02.712Z] #64 naming to docker.io/library/docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e done [2020-08-06T00:05:02.712Z] #64 DONE 9.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-08-06T00:05:03.053Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/test/unit [2020-08-06T00:05:08.338Z] 4612f6d0b889: Pull complete [2020-08-06T00:05:08.352Z] ? github.com/docker/docker/api [no test files] [2020-08-06T00:05:20.619Z] ok github.com/docker/docker/api/server 0.042s coverage: 9.0% of statements [2020-08-06T00:05:22.832Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:05:22.832Z] [2020-08-06T00:05:22.832Z] + TEST_INTEGRATION_DEST=1 [2020-08-06T00:05:22.832Z] + CONTAINER_NAME=docker-pr1-1 [2020-08-06T00:05:22.832Z] + TEST_SKIP_INTEGRATION_CLI=1 [2020-08-06T00:05:22.832Z] + run_tests test-integration-flaky [2020-08-06T00:05:22.832Z] + '[' -n 0 ']' [2020-08-06T00:05:22.832Z] + rm= [2020-08-06T00:05:22.832Z] + c=0 [2020-08-06T00:05:22.832Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41316/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41316/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/make.sh test-integration-flaky test-integration [2020-08-06T00:05:22.832Z] + TEST_INTEGRATION_DEST=3 [2020-08-06T00:05:22.832Z] + CONTAINER_NAME=docker-pr1-3 [2020-08-06T00:05:22.832Z] + TEST_SKIP_INTEGRATION=1 [2020-08-06T00:05:22.832Z] ++ jobs -p [2020-08-06T00:05:22.832Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-08-06T00:05:22.832Z] + run_tests [2020-08-06T00:05:22.832Z] + '[' -n 0 ']' [2020-08-06T00:05:22.832Z] + rm= [2020-08-06T00:05:22.832Z] + for job in $(jobs -p) [2020-08-06T00:05:22.832Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41316/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41316/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/make.sh '' test-integration [2020-08-06T00:05:22.832Z] + wait 25763 [2020-08-06T00:05:22.832Z] + TEST_INTEGRATION_DEST=2 [2020-08-06T00:05:22.832Z] + CONTAINER_NAME=docker-pr1-2 [2020-08-06T00:05:22.832Z] + TEST_SKIP_INTEGRATION=1 [2020-08-06T00:05:22.832Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-08-06T00:05:22.832Z] + run_tests [2020-08-06T00:05:22.832Z] + '[' -n 0 ']' [2020-08-06T00:05:22.832Z] + rm= [2020-08-06T00:05:22.832Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41316/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41316/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/make.sh '' test-integration [2020-08-06T00:05:22.832Z] [2020-08-06T00:05:22.832Z] [2020-08-06T00:05:22.832Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2020-08-06T00:05:22.832Z] [2020-08-06T00:05:22.832Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-08-06T00:05:22.832Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-08-06T00:05:22.832Z] HOSTNAME=a19081a3eb30 [2020-08-06T00:05:22.832Z] TEST_SKIP_INTEGRATION=1 [2020-08-06T00:05:22.832Z] TESTDEBUG=0 [2020-08-06T00:05:22.832Z] DEST=bundles/test-integration [2020-08-06T00:05:22.832Z] PWD=/go/src/github.com/docker/docker [2020-08-06T00:05:22.832Z] KEEPBUNDLE=1 [2020-08-06T00:05:22.832Z] DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-06T00:05:22.832Z] container=docker [2020-08-06T00:05:22.832Z] HOME=/root [2020-08-06T00:05:22.832Z] GOLANG_VERSION=1.13.14 [2020-08-06T00:05:22.832Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-08-06T00:05:22.832Z] VALIDATE_BRANCH=master [2020-08-06T00:05:22.832Z] TERM=xterm [2020-08-06T00:05:22.832Z] DOCKER_PKG=github.com/docker/docker [2020-08-06T00:05:22.832Z] SHLVL=1 [2020-08-06T00:05:22.832Z] TIMEOUT=120m [2020-08-06T00:05:22.832Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-08-06T00:05:22.832Z] DOCKER_GRAPHDRIVER=overlay2 [2020-08-06T00:05:22.832Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2020-08-06T00:05:22.832Z] GO111MODULE=off [2020-08-06T00:05:22.832Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-08-06T00:05:22.832Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-08-06T00:05:22.833Z] GOPATH=/go [2020-08-06T00:05:22.833Z] PKG_CONFIG=pkg-config [2020-08-06T00:05:22.833Z] _=/usr/bin/env [2020-08-06T00:05:22.833Z] Building test suite binary ./integration-cli/test.main [2020-08-06T00:05:22.833Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-08-06T00:05:22.833Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-08-06T00:05:22.833Z] HOSTNAME=b0d307f2e9c2 [2020-08-06T00:05:22.833Z] TEST_SKIP_INTEGRATION=1 [2020-08-06T00:05:22.833Z] TESTDEBUG=0 [2020-08-06T00:05:22.833Z] DEST=bundles/test-integration [2020-08-06T00:05:22.833Z] PWD=/go/src/github.com/docker/docker [2020-08-06T00:05:22.833Z] KEEPBUNDLE=1 [2020-08-06T00:05:22.833Z] DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-06T00:05:22.833Z] container=docker [2020-08-06T00:05:22.833Z] HOME=/root [2020-08-06T00:05:22.833Z] GOLANG_VERSION=1.13.14 [2020-08-06T00:05:22.833Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-08-06T00:05:22.833Z] VALIDATE_BRANCH=master [2020-08-06T00:05:22.833Z] TERM=xterm [2020-08-06T00:05:22.833Z] DOCKER_PKG=github.com/docker/docker [2020-08-06T00:05:22.833Z] SHLVL=1 [2020-08-06T00:05:22.833Z] TIMEOUT=120m [2020-08-06T00:05:22.833Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-08-06T00:05:22.833Z] DOCKER_GRAPHDRIVER=overlay2 [2020-08-06T00:05:22.833Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2020-08-06T00:05:22.833Z] GO111MODULE=off [2020-08-06T00:05:22.833Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-08-06T00:05:22.833Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-08-06T00:05:22.833Z] GOPATH=/go [2020-08-06T00:05:22.833Z] PKG_CONFIG=pkg-config [2020-08-06T00:05:22.833Z] _=/usr/bin/env [2020-08-06T00:05:22.833Z] Building test suite binary ./integration-cli/test.main [2020-08-06T00:05:22.833Z] No new tests added to integration. [2020-08-06T00:05:22.833Z] [2020-08-06T00:05:22.833Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-08-06T00:05:22.833Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-08-06T00:05:22.833Z] HOSTNAME=c693726ee819 [2020-08-06T00:05:22.833Z] TESTDEBUG=0 [2020-08-06T00:05:22.833Z] DEST=bundles/test-integration [2020-08-06T00:05:22.833Z] PWD=/go/src/github.com/docker/docker [2020-08-06T00:05:22.833Z] KEEPBUNDLE=1 [2020-08-06T00:05:22.833Z] DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-06T00:05:22.833Z] container=docker [2020-08-06T00:05:22.833Z] HOME=/root [2020-08-06T00:05:22.833Z] GOLANG_VERSION=1.13.14 [2020-08-06T00:05:22.833Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-08-06T00:05:22.833Z] VALIDATE_BRANCH=master [2020-08-06T00:05:22.833Z] TERM=xterm [2020-08-06T00:05:22.833Z] DOCKER_PKG=github.com/docker/docker [2020-08-06T00:05:22.833Z] SHLVL=1 [2020-08-06T00:05:22.833Z] TIMEOUT=120m [2020-08-06T00:05:22.833Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-08-06T00:05:22.833Z] DOCKER_GRAPHDRIVER=overlay2 [2020-08-06T00:05:22.833Z] GO111MODULE=off [2020-08-06T00:05:22.833Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-08-06T00:05:22.833Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-08-06T00:05:22.833Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-08-06T00:05:22.833Z] GOPATH=/go [2020-08-06T00:05:22.833Z] PKG_CONFIG=pkg-config [2020-08-06T00:05:22.833Z] _=/usr/bin/env [2020-08-06T00:05:22.833Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-08-06T00:05:31.106Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:05:31.106Z] [2020-08-06T00:05:31.106Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-08-06T00:05:31.106Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-08-06T00:05:31.106Z] HOSTNAME=bf5c9aa2ad4b [2020-08-06T00:05:31.106Z] DEST=bundles/test-integration [2020-08-06T00:05:31.106Z] PWD=/go/src/github.com/docker/docker [2020-08-06T00:05:31.106Z] DOCKER_ROOTLESS=1 [2020-08-06T00:05:31.106Z] DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-06T00:05:31.106Z] container=docker [2020-08-06T00:05:31.106Z] HOME=/root [2020-08-06T00:05:31.106Z] GOLANG_VERSION=1.13.14 [2020-08-06T00:05:31.106Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-08-06T00:05:31.106Z] VALIDATE_BRANCH=master [2020-08-06T00:05:31.106Z] TERM=xterm [2020-08-06T00:05:31.106Z] DOCKER_PKG=github.com/docker/docker [2020-08-06T00:05:31.106Z] SHLVL=1 [2020-08-06T00:05:31.106Z] TIMEOUT=120m [2020-08-06T00:05:31.106Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-08-06T00:05:31.106Z] DOCKER_GRAPHDRIVER=overlay2 [2020-08-06T00:05:31.106Z] GO111MODULE=off [2020-08-06T00:05:31.106Z] DOCKER_EXPERIMENTAL=1 [2020-08-06T00:05:31.106Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-08-06T00:05:31.106Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-08-06T00:05:31.106Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-08-06T00:05:31.106Z] GOPATH=/go [2020-08-06T00:05:31.106Z] PKG_CONFIG=pkg-config [2020-08-06T00:05:31.106Z] _=/usr/bin/env [2020-08-06T00:05:31.106Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-08-06T00:05:32.607Z] #46 ... [2020-08-06T00:05:32.607Z] [2020-08-06T00:05:32.607Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:05:32.607Z] #53 280.8 + bin/containerd-stress [2020-08-06T00:05:32.607Z] #53 285.4 + bin/containerd-shim [2020-08-06T00:05:43.086Z] #53 295.5 + bin/containerd-shim-runc-v1 [2020-08-06T00:05:43.086Z] #53 ... [2020-08-06T00:05:43.086Z] [2020-08-06T00:05:43.086Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:05:43.086Z] #46 DONE 331.3s [2020-08-06T00:05:43.086Z] [2020-08-06T00:05:43.086Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:05:45.193Z] #53 ... [2020-08-06T00:05:45.193Z] [2020-08-06T00:05:45.193Z] #47 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2020-08-06T00:05:45.193Z] #47 DONE 0.1s [2020-08-06T00:05:45.491Z] [2020-08-06T00:05:45.491Z] #49 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2020-08-06T00:05:45.491Z] #49 DONE 0.1s [2020-08-06T00:05:45.491Z] [2020-08-06T00:05:45.491Z] #51 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2020-08-06T00:05:45.491Z] #51 DONE 0.1s [2020-08-06T00:05:45.491Z] [2020-08-06T00:05:45.491Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2020-08-06T00:05:47.041Z] #53 299.9 + bin/containerd-shim-runc-v2 [2020-08-06T00:05:48.085Z] #53 300.9 + binaries [2020-08-06T00:05:48.085Z] #53 300.9 + install -D bin/containerd /build/containerd [2020-08-06T00:05:48.085Z] #53 300.9 + install -D bin/containerd-shim /build/containerd-shim [2020-08-06T00:05:48.085Z] #53 300.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2020-08-06T00:05:48.085Z] #53 300.9 + install -D bin/ctr /build/ctr [2020-08-06T00:05:48.085Z] #53 DONE 301.0s [2020-08-06T00:05:48.725Z] [2020-08-06T00:05:48.725Z] #54 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2020-08-06T00:05:49.020Z] #54 DONE 0.1s [2020-08-06T00:05:49.020Z] [2020-08-06T00:05:49.020Z] #58 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2020-08-06T00:05:49.020Z] #58 DONE 0.1s [2020-08-06T00:05:49.020Z] [2020-08-06T00:05:49.020Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2020-08-06T00:05:49.020Z] #59 DONE 0.1s [2020-08-06T00:05:49.316Z] [2020-08-06T00:05:49.316Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2020-08-06T00:05:49.316Z] #61 DONE 0.1s [2020-08-06T00:05:49.316Z] [2020-08-06T00:05:49.316Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2020-08-06T00:05:49.316Z] #62 DONE 0.0s [2020-08-06T00:05:49.316Z] [2020-08-06T00:05:49.316Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker [2020-08-06T00:05:51.421Z] #63 DONE 2.2s [2020-08-06T00:05:51.421Z] [2020-08-06T00:05:51.421Z] #65 exporting to oci image format [2020-08-06T00:05:51.421Z] #65 exporting layers [2020-08-06T00:05:53.176Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:05:53.176Z] [2020-08-06T00:05:53.176Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-08-06T00:05:53.176Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-08-06T00:05:53.176Z] HOSTNAME=c9f8e50cefa2 [2020-08-06T00:05:53.176Z] TESTDEBUG=0 [2020-08-06T00:05:53.176Z] DEST=bundles/test-integration [2020-08-06T00:05:53.176Z] PWD=/go/src/github.com/docker/docker [2020-08-06T00:05:53.176Z] DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-06T00:05:53.176Z] container=docker [2020-08-06T00:05:53.176Z] HOME=/root [2020-08-06T00:05:53.176Z] GOLANG_VERSION=1.13.14 [2020-08-06T00:05:53.176Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-08-06T00:05:53.176Z] VALIDATE_BRANCH=master [2020-08-06T00:05:53.176Z] TERM=xterm [2020-08-06T00:05:53.176Z] DOCKER_PKG=github.com/docker/docker [2020-08-06T00:05:53.176Z] SHLVL=1 [2020-08-06T00:05:53.176Z] TIMEOUT=120m [2020-08-06T00:05:53.176Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-08-06T00:05:53.176Z] DOCKER_GRAPHDRIVER=overlay2 [2020-08-06T00:05:53.176Z] GO111MODULE=off [2020-08-06T00:05:53.176Z] DOCKER_EXPERIMENTAL=1 [2020-08-06T00:05:53.176Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-08-06T00:05:53.176Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-08-06T00:05:53.176Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-08-06T00:05:53.176Z] GOPATH=/go [2020-08-06T00:05:53.176Z] PKG_CONFIG=pkg-config [2020-08-06T00:05:53.176Z] _=/usr/bin/env [2020-08-06T00:05:53.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-08-06T00:05:56.616Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|imports|name|exports_file|files|types_sizes) took 1m57.803130426s [2020-08-06T00:05:56.616Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 678.599412ms [2020-08-06T00:06:03.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-08-06T00:06:03.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-08-06T00:06:03.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-08-06T00:06:08.811Z] INFO [runner/unused/goanalysis] analyzers took 27.93618868s with top 10 stages: buildssa: 23.590649509s, U1000: 4.345539171s [2020-08-06T00:06:15.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-08-06T00:06:15.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-08-06T00:06:16.937Z] ok github.com/docker/docker/api/server/httputils 0.020s coverage: 14.7% of statements [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-08-06T00:06:16.937Z] ok github.com/docker/docker/api/server/middleware 0.023s coverage: 37.7% of statements [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-08-06T00:06:16.937Z] ok github.com/docker/docker/api/types/filters 0.025s coverage: 92.2% of statements [2020-08-06T00:06:16.937Z] ok github.com/docker/docker/api/types/strslice 0.037s coverage: 90.0% of statements [2020-08-06T00:06:16.937Z] ok github.com/docker/docker/api/server/router/swarm 0.017s coverage: 5.7% of statements [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/container [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/events [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/image [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/network [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-08-06T00:06:16.937Z] ok github.com/docker/docker/api/types/time 0.015s coverage: 100.0% of statements [2020-08-06T00:06:16.937Z] ok github.com/docker/docker/api/types/versions 0.023s coverage: 75.0% of statements [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/builder [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-08-06T00:06:16.937Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-08-06T00:06:16.937Z] ok github.com/docker/docker/builder/dockerignore 0.010s coverage: 96.8% of statements [2020-08-06T00:06:16.937Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2020-08-06T00:06:17.470Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-08-06T00:06:17.512Z] ok github.com/docker/docker/builder/remotecontext 0.318s coverage: 13.6% of statements [2020-08-06T00:06:18.906Z] ok github.com/docker/docker/builder/dockerfile 0.963s coverage: 48.1% of statements [2020-08-06T00:06:18.906Z] ok github.com/docker/docker/builder/remotecontext/git 3.489s coverage: 86.3% of statements [2020-08-06T00:06:18.906Z] ? github.com/docker/docker/cli [no test files] [2020-08-06T00:06:18.906Z] ? github.com/docker/docker/cli/config [no test files] [2020-08-06T00:06:24.217Z] ok github.com/docker/docker/client 0.268s coverage: 75.4% of statements [2020-08-06T00:06:25.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-08-06T00:06:25.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-08-06T00:06:27.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-08-06T00:06:28.044Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-08-06T00:06:28.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-08-06T00:06:30.210Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-08-06T00:06:32.804Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-08-06T00:06:33.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-08-06T00:06:33.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-08-06T00:06:34.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-08-06T00:06:35.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-08-06T00:06:35.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-08-06T00:06:35.452Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-08-06T00:06:36.483Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-08-06T00:06:36.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-08-06T00:06:37.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-08-06T00:06:38.732Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-08-06T00:06:39.209Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-08-06T00:06:40.109Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-08-06T00:06:40.242Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-08-06T00:06:41.273Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-08-06T00:06:41.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-08-06T00:06:42.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-08-06T00:06:42.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-08-06T00:06:42.952Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-08-06T00:06:43.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-08-06T00:06:44.330Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-08-06T00:06:45.000Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-08-06T00:06:45.268Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-08-06T00:06:45.268Z] Using test binary docker [2020-08-06T00:06:45.268Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-08-06T00:06:45.527Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-08-06T00:06:45.527Z] INFO: Waiting for daemon to start... [2020-08-06T00:06:45.527Z] Starting dockerd [2020-08-06T00:06:46.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-08-06T00:06:47.067Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-08-06T00:06:47.430Z] . [2020-08-06T00:06:47.431Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-08-06T00:06:47.431Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-08-06T00:06:47.431Z] Error: No such image: emptyfs [2020-08-06T00:06:47.690Z] Running integration-test (iteration 1) [2020-08-06T00:06:47.690Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-08-06T00:06:47.699Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-08-06T00:06:47.699Z] Using test binary docker [2020-08-06T00:06:47.699Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-08-06T00:06:47.699Z] +++ /etc/init.d/apparmor start [2020-08-06T00:06:47.699Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-08-06T00:06:47.699Z] INFO: Waiting for daemon to start... [2020-08-06T00:06:47.699Z] Starting dockerd [2020-08-06T00:06:47.699Z] +++ 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-08-06T00:06:49.425Z] fc1b9e59edad: Pull complete [2020-08-06T00:06:49.425Z] Digest: sha256:921bed01c2a023310bdbaa288edebd82c4910e536ff206b87e9cbe703ca27505 [2020-08-06T00:06:49.425Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:06:49.425Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:06:49.425Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2020-08-06T00:06:49.425Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2020-08-06T00:06:49.425Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1339' [2020-08-06T00:06:49.425Z] INFO: Docker version of control daemon [2020-08-06T00:06:49.425Z] [2020-08-06T00:06:49.425Z] Client: Docker Engine - Enterprise [2020-08-06T00:06:49.425Z] Version: 19.03.5 [2020-08-06T00:06:49.425Z] API version: 1.40 [2020-08-06T00:06:49.425Z] Go version: go1.12.12 [2020-08-06T00:06:49.425Z] Git commit: 2ee0c57608 [2020-08-06T00:06:49.425Z] Built: 11/13/2019 08:00:16 [2020-08-06T00:06:49.425Z] OS/Arch: windows/amd64 [2020-08-06T00:06:49.425Z] Experimental: false [2020-08-06T00:06:49.425Z] [2020-08-06T00:06:49.425Z] Server: Docker Engine - Enterprise [2020-08-06T00:06:49.425Z] Engine: [2020-08-06T00:06:49.425Z] Version: 19.03.5 [2020-08-06T00:06:49.425Z] API version: 1.40 (minimum version 1.24) [2020-08-06T00:06:49.425Z] Go version: go1.12.12 [2020-08-06T00:06:49.425Z] Git commit: 2ee0c57608 [2020-08-06T00:06:49.425Z] Built: 11/13/2019 07:58:51 [2020-08-06T00:06:49.425Z] OS/Arch: windows/amd64 [2020-08-06T00:06:49.425Z] Experimental: true [2020-08-06T00:06:49.425Z] [2020-08-06T00:06:49.425Z] INFO: Docker info of control daemon [2020-08-06T00:06:49.425Z] [2020-08-06T00:06:49.425Z] Client: [2020-08-06T00:06:49.425Z] Debug Mode: false [2020-08-06T00:06:49.425Z] Plugins: [2020-08-06T00:06:49.425Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) [2020-08-06T00:06:49.425Z] [2020-08-06T00:06:49.425Z] Server: [2020-08-06T00:06:49.425Z] Containers: 0 [2020-08-06T00:06:49.425Z] Running: 0 [2020-08-06T00:06:49.425Z] Paused: 0 [2020-08-06T00:06:49.425Z] Stopped: 0 [2020-08-06T00:06:49.425Z] Images: 1 [2020-08-06T00:06:49.425Z] Server Version: 19.03.5 [2020-08-06T00:06:49.425Z] Storage Driver: windowsfilter (windows) lcow (linux) [2020-08-06T00:06:49.425Z] Windows: [2020-08-06T00:06:49.425Z] LCOW: [2020-08-06T00:06:49.425Z] Logging Driver: json-file [2020-08-06T00:06:49.425Z] Plugins: [2020-08-06T00:06:49.425Z] Volume: local [2020-08-06T00:06:49.425Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-08-06T00:06:49.425Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-08-06T00:06:49.425Z] Swarm: inactive [2020-08-06T00:06:49.425Z] Default Isolation: process [2020-08-06T00:06:49.425Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-08-06T00:06:49.425Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-08-06T00:06:49.425Z] OSType: windows [2020-08-06T00:06:49.425Z] Architecture: x86_64 [2020-08-06T00:06:49.425Z] CPUs: 4 [2020-08-06T00:06:49.425Z] Total Memory: 32GiB [2020-08-06T00:06:49.425Z] Name: azwin-2-60d8b0 [2020-08-06T00:06:49.425Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 [2020-08-06T00:06:49.425Z] Docker Root Dir: D:\docker [2020-08-06T00:06:49.425Z] Debug Mode: false [2020-08-06T00:06:49.425Z] Registry: https://index.docker.io/v1/ [2020-08-06T00:06:49.425Z] Labels: [2020-08-06T00:06:49.425Z] Experimental: true [2020-08-06T00:06:49.425Z] Insecure Registries: [2020-08-06T00:06:49.425Z] 10.0.0.4:5000 [2020-08-06T00:06:49.425Z] 127.0.0.0/8 [2020-08-06T00:06:49.425Z] Registry Mirrors: [2020-08-06T00:06:49.425Z] http://10.0.0.4:5000/ [2020-08-06T00:06:49.425Z] Live Restore Enabled: false [2020-08-06T00:06:49.425Z] [2020-08-06T00:06:49.425Z] [2020-08-06T00:06:49.425Z] INFO: Commit hash is a6b00ed9b9 [2020-08-06T00:06:49.425Z] INFO: Nuke-Everything... [2020-08-06T00:06:49.425Z] INFO: Container count on control daemon to delete is 0 [2020-08-06T00:06:49.425Z] INFO: Nuking d:\CI [2020-08-06T00:06:49.425Z] INFO: Zapped successfully [2020-08-06T00:06:49.425Z] INFO: Location for testing is d:\CI\PR-41316\1 [2020-08-06T00:06:49.425Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2020-08-06T00:06:49.425Z] [2020-08-06T00:06:49.425Z] [2020-08-06T00:06:49.425Z] INFO: Building the image from Dockerfile.windows at 08/06/2020 00:06:42... [2020-08-06T00:06:49.425Z] [2020-08-06T00:06:49.425Z] Sending build context to Docker daemon 56.23MB [2020-08-06T00:06:49.425Z] [2020-08-06T00:06:49.425Z] Step 1/10 : FROM microsoft/windowsservercore [2020-08-06T00:06:49.425Z] ---> 987b1d5e0abf [2020-08-06T00:06:49.425Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2020-08-06T00:06:49.425Z] ---> Running in 76802eab95c7 [2020-08-06T00:06:49.425Z] Removing intermediate container 76802eab95c7 [2020-08-06T00:06:49.425Z] ---> de1b00965df5 [2020-08-06T00:06:49.425Z] Step 3/10 : ARG GO_VERSION=1.13.14 [2020-08-06T00:06:49.425Z] ---> Running in d1005795be17 [2020-08-06T00:06:49.425Z] Removing intermediate container d1005795be17 [2020-08-06T00:06:49.425Z] ---> 69513df971c3 [2020-08-06T00:06:49.425Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 [2020-08-06T00:06:49.425Z] ---> Running in 9f5f7e9bfd66 [2020-08-06T00:06:49.425Z] Removing intermediate container 9f5f7e9bfd66 [2020-08-06T00:06:49.425Z] ---> 774e6a1e7c30 [2020-08-06T00:06:49.425Z] 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-08-06T00:06:49.425Z] ---> Running in d067a11f3d7e [2020-08-06T00:06:49.425Z] Removing intermediate container d067a11f3d7e [2020-08-06T00:06:49.425Z] ---> c5071d6c7ab0 [2020-08-06T00:06:49.426Z] 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-08-06T00:06:49.426Z] ---> Running in 497465ed3310 [2020-08-06T00:06:49.782Z] . [2020-08-06T00:06:49.782Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-08-06T00:06:49.782Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-08-06T00:06:49.782Z] Error: No such image: emptyfs [2020-08-06T00:06:49.782Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-08-06T00:06:49.782Z] ++++ docker load [2020-08-06T00:06:50.073Z] Running integration-test (iteration 1) [2020-08-06T00:06:50.073Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2020-08-06T00:06:50.073Z] ++ 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-08-06T00:06:50.073Z] ++ set -e [2020-08-06T00:06:50.073Z] ++ '[' -n 0 ']' [2020-08-06T00:06:50.073Z] ++ set -x [2020-08-06T00:06:50.073Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-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-08-06T00:06:50.856Z] ok github.com/docker/docker/cmd/dockerd 0.129s coverage: 30.8% of statements [2020-08-06T00:06:51.804Z] ok github.com/docker/docker/container 0.168s coverage: 34.7% of statements [2020-08-06T00:06:51.804Z] ? github.com/docker/docker/container/stream [no test files] [2020-08-06T00:06:51.804Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-08-06T00:06:51.804Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-08-06T00:06:51.804Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-08-06T00:06:54.368Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.036s coverage: 66.3% of statements [2020-08-06T00:06:56.299Z] ok github.com/docker/docker/daemon/cluster/convert 0.045s coverage: 35.9% of statements [2020-08-06T00:06:56.485Z] [2020-08-06T00:06:56.485Z] SUCCESS: Specified value was saved. [2020-08-06T00:06:57.440Z] INFO: Downloading git... [2020-08-06T00:06:58.397Z] INFO: Downloading go... [2020-08-06T00:06:58.555Z] Loaded image: buildpack-deps:buster [2020-08-06T00:06:58.555Z] Loaded image: busybox:latest [2020-08-06T00:06:58.555Z] Loaded image: busybox:glibc [2020-08-06T00:06:58.555Z] Loaded image: debian:buster [2020-08-06T00:06:58.847Z] Loaded image: hello-world:latest [2020-08-06T00:06:58.847Z] INFO: Testing against a local daemon [2020-08-06T00:06:58.847Z] === RUN TestCgroupNamespacesBuild [2020-08-06T00:06:58.863Z] ok github.com/docker/docker/daemon/cluster 0.099s coverage: 0.5% of statements [2020-08-06T00:06:59.899Z] Loaded image: buildpack-deps:buster [2020-08-06T00:06:59.899Z] Loaded image: busybox:latest [2020-08-06T00:07:00.159Z] Loaded image: busybox:glibc [2020-08-06T00:07:00.159Z] Loaded image: debian:buster [2020-08-06T00:07:00.159Z] Loaded image: hello-world:latest [2020-08-06T00:07:00.159Z] INFO: Testing against a local daemon [2020-08-06T00:07:00.159Z] === RUN TestCgroupNamespacesBuild [2020-08-06T00:07:00.556Z] INFO: Downloading compiler 1 of 3... [2020-08-06T00:07:01.427Z] ok github.com/docker/docker/daemon/discovery 0.021s coverage: 30.0% of statements [2020-08-06T00:07:01.579Z] --- PASS: TestCgroupNamespacesBuild (2.31s) [2020-08-06T00:07:01.579Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-08-06T00:07:01.692Z] ok github.com/docker/docker/daemon/config 0.103s coverage: 81.8% of statements [2020-08-06T00:07:02.075Z] INFO: Downloading compiler 2 of 3... [2020-08-06T00:07:02.528Z] INFO: Downloading compiler 3 of 3... [2020-08-06T00:07:02.642Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2020-08-06T00:07:02.980Z] INFO: Extracting git... [2020-08-06T00:07:03.088Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.81s) [2020-08-06T00:07:03.088Z] === RUN TestBuildWithSession [2020-08-06T00:07:03.088Z] --- SKIP: TestBuildWithSession (0.00s) [2020-08-06T00:07:03.088Z] build_session_test.go:25: TODO: BuildKit [2020-08-06T00:07:03.088Z] === RUN TestBuildSquashParent [2020-08-06T00:07:03.456Z] --- PASS: TestCgroupNamespacesBuild (3.19s) [2020-08-06T00:07:03.456Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-08-06T00:07:03.594Z] ok github.com/docker/docker/daemon/graphdriver 0.027s coverage: 2.2% of statements [2020-08-06T00:07:06.008Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.15s) [2020-08-06T00:07:06.008Z] === RUN TestBuildWithSession [2020-08-06T00:07:06.008Z] --- SKIP: TestBuildWithSession (0.00s) [2020-08-06T00:07:06.008Z] build_session_test.go:25: TODO: BuildKit [2020-08-06T00:07:06.008Z] === RUN TestBuildSquashParent [2020-08-06T00:07:06.905Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2020-08-06T00:07:07.167Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.512s coverage: 14.0% of statements [2020-08-06T00:07:09.091Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.568s coverage: 57.0% of statements [2020-08-06T00:07:09.976Z] --- PASS: TestBuildSquashParent (6.83s) [2020-08-06T00:07:09.976Z] === RUN TestBuildWithRemoveAndForceRemove [2020-08-06T00:07:09.976Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:07:09.976Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:07:09.976Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:07:09.976Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:07:09.976Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:07:09.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:07:09.977Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:07:09.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:07:09.977Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:07:09.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:07:09.977Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:07:09.977Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:07:09.977Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:07:09.977Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:07:11.018Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.017s coverage: 1.8% of statements [2020-08-06T00:07:12.573Z] --- PASS: TestBuildSquashParent (6.75s) [2020-08-06T00:07:12.573Z] === RUN TestBuildWithRemoveAndForceRemove [2020-08-06T00:07:12.573Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:07:12.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:07:12.573Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:07:12.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:07:12.573Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:07:12.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:07:12.573Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:07:12.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:07:12.573Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:07:12.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:07:12.573Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:07:12.573Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:07:12.573Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:07:12.573Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:07:12.703Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:07:12.703Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:07:12.943Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.969s coverage: 45.9% of statements [2020-08-06T00:07:13.769Z] #65 exporting layers 80.0s done [2020-08-06T00:07:13.769Z] #65 exporting manifest sha256:3bf2ce5970c04f6538b539b5b33040b463f1bb874bdd131e03304de5fd1fe8b1 done [2020-08-06T00:07:13.769Z] #65 exporting config sha256:94ac548616f33879342e8ae9a5bc1ac7ff80065461aea879fee0950f88d92943 done [2020-08-06T00:07:13.769Z] #65 sending tarball [2020-08-06T00:07:13.951Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:07:13.952Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:07:14.766Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:07:14.864Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.848s coverage: 49.5% of statements [2020-08-06T00:07:14.864Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.142s coverage: 73.1% of statements [2020-08-06T00:07:15.057Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:07:15.274Z] INFO: Expanding go... [2020-08-06T00:07:15.854Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:07:15.854Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:07:16.265Z] ok github.com/docker/docker/daemon 12.308s coverage: 17.4% of statements [2020-08-06T00:07:16.265Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-08-06T00:07:16.265Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-08-06T00:07:16.265Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-08-06T00:07:16.265Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-08-06T00:07:16.265Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-08-06T00:07:16.528Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.020s coverage: 58.0% of statements [2020-08-06T00:07:17.480Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.685s coverage: 76.1% of statements [2020-08-06T00:07:17.756Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-08-06T00:07:17.756Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.52s) [2020-08-06T00:07:17.756Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.55s) [2020-08-06T00:07:17.756Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.90s) [2020-08-06T00:07:17.756Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.98s) [2020-08-06T00:07:17.756Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.00s) [2020-08-06T00:07:17.756Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.14s) [2020-08-06T00:07:17.756Z] === RUN TestBuildMultiStageCopy [2020-08-06T00:07:17.756Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-08-06T00:07:17.788Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-08-06T00:07:17.788Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.53s) [2020-08-06T00:07:17.788Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.56s) [2020-08-06T00:07:17.788Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.57s) [2020-08-06T00:07:17.788Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.63s) [2020-08-06T00:07:17.788Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.35s) [2020-08-06T00:07:17.788Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.53s) [2020-08-06T00:07:17.788Z] === RUN TestBuildMultiStageCopy [2020-08-06T00:07:17.788Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-08-06T00:07:18.876Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.018s coverage: 3.0% of statements [2020-08-06T00:07:18.876Z] ok github.com/docker/docker/daemon/links 0.019s coverage: 93.0% of statements [2020-08-06T00:07:19.826Z] ok github.com/docker/docker/daemon/images 0.029s coverage: 4.8% of statements [2020-08-06T00:07:20.512Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-08-06T00:07:20.512Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-08-06T00:07:20.776Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.965s coverage: 57.7% of statements [2020-08-06T00:07:20.776Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-08-06T00:07:20.776Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-08-06T00:07:20.776Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-08-06T00:07:20.776Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-08-06T00:07:21.040Z] ok github.com/docker/docker/daemon/logger 0.243s coverage: 41.0% of statements [2020-08-06T00:07:21.042Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-08-06T00:07:21.144Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-08-06T00:07:21.304Z] ok github.com/docker/docker/daemon/logger/awslogs 0.289s coverage: 77.8% of statements [2020-08-06T00:07:21.304Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-08-06T00:07:21.304Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-08-06T00:07:21.568Z] ok github.com/docker/docker/daemon/logger/gelf 0.032s coverage: 67.0% of statements [2020-08-06T00:07:21.809Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-08-06T00:07:22.150Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.017s coverage: 87.2% of statements [2020-08-06T00:07:22.414Z] ok github.com/docker/docker/daemon/logger/journald 0.029s coverage: 26.2% of statements [2020-08-06T00:07:22.417Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-08-06T00:07:22.440Z] --- PASS: TestBuildMultiStageCopy (4.95s) [2020-08-06T00:07:22.440Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.62s) [2020-08-06T00:07:22.440Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.53s) [2020-08-06T00:07:22.440Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s) [2020-08-06T00:07:22.440Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.61s) [2020-08-06T00:07:22.440Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s) [2020-08-06T00:07:22.440Z] === RUN TestBuildMultiStageParentConfig [2020-08-06T00:07:22.678Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.050s coverage: 61.6% of statements [2020-08-06T00:07:23.352Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-08-06T00:07:23.630Z] ok github.com/docker/docker/daemon/logger/local 0.052s coverage: 75.2% of statements [2020-08-06T00:07:23.630Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-08-06T00:07:23.945Z] --- PASS: TestBuildMultiStageParentConfig (1.61s) [2020-08-06T00:07:23.946Z] === RUN TestBuildLabelWithTargets [2020-08-06T00:07:24.210Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.040s coverage: 33.3% of statements [2020-08-06T00:07:24.287Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-08-06T00:07:24.475Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.067s coverage: 37.7% of statements [2020-08-06T00:07:25.054Z] ok github.com/docker/docker/daemon/logger/templates 0.015s coverage: 8.3% of statements [2020-08-06T00:07:25.223Z] --- PASS: TestBuildMultiStageCopy (7.30s) [2020-08-06T00:07:25.223Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.30s) [2020-08-06T00:07:25.223Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2020-08-06T00:07:25.223Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2020-08-06T00:07:25.223Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2020-08-06T00:07:25.223Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2020-08-06T00:07:25.223Z] === RUN TestBuildMultiStageParentConfig [2020-08-06T00:07:25.633Z] ok github.com/docker/docker/daemon/logger/syslog 0.018s coverage: 46.8% of statements [2020-08-06T00:07:26.211Z] ok github.com/docker/docker/daemon/network 0.024s coverage: 63.8% of statements [2020-08-06T00:07:26.673Z] --- PASS: TestBuildLabelWithTargets (2.52s) [2020-08-06T00:07:26.673Z] === RUN TestBuildWithEmptyLayers [2020-08-06T00:07:27.164Z] ok github.com/docker/docker/daemon/logger/splunk 1.979s coverage: 82.5% of statements [2020-08-06T00:07:27.164Z] ? github.com/docker/docker/daemon/names [no test files] [2020-08-06T00:07:27.164Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-08-06T00:07:27.428Z] ok github.com/docker/docker/distribution/metadata 0.168s coverage: 48.2% of statements [2020-08-06T00:07:27.710Z] --- PASS: TestBuildWithEmptyLayers (1.00s) [2020-08-06T00:07:27.710Z] === RUN TestBuildMultiStageOnBuild [2020-08-06T00:07:28.827Z] ok github.com/docker/docker/errdefs 0.018s coverage: 49.4% of statements [2020-08-06T00:07:28.827Z] ok github.com/docker/docker/distribution 0.512s coverage: 21.9% of statements [2020-08-06T00:07:28.827Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-08-06T00:07:29.261Z] #65 sending tarball 15.6s done [2020-08-06T00:07:29.261Z] #65 DONE 95.6s [2020-08-06T00:07:29.261Z] [2020-08-06T00:07:29.261Z] #66 importing to docker [2020-08-06T00:07:29.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-08-06T00:07:29.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-08-06T00:07:29.780Z] ok github.com/docker/docker/image 0.049s coverage: 86.4% of statements [2020-08-06T00:07:29.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-08-06T00:07:30.051Z] ok github.com/docker/docker/image/cache 0.019s coverage: 19.2% of statements [2020-08-06T00:07:30.051Z] ok github.com/docker/docker/image/v1 0.028s coverage: 25.0% of statements [2020-08-06T00:07:30.236Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.836219353s with top 10 stages: buildssa: 1m38.652648296s, goimports: 23.658313059s, unconvert: 13.83169604s, gosec: 10.09383458s, golint: 5.797748474s, ineffassign: 4.497217861s, misspell: 4.202004457s, inspect: 3.359530565s, vrp: 3.237864405s, ctrlflow: 1.816385703s [2020-08-06T00:07:30.236Z] INFO [runner] Issues before processing: 2303, after processing: 0 [2020-08-06T00:07:30.236Z] INFO [runner] Processors filtering stat (out/in): cgo: 1694/2303, filename_unadjuster: 1694/1694, skip_dirs: 1694/1694, identifier_marker: 1589/1589, nolint: 0/64, skip_files: 1694/1694, autogenerated_exclude: 1589/1694, exclude: 1589/1589, exclude-rules: 64/1589, path_prettifier: 1694/1694 [2020-08-06T00:07:30.236Z] INFO [runner] processing took 59.750813ms with stages: nolint: 25.772118ms, identifier_marker: 16.989255ms, path_prettifier: 7.349698ms, autogenerated_exclude: 3.9621ms, exclude-rules: 3.701237ms, skip_dirs: 1.605556ms, cgo: 275.157µs, filename_unadjuster: 91.15µs, max_same_issues: 1.331µs, uniq_by_line: 778ns, skip_files: 443ns, exclude: 439ns, diff: 392ns, max_from_linter: 375ns, source_code: 310ns, max_per_file_from_linter: 240ns, path_shortener: 234ns [2020-08-06T00:07:30.236Z] INFO [runner] linters took 1m39.50935367s with stages: goanalysis_metalinter: 1m19.580538813s, unused: 19.868937803s [2020-08-06T00:07:30.236Z] INFO File cache stats: 1444 entries of total size 6.8MiB [2020-08-06T00:07:30.236Z] INFO Memory: 1493 samples, avg is 650.3MB, max is 3171.5MB [2020-08-06T00:07:30.236Z] INFO Execution took 3m38.013628833s [2020-08-06T00:07:30.236Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2020-08-06T00:07:30.436Z] --- PASS: TestBuildMultiStageOnBuild (3.02s) [2020-08-06T00:07:30.436Z] === RUN TestBuildUncleanTarFilenames [2020-08-06T00:07:30.511Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2020-08-06T00:07:30.511Z] === RUN TestBuildLabelWithTargets [2020-08-06T00:07:30.567Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/make.sh dynbinary-daemon test-docker-py [2020-08-06T00:07:30.639Z] ok github.com/docker/docker/distribution/xfer 1.735s coverage: 85.1% of statements [2020-08-06T00:07:30.639Z] ? github.com/docker/docker/dockerversion [no test files] [2020-08-06T00:07:30.639Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-08-06T00:07:30.639Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-08-06T00:07:30.639Z] ok github.com/docker/docker/libcontainerd/queue 0.062s coverage: 100.0% of statements [2020-08-06T00:07:30.824Z] [2020-08-06T00:07:31.081Z] Removing bundles/ [2020-08-06T00:07:31.081Z] [2020-08-06T00:07:31.081Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2020-08-06T00:07:31.081Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:07:31.081Z] GOOS="" GOARCH="" GOARM="" [2020-08-06T00:07:31.943Z] --- PASS: TestBuildUncleanTarFilenames (1.51s) [2020-08-06T00:07:31.944Z] === RUN TestBuildMultiStageLayerLeak [2020-08-06T00:07:32.040Z] ok github.com/docker/docker/pkg/aaparser 0.021s coverage: 50.0% of statements [2020-08-06T00:07:32.617Z] ok github.com/docker/docker/opts 0.087s coverage: 67.4% of statements [2020-08-06T00:07:32.863Z] INFO: Expanding compiler 1 of 3... [2020-08-06T00:07:32.863Z] INFO: Expanding compiler 2 of 3... [2020-08-06T00:07:34.011Z] ok github.com/docker/docker/pkg/broadcaster 0.007s coverage: 100.0% of statements [2020-08-06T00:07:34.011Z] ok github.com/docker/docker/pkg/authorization 0.431s coverage: 68.3% of statements [2020-08-06T00:07:34.273Z] ok github.com/docker/docker/pkg/capabilities 0.009s coverage: 87.5% of statements [2020-08-06T00:07:34.536Z] ok github.com/docker/docker/pkg/archive 1.233s coverage: 76.9% of statements [2020-08-06T00:07:34.798Z] ok github.com/docker/docker/pkg/directory 0.009s coverage: 80.0% of statements [2020-08-06T00:07:35.456Z] --- PASS: TestBuildMultiStageLayerLeak (3.26s) [2020-08-06T00:07:35.456Z] === RUN TestBuildWithHugeFile [2020-08-06T00:07:35.746Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements [2020-08-06T00:07:35.746Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 97.6% of statements [2020-08-06T00:07:36.320Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2020-08-06T00:07:36.556Z] INFO: Expanding compiler 3 of 3... [2020-08-06T00:07:36.895Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2020-08-06T00:07:37.007Z] INFO: Removing downloaded files... [2020-08-06T00:07:37.157Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2020-08-06T00:07:37.460Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2020-08-06T00:07:37.460Z] INFO: Configuring git core.autocrlf... [2020-08-06T00:07:38.545Z] ok github.com/docker/docker/pkg/filenotify 0.625s coverage: 67.0% of statements [2020-08-06T00:07:38.622Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2020-08-06T00:07:38.622Z] === RUN TestBuildWithEmptyLayers [2020-08-06T00:07:38.807Z] ok github.com/docker/docker/pkg/chrootarchive 3.545s coverage: 43.2% of statements [2020-08-06T00:07:38.807Z] ok github.com/docker/docker/pkg/fileutils 0.020s coverage: 89.5% of statements [2020-08-06T00:07:39.381Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2020-08-06T00:07:39.644Z] ok github.com/docker/docker/pkg/fsutils 0.300s coverage: 85.1% of statements [2020-08-06T00:07:39.906Z] ok github.com/docker/docker/pkg/discovery/kv 3.086s coverage: 84.1% of statements [2020-08-06T00:07:40.855Z] ok github.com/docker/docker/pkg/jsonmessage 0.016s coverage: 91.7% of statements [2020-08-06T00:07:40.855Z] ok github.com/docker/docker/pkg/idtools 0.546s coverage: 70.5% of statements [2020-08-06T00:07:41.120Z] ok github.com/docker/docker/pkg/ioutils 0.576s coverage: 70.6% of statements [2020-08-06T00:07:41.120Z] ok github.com/docker/docker/layer 7.950s coverage: 68.8% of statements [2020-08-06T00:07:41.120Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-08-06T00:07:41.120Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-08-06T00:07:41.120Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-08-06T00:07:41.120Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-08-06T00:07:41.120Z] ? github.com/docker/docker/oci [no test files] [2020-08-06T00:07:41.120Z] ? github.com/docker/docker/oci/caps [no test files] [2020-08-06T00:07:41.120Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-08-06T00:07:41.120Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-08-06T00:07:41.151Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2020-08-06T00:07:41.151Z] === RUN TestBuildMultiStageOnBuild [2020-08-06T00:07:41.383Z] ok github.com/docker/docker/pkg/longpath 0.013s coverage: 100.0% of statements [2020-08-06T00:07:41.384Z] ok github.com/docker/docker/pkg/locker 0.025s coverage: 88.9% of statements [2020-08-06T00:07:41.384Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-08-06T00:07:41.384Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-08-06T00:07:41.648Z] ok github.com/docker/docker/pkg/namesgenerator 0.015s coverage: 85.7% of statements [2020-08-06T00:07:41.648Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-08-06T00:07:41.913Z] ok github.com/docker/docker/pkg/parsers 0.036s coverage: 97.0% of statements [2020-08-06T00:07:41.913Z] ok github.com/docker/docker/pkg/parsers/kernel 0.025s coverage: 60.0% of statements [2020-08-06T00:07:42.176Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.019s coverage: 86.7% of statements [2020-08-06T00:07:42.440Z] ok github.com/docker/docker/pkg/pidfile 0.034s coverage: 82.4% of statements [2020-08-06T00:07:42.440Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-08-06T00:07:42.440Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-08-06T00:07:42.703Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.020s coverage: 56.8% of statements [2020-08-06T00:07:43.280Z] ok github.com/docker/docker/pkg/pools 0.017s coverage: 88.2% of statements [2020-08-06T00:07:43.544Z] ok github.com/docker/docker/pkg/plugins/transport 0.012s coverage: 85.7% of statements [2020-08-06T00:07:43.544Z] ok github.com/docker/docker/pkg/progress 0.010s coverage: 75.9% of statements [2020-08-06T00:07:44.143Z] ok github.com/docker/docker/pkg/reexec 0.023s coverage: 82.4% of statements [2020-08-06T00:07:44.681Z] #66 DONE 16.4s [Pipeline] } [2020-08-06T00:07:44.724Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-08-06T00:07:44.989Z] ok github.com/docker/docker/pkg/pubsub 1.102s coverage: 73.9% of statements [2020-08-06T00:07:45.129Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/test/unit [2020-08-06T00:07:45.600Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2020-08-06T00:07:45.600Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2020-08-06T00:07:46.175Z] ok github.com/docker/docker/pkg/symlink 0.021s coverage: 87.7% of statements [2020-08-06T00:07:46.418Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2020-08-06T00:07:46.418Z] === RUN TestBuildUncleanTarFilenames [2020-08-06T00:07:46.751Z] ok github.com/docker/docker/pkg/sysinfo 0.019s coverage: 53.8% of statements [2020-08-06T00:07:46.985Z] --- PASS: TestBuildUncleanTarFilenames (0.65s) [2020-08-06T00:07:46.985Z] === RUN TestBuildMultiStageLayerLeak [2020-08-06T00:07:47.014Z] ok github.com/docker/docker/pkg/system 0.043s coverage: 36.9% of statements [2020-08-06T00:07:47.277Z] ok github.com/docker/docker/pkg/signal 2.902s coverage: 61.0% of statements [2020-08-06T00:07:47.540Z] ok github.com/docker/docker/pkg/tailfile 0.190s coverage: 88.6% of statements [2020-08-06T00:07:47.805Z] testing: warning: no tests to run [2020-08-06T00:07:47.805Z] coverage: [no statements] [2020-08-06T00:07:47.805Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2020-08-06T00:07:48.069Z] ok github.com/docker/docker/pkg/tarsum 0.097s coverage: 89.3% of statements [2020-08-06T00:07:48.069Z] ok github.com/docker/docker/pkg/truncindex 0.112s coverage: 91.5% of statements [2020-08-06T00:07:48.332Z] ok github.com/docker/docker/pkg/urlutil 0.016s coverage: 100.0% of statements [2020-08-06T00:07:48.596Z] ok github.com/docker/docker/pkg/useragent 0.018s coverage: 88.9% of statements [2020-08-06T00:07:48.722Z] ? github.com/docker/docker/api [no test files] [2020-08-06T00:07:49.994Z] ok github.com/docker/docker/plugin/v2 0.013s coverage: 14.5% of statements [2020-08-06T00:07:50.579Z] ok github.com/docker/docker/profiles/seccomp 0.014s coverage: 73.8% of statements [2020-08-06T00:07:50.843Z] ok github.com/docker/docker/reference 0.016s coverage: 84.4% of statements [2020-08-06T00:07:51.107Z] ok github.com/docker/docker/plugin 0.572s coverage: 23.1% of statements [2020-08-06T00:07:51.173Z] --- PASS: TestBuildMultiStageLayerLeak (4.35s) [2020-08-06T00:07:51.173Z] === RUN TestBuildWithHugeFile [2020-08-06T00:07:52.059Z] ok github.com/docker/docker/registry/resumable 0.036s coverage: 100.0% of statements [2020-08-06T00:07:52.059Z] ok github.com/docker/docker/restartmanager 0.016s coverage: 45.3% of statements [2020-08-06T00:07:53.012Z] ok github.com/docker/docker/registry 0.237s coverage: 56.3% of statements [2020-08-06T00:07:53.012Z] ok github.com/docker/docker/testutil 0.032s coverage: 62.5% of statements [2020-08-06T00:07:53.275Z] ok github.com/docker/docker/runconfig 0.046s coverage: 66.1% of statements [2020-08-06T00:07:55.204Z] ok github.com/docker/docker/volume/drivers 0.022s coverage: 36.1% of statements [2020-08-06T00:07:55.782Z] ok github.com/docker/docker/volume/local 0.058s coverage: 73.0% of statements [2020-08-06T00:07:56.045Z] ok github.com/docker/docker/volume/mounts 0.062s coverage: 67.0% of statements [2020-08-06T00:07:56.990Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.1% of statements [2020-08-06T00:08:07.446Z] ok github.com/docker/docker/api/server 0.027s coverage: 9.0% of statements [2020-08-06T00:08:08.127Z] --- PASS: TestBuildWithHugeFile (27.88s) [2020-08-06T00:08:08.127Z] === RUN TestBuildWithEmptyDockerfile [2020-08-06T00:08:08.127Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:08:08.127Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:08:08.127Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:08:08.127Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:08:08.127Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:08:08.127Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:08:08.127Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:08:08.127Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:08:08.127Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:08:08.127Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2020-08-06T00:08:08.127Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2020-08-06T00:08:08.127Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.17s) [2020-08-06T00:08:08.127Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.10s) [2020-08-06T00:08:08.127Z] === RUN TestBuildPreserveOwnership [2020-08-06T00:08:08.127Z] === RUN TestBuildPreserveOwnership/copy_from [2020-08-06T00:08:08.127Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-08-06T00:08:10.195Z] --- PASS: TestBuildPreserveOwnership (6.49s) [2020-08-06T00:08:10.195Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.20s) [2020-08-06T00:08:10.195Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.28s) [2020-08-06T00:08:10.195Z] === RUN TestBuildPlatformInvalid [2020-08-06T00:08:10.195Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2020-08-06T00:08:10.195Z] PASS [2020-08-06T00:08:10.195Z] [2020-08-06T00:08:10.195Z] === Skipped [2020-08-06T00:08:10.195Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2020-08-06T00:08:10.195Z] build_session_test.go:25: TODO: BuildKit [2020-08-06T00:08:10.195Z] [2020-08-06T00:08:10.195Z] [2020-08-06T00:08:10.195Z] DONE 32 tests, 1 skipped in 79.943s [2020-08-06T00:08:10.195Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2020-08-06T00:08:10.195Z] ++ 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-08-06T00:08:10.195Z] ++ set -e [2020-08-06T00:08:10.195Z] ++ '[' -n 0 ']' [2020-08-06T00:08:10.195Z] ++ set -x [2020-08-06T00:08:10.195Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:08:10.195Z] INFO: Testing against a local daemon [2020-08-06T00:08:10.195Z] === RUN TestConfigInspect [2020-08-06T00:08:14.667Z] --- PASS: TestConfigInspect (3.82s) [2020-08-06T00:08:14.667Z] === RUN TestConfigList [2020-08-06T00:08:18.180Z] --- PASS: TestConfigList (3.65s) [2020-08-06T00:08:18.180Z] === RUN TestConfigsCreateAndDelete [2020-08-06T00:08:18.961Z] ok github.com/docker/docker/pkg/plugins 33.657s coverage: 76.6% of statements [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/pkg/term [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/rootless [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/testutil/request [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/volume [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-08-06T00:08:18.961Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === Skipped [2020-08-06T00:08:18.961Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-08-06T00:08:18.961Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-08-06T00:08:18.961Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-08-06T00:08:18.961Z] time="2020-08-06T00:07:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-08-06T00:08:18.961Z] time="2020-08-06T00:07:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-08-06T00:08:18.961Z] time="2020-08-06T00:07:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-08-06T00:08:18.961Z] time="2020-08-06T00:07:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-08-06T00:08:18.961Z] time="2020-08-06T00:07:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-08-06T00:08:18.961Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-08-06T00:08:18.961Z] overlay_test.go:49: Fails to compute changes intermittently [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-08-06T00:08:18.961Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:08:18.961Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-08-06T00:08:18.961Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-08-06T00:08:18.961Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-08-06T00:08:18.961Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] [2020-08-06T00:08:18.961Z] DONE 2123 tests, 26 skipped in 191.256s Post stage [Pipeline] junit [2020-08-06T00:08:18.976Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-06T00:08:21.109Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -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:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/make.sh dynbinary test-integration [2020-08-06T00:08:21.693Z] --- PASS: TestConfigsCreateAndDelete (3.78s) [2020-08-06T00:08:21.694Z] === RUN TestConfigsUpdate [2020-08-06T00:08:22.054Z] [2020-08-06T00:08:22.054Z] Removing bundles/ [2020-08-06T00:08:22.054Z] [2020-08-06T00:08:22.054Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-08-06T00:08:22.054Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:08:22.054Z] GOOS="" GOARCH="" GOARM="" [2020-08-06T00:08:25.206Z] --- PASS: TestConfigsUpdate (3.56s) [2020-08-06T00:08:25.206Z] === RUN TestTemplatedConfig [2020-08-06T00:08:28.718Z] --- PASS: TestTemplatedConfig (3.72s) [2020-08-06T00:08:28.718Z] === RUN TestConfigCreateResolve [2020-08-06T00:08:32.232Z] --- PASS: TestConfigCreateResolve (3.67s) [2020-08-06T00:08:32.232Z] === RUN TestConfigDaemonLibtrustID [2020-08-06T00:08:32.864Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2020-08-06T00:08:32.864Z] PASS [2020-08-06T00:08:32.864Z] [2020-08-06T00:08:32.864Z] DONE 7 tests in 22.809s [2020-08-06T00:08:32.864Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2020-08-06T00:08:32.864Z] ++ 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-08-06T00:08:32.864Z] ++ set -e [2020-08-06T00:08:32.864Z] ++ '[' -n 0 ']' [2020-08-06T00:08:32.864Z] ++ set -x [2020-08-06T00:08:32.864Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:08:32.864Z] INFO: Testing against a local daemon [2020-08-06T00:08:32.864Z] === RUN TestCheckpoint [2020-08-06T00:08:32.864Z] --- SKIP: TestCheckpoint (0.00s) [2020-08-06T00:08:32.864Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-08-06T00:08:32.864Z] === RUN TestContainerInvalidJSON [2020-08-06T00:08:32.864Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:08:32.864Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:08:32.864Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:08:32.864Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:08:32.864Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:08:32.864Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:08:32.864Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:08:32.864Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:08:32.864Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:08:32.864Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-08-06T00:08:32.864Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-08-06T00:08:32.864Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-08-06T00:08:32.864Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-08-06T00:08:32.864Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-08-06T00:08:33.154Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2020-08-06T00:08:33.154Z] === RUN TestCopyFromContainerPathIsNotDir [2020-08-06T00:08:33.154Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s) [2020-08-06T00:08:33.154Z] === RUN TestCopyToContainerPathDoesNotExist [2020-08-06T00:08:33.445Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-08-06T00:08:33.445Z] === RUN TestCopyToContainerPathIsNotDir [2020-08-06T00:08:33.445Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2020-08-06T00:08:33.445Z] === RUN TestCopyFromContainer [2020-08-06T00:08:35.510Z] === RUN TestCopyFromContainer// [2020-08-06T00:08:35.801Z] === RUN TestCopyFromContainer//bar/root [2020-08-06T00:08:35.801Z] === RUN TestCopyFromContainer//bar/root/ [2020-08-06T00:08:35.801Z] === RUN TestCopyFromContainer/bar/quux [2020-08-06T00:08:36.091Z] === RUN TestCopyFromContainer/bar/quux/ [2020-08-06T00:08:36.091Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-08-06T00:08:36.091Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-08-06T00:08:36.382Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-08-06T00:08:36.382Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-08-06T00:08:36.382Z] === RUN TestCopyFromContainer/bar/notarget [2020-08-06T00:08:36.674Z] --- PASS: TestCopyFromContainer (2.98s) [2020-08-06T00:08:36.674Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-08-06T00:08:36.674Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2020-08-06T00:08:36.674Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-08-06T00:08:36.674Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2020-08-06T00:08:36.674Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2020-08-06T00:08:36.674Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2020-08-06T00:08:36.674Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2020-08-06T00:08:36.674Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2020-08-06T00:08:36.674Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2020-08-06T00:08:36.674Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2020-08-06T00:08:36.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-08-06T00:08:36.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:08:36.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:08:36.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:08:36.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:08:36.674Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:08:36.674Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:08:36.674Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:08:36.674Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:08:36.674Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:08:36.674Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-08-06T00:08:36.674Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-08-06T00:08:36.674Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-08-06T00:08:36.674Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-08-06T00:08:36.674Z] === RUN TestCreateLinkToNonExistingContainer [2020-08-06T00:08:36.674Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-08-06T00:08:36.674Z] === RUN TestCreateWithInvalidEnv [2020-08-06T00:08:36.674Z] === RUN TestCreateWithInvalidEnv/0 [2020-08-06T00:08:36.674Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-08-06T00:08:36.674Z] === RUN TestCreateWithInvalidEnv/1 [2020-08-06T00:08:36.674Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-08-06T00:08:36.674Z] === RUN TestCreateWithInvalidEnv/2 [2020-08-06T00:08:36.674Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-08-06T00:08:36.674Z] === CONT TestCreateWithInvalidEnv/0 [2020-08-06T00:08:36.674Z] === CONT TestCreateWithInvalidEnv/2 [2020-08-06T00:08:36.674Z] === CONT TestCreateWithInvalidEnv/1 [2020-08-06T00:08:36.674Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2020-08-06T00:08:36.674Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-08-06T00:08:36.674Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-08-06T00:08:36.674Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-08-06T00:08:36.674Z] === RUN TestCreateTmpfsMountsTarget [2020-08-06T00:08:36.674Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-08-06T00:08:36.674Z] === RUN TestCreateWithCustomMaskedPaths [2020-08-06T00:08:39.420Z] --- PASS: TestCreateWithCustomMaskedPaths (2.34s) [2020-08-06T00:08:39.420Z] === RUN TestCreateWithCustomReadonlyPaths [2020-08-06T00:08:41.484Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.57s) [2020-08-06T00:08:41.484Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-08-06T00:08:41.484Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:08:41.484Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:08:41.484Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:08:41.484Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:08:41.484Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:08:41.484Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:08:41.484Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:08:41.484Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:08:41.484Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:08:41.484Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:08:41.484Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:08:41.484Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:08:41.484Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:08:41.484Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:08:41.484Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:08:41.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-08-06T00:08:41.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-08-06T00:08:41.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-08-06T00:08:41.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2020-08-06T00:08:41.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-08-06T00:08:41.484Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2020-08-06T00:08:41.484Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-08-06T00:08:42.517Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s) [2020-08-06T00:08:42.517Z] === RUN TestCreateDifferentPlatform [2020-08-06T00:08:42.517Z] === RUN TestCreateDifferentPlatform/different_os [2020-08-06T00:08:42.517Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-08-06T00:08:42.517Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-08-06T00:08:42.517Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-08-06T00:08:42.517Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-08-06T00:08:42.517Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-08-06T00:08:42.517Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-08-06T00:08:42.517Z] === RUN TestContainerStartOnDaemonRestart [2020-08-06T00:08:42.517Z] === PAUSE TestContainerStartOnDaemonRestart [2020-08-06T00:08:42.517Z] === RUN TestDaemonRestartIpcMode [2020-08-06T00:08:42.517Z] === PAUSE TestDaemonRestartIpcMode [2020-08-06T00:08:42.517Z] === RUN TestDaemonHostGatewayIP [2020-08-06T00:08:42.517Z] === PAUSE TestDaemonHostGatewayIP [2020-08-06T00:08:42.517Z] === RUN TestContainerKillOnDaemonStart [2020-08-06T00:08:42.517Z] === PAUSE TestContainerKillOnDaemonStart [2020-08-06T00:08:42.517Z] === RUN TestDiff [2020-08-06T00:08:43.553Z] --- PASS: TestDiff (0.83s) [2020-08-06T00:08:43.553Z] === RUN TestExecWithCloseStdin [2020-08-06T00:08:44.184Z] --- PASS: TestExecWithCloseStdin (0.87s) [2020-08-06T00:08:44.184Z] === RUN TestExec [2020-08-06T00:08:45.216Z] --- PASS: TestExec (0.92s) [2020-08-06T00:08:45.216Z] === RUN TestExecUser [2020-08-06T00:08:46.249Z] --- PASS: TestExecUser (0.91s) [2020-08-06T00:08:46.249Z] === RUN TestExportContainerAndImportImage [2020-08-06T00:08:47.284Z] --- PASS: TestExportContainerAndImportImage (1.07s) [2020-08-06T00:08:47.284Z] === RUN TestExportContainerAfterDaemonRestart [2020-08-06T00:08:47.417Z] --- PASS: TestBuildWithHugeFile (52.65s) [2020-08-06T00:08:47.417Z] === RUN TestBuildWithEmptyDockerfile [2020-08-06T00:08:47.417Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:08:47.417Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:08:47.417Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:08:47.417Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:08:47.417Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:08:47.417Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:08:47.417Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:08:47.417Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:08:47.417Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:08:47.417Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2020-08-06T00:08:47.417Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2020-08-06T00:08:47.417Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2020-08-06T00:08:47.417Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2020-08-06T00:08:47.417Z] === RUN TestBuildPreserveOwnership [2020-08-06T00:08:47.417Z] === RUN TestBuildPreserveOwnership/copy_from [2020-08-06T00:08:48.790Z] --- PASS: TestExportContainerAfterDaemonRestart (1.58s) [2020-08-06T00:08:48.790Z] === RUN TestHealthCheckWorkdir [2020-08-06T00:08:49.827Z] --- PASS: TestHealthCheckWorkdir (1.11s) [2020-08-06T00:08:49.827Z] === RUN TestHealthKillContainer [2020-08-06T00:08:50.701Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-08-06T00:08:51.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-08-06T00:08:51.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-08-06T00:08:51.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-08-06T00:08:53.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-08-06T00:08:53.341Z] --- PASS: TestHealthKillContainer (3.00s) [2020-08-06T00:08:53.341Z] === RUN TestInspectCpusetInConfigPre120 [2020-08-06T00:08:53.631Z] --- PASS: TestInspectCpusetInConfigPre120 (0.89s) [2020-08-06T00:08:53.631Z] === RUN TestIpcModeNone [2020-08-06T00:08:54.275Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-08-06T00:08:54.667Z] --- PASS: TestIpcModeNone (0.95s) [2020-08-06T00:08:54.667Z] === RUN TestIpcModePrivate [2020-08-06T00:08:54.889Z] --- PASS: TestBuildPreserveOwnership (10.07s) [2020-08-06T00:08:54.889Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.06s) [2020-08-06T00:08:54.889Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2020-08-06T00:08:54.889Z] === RUN TestBuildPlatformInvalid [2020-08-06T00:08:54.889Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2020-08-06T00:08:54.889Z] PASS [2020-08-06T00:08:54.889Z] [2020-08-06T00:08:54.889Z] === Skipped [2020-08-06T00:08:54.889Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-08-06T00:08:54.889Z] build_session_test.go:25: TODO: BuildKit [2020-08-06T00:08:54.889Z] [2020-08-06T00:08:54.889Z] [2020-08-06T00:08:54.889Z] DONE 32 tests, 1 skipped in 126.554s [2020-08-06T00:08:54.889Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-08-06T00:08:54.889Z] INFO: Testing against a local daemon [2020-08-06T00:08:54.889Z] === RUN TestConfigInspect [2020-08-06T00:08:54.889Z] --- SKIP: TestConfigInspect (0.02s) [2020-08-06T00:08:54.889Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:54.889Z] === RUN TestConfigList [2020-08-06T00:08:54.889Z] --- SKIP: TestConfigList (0.01s) [2020-08-06T00:08:54.889Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:54.889Z] === RUN TestConfigsCreateAndDelete [2020-08-06T00:08:54.889Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2020-08-06T00:08:54.889Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:54.889Z] === RUN TestConfigsUpdate [2020-08-06T00:08:54.889Z] --- SKIP: TestConfigsUpdate (0.01s) [2020-08-06T00:08:54.889Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:54.889Z] === RUN TestTemplatedConfig [2020-08-06T00:08:54.889Z] --- SKIP: TestTemplatedConfig (0.00s) [2020-08-06T00:08:54.889Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:54.889Z] === RUN TestConfigCreateResolve [2020-08-06T00:08:54.889Z] --- SKIP: TestConfigCreateResolve (0.02s) [2020-08-06T00:08:54.889Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:54.889Z] === RUN TestConfigDaemonLibtrustID [2020-08-06T00:08:55.699Z] --- PASS: TestIpcModePrivate (0.94s) [2020-08-06T00:08:55.699Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2020-08-06T00:08:55.699Z] === RUN TestIpcModeShareable [2020-08-06T00:08:56.264Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2020-08-06T00:08:56.264Z] PASS [2020-08-06T00:08:56.264Z] [2020-08-06T00:08:56.264Z] === Skipped [2020-08-06T00:08:56.264Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2020-08-06T00:08:56.264Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:56.264Z] [2020-08-06T00:08:56.264Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2020-08-06T00:08:56.264Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:56.264Z] [2020-08-06T00:08:56.264Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2020-08-06T00:08:56.264Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:56.264Z] [2020-08-06T00:08:56.264Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2020-08-06T00:08:56.264Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:56.264Z] [2020-08-06T00:08:56.264Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2020-08-06T00:08:56.264Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:56.264Z] [2020-08-06T00:08:56.264Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.02s) [2020-08-06T00:08:56.264Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:08:56.264Z] [2020-08-06T00:08:56.264Z] [2020-08-06T00:08:56.264Z] DONE 7 tests, 6 skipped in 1.761s [2020-08-06T00:08:56.264Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-08-06T00:08:56.264Z] INFO: Testing against a local daemon [2020-08-06T00:08:56.264Z] === RUN TestCheckpoint [2020-08-06T00:08:56.264Z] --- SKIP: TestCheckpoint (0.00s) [2020-08-06T00:08:56.264Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-08-06T00:08:56.264Z] === RUN TestContainerInvalidJSON [2020-08-06T00:08:56.264Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:08:56.264Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:08:56.264Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:08:56.264Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:08:56.264Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:08:56.264Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:08:56.264Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:08:56.264Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:08:56.264Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:08:56.264Z] --- PASS: TestContainerInvalidJSON (0.01s) [2020-08-06T00:08:56.264Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-08-06T00:08:56.264Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-08-06T00:08:56.264Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-08-06T00:08:56.264Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-08-06T00:08:56.264Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2020-08-06T00:08:56.264Z] === RUN TestCopyFromContainerPathIsNotDir [2020-08-06T00:08:56.264Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2020-08-06T00:08:56.264Z] === RUN TestCopyToContainerPathDoesNotExist [2020-08-06T00:08:56.523Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2020-08-06T00:08:56.523Z] === RUN TestCopyToContainerPathIsNotDir [2020-08-06T00:08:56.523Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2020-08-06T00:08:56.523Z] === RUN TestCopyFromContainer [2020-08-06T00:08:56.730Z] --- PASS: TestIpcModeShareable (0.97s) [2020-08-06T00:08:56.730Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2020-08-06T00:08:56.730Z] === RUN TestAPIIpcModeShareableAndContainer [2020-08-06T00:08:59.464Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.84s) [2020-08-06T00:08:59.464Z] === RUN TestAPIIpcModeHost [2020-08-06T00:08:59.562Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-08-06T00:09:00.095Z] --- PASS: TestAPIIpcModeHost (0.63s) [2020-08-06T00:09:00.095Z] === RUN TestDaemonIpcModeShareable [2020-08-06T00:09:00.712Z] === RUN TestCopyFromContainer// [2020-08-06T00:09:00.712Z] === RUN TestCopyFromContainer//bar/root [2020-08-06T00:09:00.712Z] === RUN TestCopyFromContainer//bar/root/ [2020-08-06T00:09:00.712Z] === RUN TestCopyFromContainer/bar/quux [2020-08-06T00:09:00.712Z] === RUN TestCopyFromContainer/bar/quux/ [2020-08-06T00:09:00.712Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-08-06T00:09:00.712Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-08-06T00:09:00.712Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-08-06T00:09:00.712Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-08-06T00:09:00.712Z] === RUN TestCopyFromContainer/bar/notarget [2020-08-06T00:09:00.712Z] --- PASS: TestCopyFromContainer (4.34s) [2020-08-06T00:09:00.712Z] --- PASS: TestCopyFromContainer// (0.06s) [2020-08-06T00:09:00.712Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2020-08-06T00:09:00.712Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2020-08-06T00:09:00.712Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2020-08-06T00:09:00.712Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2020-08-06T00:09:00.712Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2020-08-06T00:09:00.712Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-08-06T00:09:00.712Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2020-08-06T00:09:00.712Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-08-06T00:09:00.712Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-08-06T00:09:00.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-08-06T00:09:00.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:09:00.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:09:00.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:09:00.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:09:00.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:09:00.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:09:00.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:09:00.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:09:00.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:09:00.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2020-08-06T00:09:00.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-08-06T00:09:00.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-08-06T00:09:00.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-08-06T00:09:00.712Z] === RUN TestCreateLinkToNonExistingContainer [2020-08-06T00:09:00.971Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-08-06T00:09:00.971Z] === RUN TestCreateWithInvalidEnv [2020-08-06T00:09:00.971Z] === RUN TestCreateWithInvalidEnv/0 [2020-08-06T00:09:00.971Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-08-06T00:09:00.971Z] === RUN TestCreateWithInvalidEnv/1 [2020-08-06T00:09:00.971Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-08-06T00:09:00.971Z] === RUN TestCreateWithInvalidEnv/2 [2020-08-06T00:09:00.971Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-08-06T00:09:00.971Z] === CONT TestCreateWithInvalidEnv/0 [2020-08-06T00:09:00.971Z] === CONT TestCreateWithInvalidEnv/2 [2020-08-06T00:09:00.971Z] === CONT TestCreateWithInvalidEnv/1 [2020-08-06T00:09:00.971Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-08-06T00:09:00.971Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-08-06T00:09:00.971Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-08-06T00:09:00.971Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-08-06T00:09:00.971Z] === RUN TestCreateTmpfsMountsTarget [2020-08-06T00:09:00.971Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-08-06T00:09:00.971Z] === RUN TestCreateWithCustomMaskedPaths [2020-08-06T00:09:02.202Z] --- PASS: TestDaemonIpcModeShareable (1.82s) [2020-08-06T00:09:02.202Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-08-06T00:09:02.202Z] === RUN TestDaemonIpcModePrivate [2020-08-06T00:09:02.347Z] --- PASS: TestCreateWithCustomMaskedPaths (1.21s) [2020-08-06T00:09:02.347Z] === RUN TestCreateWithCustomReadonlyPaths [2020-08-06T00:09:03.284Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.20s) [2020-08-06T00:09:03.284Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-08-06T00:09:03.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:09:03.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:09:03.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:09:03.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:09:03.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:09:03.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:09:03.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:09:03.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:09:03.284Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:09:03.284Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:09:03.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:09:03.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:09:03.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:09:03.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:09:03.284Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:09:03.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-08-06T00:09:03.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2020-08-06T00:09:03.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2020-08-06T00:09:03.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2020-08-06T00:09:03.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2020-08-06T00:09:03.284Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-08-06T00:09:03.284Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-08-06T00:09:03.707Z] --- PASS: TestDaemonIpcModePrivate (1.82s) [2020-08-06T00:09:03.707Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-08-06T00:09:03.707Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-08-06T00:09:03.851Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s) [2020-08-06T00:09:03.851Z] === RUN TestCreateDifferentPlatform [2020-08-06T00:09:03.851Z] === RUN TestCreateDifferentPlatform/different_os [2020-08-06T00:09:03.851Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-08-06T00:09:03.851Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2020-08-06T00:09:03.851Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-08-06T00:09:03.851Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-08-06T00:09:03.851Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-08-06T00:09:03.852Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2020-08-06T00:09:03.852Z] === RUN TestContainerStartOnDaemonRestart [2020-08-06T00:09:03.852Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2020-08-06T00:09:03.852Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-08-06T00:09:03.852Z] === RUN TestDaemonRestartIpcMode [2020-08-06T00:09:03.852Z] === PAUSE TestDaemonRestartIpcMode [2020-08-06T00:09:03.852Z] === RUN TestDaemonHostGatewayIP [2020-08-06T00:09:03.852Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2020-08-06T00:09:03.852Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:09:03.852Z] === RUN TestContainerKillOnDaemonStart [2020-08-06T00:09:03.852Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2020-08-06T00:09:03.852Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-08-06T00:09:03.852Z] === RUN TestDiff [2020-08-06T00:09:04.419Z] --- PASS: TestDiff (0.44s) [2020-08-06T00:09:04.419Z] === RUN TestExecWithCloseStdin [2020-08-06T00:09:04.677Z] --- PASS: TestExecWithCloseStdin (0.45s) [2020-08-06T00:09:04.677Z] === RUN TestExec [2020-08-06T00:09:05.245Z] --- PASS: TestExec (0.49s) [2020-08-06T00:09:05.245Z] === RUN TestExecUser [2020-08-06T00:09:05.772Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.82s) [2020-08-06T00:09:05.772Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2020-08-06T00:09:05.772Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-08-06T00:09:05.812Z] --- PASS: TestExecUser (0.47s) [2020-08-06T00:09:05.812Z] === RUN TestExportContainerAndImportImage [2020-08-06T00:09:06.379Z] --- PASS: TestExportContainerAndImportImage (0.59s) [2020-08-06T00:09:06.379Z] === RUN TestExportContainerAfterDaemonRestart [2020-08-06T00:09:07.276Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2020-08-06T00:09:07.276Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2020-08-06T00:09:07.276Z] === RUN TestIpcModeOlderClient [2020-08-06T00:09:07.276Z] === PAUSE TestIpcModeOlderClient [2020-08-06T00:09:07.276Z] === RUN TestKillContainerInvalidSignal [2020-08-06T00:09:07.490Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:09:07.490Z] [2020-08-06T00:09:07.490Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2020-08-06T00:09:07.490Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2020-08-06T00:09:07.491Z] Using test binary docker [2020-08-06T00:09:07.491Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-08-06T00:09:07.491Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-08-06T00:09:07.491Z] INFO: Waiting for daemon to start... [2020-08-06T00:09:07.491Z] Starting dockerd [2020-08-06T00:09:07.491Z] . [2020-08-06T00:09:07.491Z] INFO: Building docker-sdk-python3:4.2.2... [2020-08-06T00:09:08.310Z] --- PASS: TestKillContainerInvalidSignal (0.83s) [2020-08-06T00:09:08.310Z] === RUN TestKillContainer [2020-08-06T00:09:08.310Z] === RUN TestKillContainer/no_signal [2020-08-06T00:09:08.942Z] === RUN TestKillContainer/non_killing_signal [2020-08-06T00:09:09.575Z] === RUN TestKillContainer/killing_signal [2020-08-06T00:09:09.670Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-08-06T00:09:09.728Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s) [2020-08-06T00:09:09.728Z] === RUN TestHealthCheckWorkdir [2020-08-06T00:09:10.294Z] --- PASS: TestHealthCheckWorkdir (0.58s) [2020-08-06T00:09:10.294Z] === RUN TestHealthKillContainer [2020-08-06T00:09:11.080Z] --- PASS: TestKillContainer (2.63s) [2020-08-06T00:09:11.080Z] --- PASS: TestKillContainer/no_signal (0.86s) [2020-08-06T00:09:11.080Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2020-08-06T00:09:11.080Z] --- PASS: TestKillContainer/killing_signal (0.89s) [2020-08-06T00:09:11.080Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-08-06T00:09:11.080Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-08-06T00:09:11.715Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-08-06T00:09:12.349Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.71s) [2020-08-06T00:09:12.349Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2020-08-06T00:09:12.349Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s) [2020-08-06T00:09:12.349Z] === RUN TestKillStoppedContainer [2020-08-06T00:09:12.640Z] --- PASS: TestKillStoppedContainer (0.08s) [2020-08-06T00:09:12.640Z] === RUN TestKillStoppedContainerAPIPre120 [2020-08-06T00:09:12.640Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2020-08-06T00:09:12.640Z] === RUN TestKillDifferentUserContainer [2020-08-06T00:09:12.826Z] --- PASS: TestHealthKillContainer (2.50s) [2020-08-06T00:09:12.826Z] === RUN TestInspectCpusetInConfigPre120 [2020-08-06T00:09:13.085Z] --- PASS: TestInspectCpusetInConfigPre120 (0.41s) [2020-08-06T00:09:13.085Z] === RUN TestIpcModeNone [2020-08-06T00:09:13.652Z] --- PASS: TestIpcModeNone (0.47s) [2020-08-06T00:09:13.652Z] === RUN TestIpcModePrivate [2020-08-06T00:09:13.672Z] --- PASS: TestKillDifferentUserContainer (0.88s) [2020-08-06T00:09:13.672Z] === RUN TestInspectOomKilledTrue [2020-08-06T00:09:13.672Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-08-06T00:09:13.672Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:09:13.672Z] === RUN TestInspectOomKilledFalse [2020-08-06T00:09:13.672Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-08-06T00:09:13.672Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:09:13.672Z] === RUN TestLinksEtcHostsContentMatch [2020-08-06T00:09:13.910Z] --- PASS: TestIpcModePrivate (0.46s) [2020-08-06T00:09:13.910Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2020-08-06T00:09:13.910Z] === RUN TestIpcModeShareable [2020-08-06T00:09:13.910Z] --- SKIP: TestIpcModeShareable (0.00s) [2020-08-06T00:09:13.910Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-08-06T00:09:13.910Z] === RUN TestAPIIpcModeShareableAndContainer [2020-08-06T00:09:13.962Z] --- PASS: TestLinksEtcHostsContentMatch (0.52s) [2020-08-06T00:09:13.962Z] === RUN TestLinksContainerNames [2020-08-06T00:09:14.955Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-08-06T00:09:15.812Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.45s) [2020-08-06T00:09:15.812Z] === RUN TestAPIIpcModeHost [2020-08-06T00:09:15.812Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2020-08-06T00:09:15.812Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-08-06T00:09:15.812Z] === RUN TestDaemonIpcModeShareable [2020-08-06T00:09:15.812Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2020-08-06T00:09:15.812Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-08-06T00:09:15.812Z] === RUN TestDaemonIpcModePrivate [2020-08-06T00:09:16.023Z] --- PASS: TestLinksContainerNames (1.71s) [2020-08-06T00:09:16.023Z] === RUN TestLogsFollowTailEmpty [2020-08-06T00:09:16.656Z] --- PASS: TestLogsFollowTailEmpty (0.87s) [2020-08-06T00:09:16.656Z] === RUN TestContainerNetworkMountsNoChown [2020-08-06T00:09:17.687Z] --- PASS: TestContainerNetworkMountsNoChown (0.85s) [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/default [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/default [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/private [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/private [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rprivate [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rprivate [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/slave [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/slave [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rslave [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rslave [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/shared [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/shared [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rshared [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rshared [2020-08-06T00:09:17.687Z] === CONT TestMountDaemonRoot/default [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/default/mount_root [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/default/bind_root [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-08-06T00:09:17.687Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:09:17.687Z] === CONT TestMountDaemonRoot/rprivate [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:09:17.687Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:09:17.687Z] === CONT TestMountDaemonRoot/rshared [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:09:17.687Z] === CONT TestMountDaemonRoot/shared [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:09:17.687Z] === CONT TestMountDaemonRoot/rslave [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:09:17.687Z] === CONT TestMountDaemonRoot/slave [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-08-06T00:09:17.687Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-08-06T00:09:17.687Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:09:17.688Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:09:17.688Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-08-06T00:09:17.688Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-08-06T00:09:17.688Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:09:17.688Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:09:17.688Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:09:17.688Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:09:17.688Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:09:17.688Z] === CONT TestMountDaemonRoot/default/bind_root [2020-08-06T00:09:17.688Z] === CONT TestMountDaemonRoot/private [2020-08-06T00:09:17.688Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:09:17.688Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:09:17.688Z] === RUN TestMountDaemonRoot/private/mount_root [2020-08-06T00:09:17.688Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-08-06T00:09:17.688Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:09:17.688Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:09:17.688Z] === RUN TestMountDaemonRoot/private/bind_root [2020-08-06T00:09:17.688Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-08-06T00:09:17.688Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:09:17.688Z] === CONT TestMountDaemonRoot/default/mount_root [2020-08-06T00:09:17.688Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:09:17.688Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-08-06T00:09:17.688Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:09:17.712Z] --- PASS: TestDaemonIpcModePrivate (2.15s) [2020-08-06T00:09:17.712Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2020-08-06T00:09:17.712Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-08-06T00:09:17.712Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2020-08-06T00:09:17.712Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-08-06T00:09:17.712Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-08-06T00:09:17.712Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2020-08-06T00:09:17.712Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-08-06T00:09:17.712Z] === RUN TestIpcModeOlderClient [2020-08-06T00:09:17.712Z] === PAUSE TestIpcModeOlderClient [2020-08-06T00:09:17.712Z] === RUN TestKillContainerInvalidSignal [2020-08-06T00:09:17.970Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2020-08-06T00:09:17.970Z] === RUN TestKillContainer [2020-08-06T00:09:17.970Z] === RUN TestKillContainer/no_signal [2020-08-06T00:09:17.978Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:09:17.978Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:09:17.978Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:09:17.978Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:09:17.978Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-08-06T00:09:17.978Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:09:17.978Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-08-06T00:09:17.978Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:09:17.978Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:09:18.269Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:09:18.269Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:09:18.269Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-08-06T00:09:18.269Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:09:18.269Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:09:18.269Z] === CONT TestMountDaemonRoot/private/bind_root [2020-08-06T00:09:18.269Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:09:18.269Z] === CONT TestMountDaemonRoot/private/mount_root [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot (0.01s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.08s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2020-08-06T00:09:18.269Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2020-08-06T00:09:18.269Z] === RUN TestContainerBindMountNonRecursive [2020-08-06T00:09:18.537Z] === RUN TestKillContainer/non_killing_signal [2020-08-06T00:09:18.795Z] === RUN TestKillContainer/killing_signal [2020-08-06T00:09:19.170Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-08-06T00:09:19.360Z] --- PASS: TestKillContainer (1.25s) [2020-08-06T00:09:19.360Z] --- PASS: TestKillContainer/no_signal (0.40s) [2020-08-06T00:09:19.360Z] --- PASS: TestKillContainer/non_killing_signal (0.28s) [2020-08-06T00:09:19.360Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2020-08-06T00:09:19.360Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-08-06T00:09:19.361Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-08-06T00:09:19.619Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-08-06T00:09:20.107Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-08-06T00:09:20.186Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.86s) [2020-08-06T00:09:20.186Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2020-08-06T00:09:20.186Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.30s) [2020-08-06T00:09:20.186Z] === RUN TestKillStoppedContainer [2020-08-06T00:09:20.186Z] --- PASS: TestKillStoppedContainer (0.04s) [2020-08-06T00:09:20.186Z] === RUN TestKillStoppedContainerAPIPre120 [2020-08-06T00:09:20.186Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2020-08-06T00:09:20.186Z] === RUN TestKillDifferentUserContainer [2020-08-06T00:09:20.752Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2020-08-06T00:09:20.752Z] === RUN TestInspectOomKilledTrue [2020-08-06T00:09:20.752Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-08-06T00:09:20.752Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:09:20.752Z] === RUN TestInspectOomKilledFalse [2020-08-06T00:09:20.752Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-08-06T00:09:20.752Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:09:20.752Z] === RUN TestLinksEtcHostsContentMatch [2020-08-06T00:09:20.752Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2020-08-06T00:09:20.752Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-08-06T00:09:20.752Z] === RUN TestLinksContainerNames [2020-08-06T00:09:20.994Z] --- PASS: TestContainerBindMountNonRecursive (2.36s) [2020-08-06T00:09:20.994Z] === RUN TestNetworkNat [2020-08-06T00:09:21.625Z] --- PASS: TestNetworkNat (0.85s) [2020-08-06T00:09:21.626Z] === RUN TestNetworkLocalhostTCPNat [2020-08-06T00:09:21.687Z] --- PASS: TestLinksContainerNames (0.87s) [2020-08-06T00:09:21.687Z] === RUN TestLogsFollowTailEmpty [2020-08-06T00:09:21.946Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2020-08-06T00:09:21.946Z] === RUN TestContainerNetworkMountsNoChown [2020-08-06T00:09:22.513Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/default [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/default [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/private [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/private [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rprivate [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rprivate [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/slave [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/slave [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rslave [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rslave [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/shared [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/shared [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rshared [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rshared [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/default [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/default/mount_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/default/bind_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/default/mount_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/rshared [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/shared [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/rslave [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/slave [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/rprivate [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/private [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/private/bind_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:09:22.513Z] === RUN TestMountDaemonRoot/private/mount_root [2020-08-06T00:09:22.513Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/default/bind_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:09:22.513Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:09:22.707Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s) [2020-08-06T00:09:22.707Z] === RUN TestNetworkLoopbackNat [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/private/mount_root [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:09:22.772Z] === CONT TestMountDaemonRoot/private/bind_root [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2020-08-06T00:09:22.772Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2020-08-06T00:09:22.772Z] === RUN TestContainerBindMountNonRecursive [2020-08-06T00:09:22.772Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2020-08-06T00:09:22.772Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-08-06T00:09:22.772Z] === RUN TestNetworkNat [2020-08-06T00:09:23.340Z] --- PASS: TestNetworkNat (0.53s) [2020-08-06T00:09:23.340Z] === RUN TestNetworkLocalhostTCPNat [2020-08-06T00:09:23.906Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2020-08-06T00:09:23.906Z] === RUN TestNetworkLoopbackNat [2020-08-06T00:09:25.385Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-08-06T00:09:26.217Z] --- PASS: TestNetworkLoopbackNat (3.25s) [2020-08-06T00:09:26.217Z] === RUN TestPause [2020-08-06T00:09:26.435Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2020-08-06T00:09:26.435Z] === RUN TestPause [2020-08-06T00:09:26.435Z] --- SKIP: TestPause (0.00s) [2020-08-06T00:09:26.435Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:09:26.435Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-08-06T00:09:26.435Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-08-06T00:09:26.435Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-08-06T00:09:26.435Z] === RUN TestPauseStopPausedContainer [2020-08-06T00:09:26.435Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2020-08-06T00:09:26.435Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:09:26.435Z] === RUN TestPsFilter [2020-08-06T00:09:26.435Z] --- PASS: TestPsFilter (0.13s) [2020-08-06T00:09:26.435Z] === RUN TestRemoveContainerWithRemovedVolume [2020-08-06T00:09:26.507Z] --- PASS: TestPause (0.84s) [2020-08-06T00:09:26.507Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-08-06T00:09:26.507Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-08-06T00:09:26.507Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-08-06T00:09:26.507Z] === RUN TestPauseStopPausedContainer [2020-08-06T00:09:27.002Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2020-08-06T00:09:27.002Z] === RUN TestRemoveContainerWithVolume [2020-08-06T00:09:27.261Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2020-08-06T00:09:27.261Z] === RUN TestRemoveContainerRunning [2020-08-06T00:09:27.539Z] --- PASS: TestPauseStopPausedContainer (0.88s) [2020-08-06T00:09:27.539Z] === RUN TestPsFilter [2020-08-06T00:09:27.830Z] --- PASS: TestPsFilter (0.29s) [2020-08-06T00:09:27.830Z] === RUN TestRemoveContainerWithRemovedVolume [2020-08-06T00:09:27.841Z] --- PASS: TestRemoveContainerRunning (0.43s) [2020-08-06T00:09:27.841Z] === RUN TestRemoveContainerForceRemoveRunning [2020-08-06T00:09:28.100Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2020-08-06T00:09:28.100Z] === RUN TestRemoveInvalidContainer [2020-08-06T00:09:28.100Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-08-06T00:09:28.100Z] === RUN TestRenameLinkedContainer [2020-08-06T00:09:28.461Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.85s) [2020-08-06T00:09:28.461Z] === RUN TestRemoveContainerWithVolume [2020-08-06T00:09:28.682Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-08-06T00:09:29.492Z] --- PASS: TestRemoveContainerWithVolume (0.88s) [2020-08-06T00:09:29.492Z] === RUN TestRemoveContainerRunning [2020-08-06T00:09:29.800Z] ok github.com/docker/docker/api/server/httputils 0.055s coverage: 14.7% of statements [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-08-06T00:09:29.800Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-08-06T00:09:29.800Z] ok github.com/docker/docker/api/types/strslice 0.014s coverage: 90.0% of statements [2020-08-06T00:09:29.800Z] ok github.com/docker/docker/api/types/filters 0.008s coverage: 92.2% of statements [2020-08-06T00:09:29.800Z] ok github.com/docker/docker/api/server/router/swarm 0.036s coverage: 5.7% of statements [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/container [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/events [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/image [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/network [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-08-06T00:09:29.800Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2020-08-06T00:09:29.800Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 75.0% of statements [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/builder [no test files] [2020-08-06T00:09:29.800Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-08-06T00:09:29.801Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-08-06T00:09:29.801Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-08-06T00:09:29.801Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-08-06T00:09:29.801Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-08-06T00:09:29.801Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-08-06T00:09:29.801Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-08-06T00:09:29.801Z] ok github.com/docker/docker/builder/dockerignore 0.030s coverage: 96.8% of statements [2020-08-06T00:09:29.801Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2020-08-06T00:09:29.801Z] ok github.com/docker/docker/builder/remotecontext/git 3.755s coverage: 86.3% of statements [2020-08-06T00:09:29.801Z] ok github.com/docker/docker/builder/remotecontext 0.549s coverage: 13.6% of statements [2020-08-06T00:09:30.003Z] --- PASS: TestRenameLinkedContainer (1.67s) [2020-08-06T00:09:30.003Z] === RUN TestRenameStoppedContainer [2020-08-06T00:09:30.261Z] --- PASS: TestRenameStoppedContainer (0.42s) [2020-08-06T00:09:30.261Z] === RUN TestRenameRunningContainerAndReuse [2020-08-06T00:09:30.523Z] --- PASS: TestRemoveContainerRunning (0.90s) [2020-08-06T00:09:30.523Z] === RUN TestRemoveContainerForceRemoveRunning [2020-08-06T00:09:30.869Z] ok github.com/docker/docker/builder/dockerfile 1.191s coverage: 48.1% of statements [2020-08-06T00:09:30.869Z] ? github.com/docker/docker/cli [no test files] [2020-08-06T00:09:30.869Z] ? github.com/docker/docker/cli/config [no test files] [2020-08-06T00:09:31.153Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.88s) [2020-08-06T00:09:31.153Z] === RUN TestRemoveInvalidContainer [2020-08-06T00:09:31.153Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2020-08-06T00:09:31.153Z] === RUN TestRenameLinkedContainer [2020-08-06T00:09:31.196Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s) [2020-08-06T00:09:31.197Z] === RUN TestRenameInvalidName [2020-08-06T00:09:31.763Z] --- PASS: TestRenameInvalidName (0.45s) [2020-08-06T00:09:31.763Z] === RUN TestRenameAnonymousContainer [2020-08-06T00:09:32.883Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-08-06T00:09:33.139Z] --- PASS: TestRenameAnonymousContainer (1.54s) [2020-08-06T00:09:33.139Z] === RUN TestRenameContainerWithSameName [2020-08-06T00:09:33.706Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2020-08-06T00:09:33.706Z] === RUN TestRenameContainerWithLinkedContainer [2020-08-06T00:09:33.774Z] Removing intermediate container 497465ed3310 [2020-08-06T00:09:33.774Z] ---> 382e38fecb71 [2020-08-06T00:09:33.774Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2020-08-06T00:09:33.774Z] ---> Running in d23cebc10819 [2020-08-06T00:09:33.774Z] INFO: Building gotestsum version v0.3.5 in C:\gopath [2020-08-06T00:09:33.774Z] go: finding gotest.tools v0.3.5 [2020-08-06T00:09:33.774Z] go: finding gotest.tools/gotestsum v0.3.5 [2020-08-06T00:09:33.774Z] go: downloading gotest.tools/gotestsum v0.3.5 [2020-08-06T00:09:33.774Z] go: extracting gotest.tools/gotestsum v0.3.5 [2020-08-06T00:09:33.774Z] go: downloading gotest.tools v2.1.0+incompatible [2020-08-06T00:09:33.774Z] go: extracting gotest.tools v2.1.0+incompatible [2020-08-06T00:09:33.774Z] go: downloading github.com/spf13/pflag v1.0.1 [2020-08-06T00:09:33.774Z] go: downloading github.com/pkg/errors v0.8.0 [2020-08-06T00:09:33.774Z] go: downloading github.com/sirupsen/logrus v1.0.5 [2020-08-06T00:09:33.774Z] go: extracting github.com/pkg/errors v0.8.0 [2020-08-06T00:09:33.774Z] go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-06T00:09:33.774Z] go: extracting github.com/spf13/pflag v1.0.1 [2020-08-06T00:09:33.774Z] go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-06T00:09:33.774Z] go: extracting github.com/sirupsen/logrus v1.0.5 [2020-08-06T00:09:33.774Z] go: downloading github.com/fatih/color v1.6.0 [2020-08-06T00:09:33.774Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2020-08-06T00:09:33.774Z] go: extracting github.com/fatih/color v1.6.0 [2020-08-06T00:09:33.774Z] go: downloading github.com/mattn/go-isatty v0.0.3 [2020-08-06T00:09:33.774Z] go: downloading github.com/mattn/go-colorable v0.0.9 [2020-08-06T00:09:33.774Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2020-08-06T00:09:33.774Z] go: extracting github.com/mattn/go-colorable v0.0.9 [2020-08-06T00:09:33.774Z] go: extracting github.com/mattn/go-isatty v0.0.3 [2020-08-06T00:09:33.774Z] go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-06T00:09:33.774Z] go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-06T00:09:33.774Z] go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-06T00:09:33.774Z] go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-06T00:09:33.774Z] go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-06T00:09:33.775Z] go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-06T00:09:33.775Z] go: finding github.com/fatih/color v1.6.0 [2020-08-06T00:09:33.775Z] go: finding github.com/pkg/errors v0.8.0 [2020-08-06T00:09:33.775Z] go: finding github.com/sirupsen/logrus v1.0.5 [2020-08-06T00:09:33.775Z] go: finding github.com/spf13/pflag v1.0.1 [2020-08-06T00:09:33.775Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-06T00:09:33.775Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-06T00:09:33.775Z] go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 [2020-08-06T00:09:33.775Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2020-08-06T00:09:33.775Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e [2020-08-06T00:09:33.775Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f [2020-08-06T00:09:33.775Z] go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc [2020-08-06T00:09:33.775Z] INFO: Build done for gotestsum... [2020-08-06T00:09:34.438Z] ok github.com/docker/docker/client 0.595s coverage: 75.4% of statements [2020-08-06T00:09:34.641Z] --- PASS: TestRenameContainerWithLinkedContainer (0.86s) [2020-08-06T00:09:34.641Z] === RUN TestResize [2020-08-06T00:09:34.685Z] --- PASS: TestRenameLinkedContainer (3.42s) [2020-08-06T00:09:34.685Z] === RUN TestRenameStoppedContainer [2020-08-06T00:09:34.900Z] --- PASS: TestResize (0.42s) [2020-08-06T00:09:34.900Z] === RUN TestResizeWithInvalidSize [2020-08-06T00:09:35.468Z] --- PASS: TestResizeWithInvalidSize (0.45s) [2020-08-06T00:09:35.468Z] === RUN TestResizeWhenContainerNotStarted [2020-08-06T00:09:35.718Z] --- PASS: TestRenameStoppedContainer (0.84s) [2020-08-06T00:09:35.718Z] === RUN TestRenameRunningContainerAndReuse [2020-08-06T00:09:35.726Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2020-08-06T00:09:35.726Z] === RUN TestDaemonRestartKillContainers [2020-08-06T00:09:35.726Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2020-08-06T00:09:35.726Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-08-06T00:09:35.726Z] === RUN TestCgroupNamespacesRun [2020-08-06T00:09:36.180Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-08-06T00:09:37.222Z] --- PASS: TestRenameRunningContainerAndReuse (1.77s) [2020-08-06T00:09:37.222Z] === RUN TestRenameInvalidName [2020-08-06T00:09:38.255Z] --- PASS: TestRenameInvalidName (0.87s) [2020-08-06T00:09:38.255Z] === RUN TestRenameAnonymousContainer [2020-08-06T00:09:38.257Z] --- PASS: TestCgroupNamespacesRun (2.15s) [2020-08-06T00:09:38.257Z] === RUN TestCgroupNamespacesRunPrivileged [2020-08-06T00:09:39.613Z] sha256:cad5914c3af28756efb30173faa8712aa52f0f8a1ba44500dd9eb3e1d0024249 [2020-08-06T00:09:39.613Z] INFO: Starting docker-py tests... [2020-08-06T00:09:39.613Z] ============================= test session starts ============================== [2020-08-06T00:09:39.613Z] platform linux -- Python 3.7.8, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 [2020-08-06T00:09:39.613Z] rootdir: /src, inifile: pytest.ini [2020-08-06T00:09:39.613Z] plugins: cov-2.6.1, timeout-1.3.3 [2020-08-06T00:09:40.160Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.11s) [2020-08-06T00:09:40.160Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-08-06T00:09:40.381Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-08-06T00:09:40.543Z] collected 388 items / 2 deselected / 386 selected [2020-08-06T00:09:40.543Z] [2020-08-06T00:09:40.840Z] Removing intermediate container d23cebc10819 [2020-08-06T00:09:40.840Z] ---> 8e0457f51526 [2020-08-06T00:09:40.840Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2020-08-06T00:09:40.840Z] ---> Running in a54c9aa75090 [2020-08-06T00:09:40.840Z] Removing intermediate container a54c9aa75090 [2020-08-06T00:09:40.840Z] ---> 957b8fa2ebaf [2020-08-06T00:09:40.840Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2020-08-06T00:09:40.840Z] ---> Running in cb1d2a67861a [2020-08-06T00:09:41.299Z] Removing intermediate container cb1d2a67861a [2020-08-06T00:09:41.299Z] ---> 3eccf4ed0ae0 [2020-08-06T00:09:41.299Z] Step 10/10 : COPY . . [2020-08-06T00:09:42.062Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.18s) [2020-08-06T00:09:42.062Z] === RUN TestCgroupNamespacesRunHostMode [2020-08-06T00:09:43.624Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:09:43.624Z] [2020-08-06T00:09:43.624Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-08-06T00:09:43.624Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-08-06T00:09:43.624Z] HOSTNAME=d0bfe1dd0ea7 [2020-08-06T00:09:43.624Z] TESTDEBUG=0 [2020-08-06T00:09:43.624Z] DEST=bundles/test-integration [2020-08-06T00:09:43.624Z] PWD=/go/src/github.com/docker/docker [2020-08-06T00:09:43.624Z] DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-06T00:09:43.624Z] container=docker [2020-08-06T00:09:43.624Z] HOME=/root [2020-08-06T00:09:43.624Z] GOLANG_VERSION=1.13.14 [2020-08-06T00:09:43.624Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-08-06T00:09:43.624Z] VALIDATE_BRANCH=master [2020-08-06T00:09:43.624Z] TERM=xterm [2020-08-06T00:09:43.624Z] DOCKER_PKG=github.com/docker/docker [2020-08-06T00:09:43.624Z] SHLVL=1 [2020-08-06T00:09:43.624Z] TIMEOUT=120m [2020-08-06T00:09:43.624Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-08-06T00:09:43.624Z] DOCKER_GRAPHDRIVER=overlay2 [2020-08-06T00:09:43.624Z] GO111MODULE=off [2020-08-06T00:09:43.624Z] DOCKER_EXPERIMENTAL=1 [2020-08-06T00:09:43.624Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-08-06T00:09:43.624Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-08-06T00:09:43.624Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-08-06T00:09:43.624Z] GOPATH=/go [2020-08-06T00:09:43.624Z] PKG_CONFIG=pkg-config [2020-08-06T00:09:43.624Z] _=/usr/bin/env [2020-08-06T00:09:43.624Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-08-06T00:09:43.874Z] --- PASS: TestRenameAnonymousContainer (4.93s) [2020-08-06T00:09:43.874Z] === RUN TestRenameContainerWithSameName [2020-08-06T00:09:44.220Z] --- PASS: TestRenameContainerWithSameName (1.00s) [2020-08-06T00:09:44.220Z] === RUN TestRenameContainerWithLinkedContainer [2020-08-06T00:09:44.582Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-08-06T00:09:44.582Z] Using test binary docker [2020-08-06T00:09:44.582Z] +++ /etc/init.d/apparmor start [2020-08-06T00:09:44.582Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-08-06T00:09:44.582Z] Starting dockerd [2020-08-06T00:09:44.582Z] INFO: Waiting for daemon to start... [2020-08-06T00:09:44.582Z] +++ 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-08-06T00:09:44.593Z] --- PASS: TestCgroupNamespacesRunHostMode (2.18s) [2020-08-06T00:09:44.593Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-08-06T00:09:45.725Z] --- PASS: TestRenameContainerWithLinkedContainer (1.74s) [2020-08-06T00:09:45.725Z] === RUN TestResize [2020-08-06T00:09:46.495Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.15s) [2020-08-06T00:09:46.495Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-08-06T00:09:46.504Z] . [2020-08-06T00:09:46.505Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-08-06T00:09:46.505Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-08-06T00:09:46.505Z] Error: No such image: emptyfs [2020-08-06T00:09:46.505Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-08-06T00:09:46.505Z] ++++ docker load [2020-08-06T00:09:46.764Z] Running integration-test (iteration 1) [2020-08-06T00:09:46.764Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2020-08-06T00:09:46.764Z] ++ 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-08-06T00:09:46.764Z] ++ set -e [2020-08-06T00:09:46.764Z] ++ '[' -n 0 ']' [2020-08-06T00:09:46.764Z] ++ set -x [2020-08-06T00:09:46.764Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:09:46.805Z] --- PASS: TestResize (0.87s) [2020-08-06T00:09:46.805Z] === RUN TestResizeWithInvalidSize [2020-08-06T00:09:47.489Z] --- PASS: TestResizeWithInvalidSize (0.82s) [2020-08-06T00:09:47.489Z] === RUN TestResizeWhenContainerNotStarted [2020-08-06T00:09:48.524Z] --- PASS: TestResizeWhenContainerNotStarted (0.89s) [2020-08-06T00:09:48.524Z] === RUN TestDaemonRestartKillContainers [2020-08-06T00:09:48.524Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:09:48.524Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:09:48.524Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:09:48.524Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:09:48.524Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:09:48.524Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:09:48.524Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:09:48.524Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:09:48.524Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:09:48.524Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:09:48.524Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:09:48.524Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:09:48.524Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:09:48.524Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:09:48.524Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:09:48.524Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:09:48.524Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:09:48.524Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:09:48.524Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:09:48.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:09:48.525Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:09:48.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:09:48.525Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:09:48.525Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:09:48.525Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:09:48.525Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:09:49.042Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.13s) [2020-08-06T00:09:49.042Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-08-06T00:09:50.417Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2020-08-06T00:09:50.417Z] === RUN TestCgroupNamespacesRunOlderClient [2020-08-06T00:09:51.251Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:09:51.251Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:09:52.342Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:09:52.342Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:09:52.950Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.17s) [2020-08-06T00:09:52.950Z] === RUN TestKernelTCPMemory [2020-08-06T00:09:52.950Z] --- SKIP: TestKernelTCPMemory (0.03s) [2020-08-06T00:09:52.950Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:09:52.950Z] === RUN TestNISDomainname [2020-08-06T00:09:52.950Z] --- SKIP: TestNISDomainname (0.01s) [2020-08-06T00:09:52.950Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-08-06T00:09:52.950Z] === RUN TestHostnameDnsResolution [2020-08-06T00:09:53.210Z] --- PASS: TestHostnameDnsResolution (0.81s) [2020-08-06T00:09:53.210Z] === RUN TestStats [2020-08-06T00:09:53.210Z] --- SKIP: TestStats (0.00s) [2020-08-06T00:09:53.210Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:09:53.210Z] === RUN TestStopContainerWithTimeout [2020-08-06T00:09:53.210Z] === RUN TestStopContainerWithTimeout/0 [2020-08-06T00:09:53.210Z] === PAUSE TestStopContainerWithTimeout/0 [2020-08-06T00:09:53.210Z] === RUN TestStopContainerWithTimeout/1 [2020-08-06T00:09:53.210Z] === PAUSE TestStopContainerWithTimeout/1 [2020-08-06T00:09:53.210Z] === RUN TestStopContainerWithTimeout/3 [2020-08-06T00:09:53.210Z] === PAUSE TestStopContainerWithTimeout/3 [2020-08-06T00:09:53.210Z] === RUN TestStopContainerWithTimeout/-1 [2020-08-06T00:09:53.210Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-08-06T00:09:53.468Z] === CONT TestStopContainerWithTimeout/0 [2020-08-06T00:09:53.468Z] === CONT TestStopContainerWithTimeout/3 [2020-08-06T00:09:53.848Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:09:53.848Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:09:54.036Z] === CONT TestStopContainerWithTimeout/-1 [2020-08-06T00:09:55.936Z] === CONT TestStopContainerWithTimeout/1 [2020-08-06T00:09:56.101Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:09:56.101Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:09:56.592Z] tests/integration/api_build_test.py .......................X [ 6%] [2020-08-06T00:09:57.413Z] tests/integration/api_client_test.py ..... [ 7%] [2020-08-06T00:09:57.839Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-08-06T00:09:57.839Z] --- PASS: TestStopContainerWithTimeout/0 (0.60s) [2020-08-06T00:09:57.839Z] --- PASS: TestStopContainerWithTimeout/3 (2.67s) [2020-08-06T00:09:57.839Z] --- PASS: TestStopContainerWithTimeout/-1 (2.41s) [2020-08-06T00:09:57.839Z] --- PASS: TestStopContainerWithTimeout/1 (1.50s) [2020-08-06T00:09:57.839Z] === RUN TestDeleteDevicemapper [2020-08-06T00:09:57.839Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-08-06T00:09:57.839Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-08-06T00:09:57.839Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-08-06T00:09:58.776Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.33s) [2020-08-06T00:09:58.776Z] === RUN TestUpdateMemory [2020-08-06T00:09:58.776Z] --- SKIP: TestUpdateMemory (0.00s) [2020-08-06T00:09:58.776Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:09:58.776Z] === RUN TestUpdateCPUQuota [2020-08-06T00:09:58.776Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2020-08-06T00:09:58.776Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:09:58.776Z] === RUN TestUpdatePidsLimit [2020-08-06T00:09:58.776Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2020-08-06T00:09:58.776Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:09:58.776Z] === RUN TestUpdateRestartPolicy [2020-08-06T00:09:58.839Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:09:59.344Z] tests/integration/api_config_test.py ..... [ 8%] [2020-08-06T00:09:59.470Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:10:01.534Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-08-06T00:10:01.534Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.45s) [2020-08-06T00:10:01.534Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.48s) [2020-08-06T00:10:01.534Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.46s) [2020-08-06T00:10:01.534Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.49s) [2020-08-06T00:10:01.534Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.45s) [2020-08-06T00:10:01.534Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.47s) [2020-08-06T00:10:01.534Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.23s) [2020-08-06T00:10:01.535Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.23s) [2020-08-06T00:10:01.535Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.82s) [2020-08-06T00:10:01.535Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.21s) [2020-08-06T00:10:01.535Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.29s) [2020-08-06T00:10:01.535Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.26s) [2020-08-06T00:10:01.535Z] === RUN TestCgroupNamespacesRun [2020-08-06T00:10:02.392Z] ---> 6c8ace2f8bb3 [2020-08-06T00:10:02.392Z] Successfully built 6c8ace2f8bb3 [2020-08-06T00:10:02.392Z] Successfully tagged docker:latest [2020-08-06T00:10:02.392Z] INFO: Image build ended at 08/06/2020 00:10:02. Duration:00:03:19.8945457 [2020-08-06T00:10:02.392Z] [2020-08-06T00:10:02.392Z] [2020-08-06T00:10:02.392Z] INFO: Building the test binaries at 08/06/2020 00:10:02... [2020-08-06T00:10:03.600Z] --- PASS: TestCgroupNamespacesRun (1.77s) [2020-08-06T00:10:03.600Z] === RUN TestCgroupNamespacesRunPrivileged [2020-08-06T00:10:05.103Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.71s) [2020-08-06T00:10:05.103Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-08-06T00:10:05.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-08-06T00:10:05.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-08-06T00:10:06.156Z] INFO: make.ps1 starting at 08/06/2020 00:10:05 [2020-08-06T00:10:06.156Z] INFO: Git commit (a6b00ed9b9) assumed from DOCKER_GITCOMMIT environment variable [2020-08-06T00:10:06.156Z] INFO: Invoking autogen... [2020-08-06T00:10:07.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-08-06T00:10:07.167Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s) [2020-08-06T00:10:07.167Z] === RUN TestCgroupNamespacesRunHostMode [2020-08-06T00:10:07.691Z] INFO: Building daemon... [2020-08-06T00:10:08.671Z] --- PASS: TestCgroupNamespacesRunHostMode (1.79s) [2020-08-06T00:10:08.671Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-08-06T00:10:10.775Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2020-08-06T00:10:10.775Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-08-06T00:10:10.978Z] --- PASS: TestUpdateRestartPolicy (10.91s) [2020-08-06T00:10:10.978Z] === RUN TestUpdateRestartWithAutoRemove [2020-08-06T00:10:10.978Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2020-08-06T00:10:10.978Z] === RUN TestWaitNonBlocked [2020-08-06T00:10:10.978Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:10:10.978Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:10:10.978Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:10:10.978Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:10:10.978Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:10:10.978Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:10:10.978Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-08-06T00:10:10.978Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s) [2020-08-06T00:10:10.978Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.67s) [2020-08-06T00:10:10.978Z] === RUN TestWaitBlocked [2020-08-06T00:10:10.978Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:10:10.978Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:10:10.978Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:10:10.978Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:10:10.978Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:10:10.978Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:10:11.913Z] --- PASS: TestWaitBlocked (0.01s) [2020-08-06T00:10:11.913Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.76s) [2020-08-06T00:10:11.913Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.79s) [2020-08-06T00:10:11.913Z] === CONT TestDaemonRestartIpcMode [2020-08-06T00:10:11.913Z] === CONT TestIpcModeOlderClient [2020-08-06T00:10:11.913Z] --- PASS: TestIpcModeOlderClient (0.10s) [2020-08-06T00:10:12.300Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.64s) [2020-08-06T00:10:12.300Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-08-06T00:10:12.931Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.84s) [2020-08-06T00:10:12.931Z] === RUN TestCgroupNamespacesRunOlderClient [2020-08-06T00:10:13.927Z] ok github.com/docker/docker/cmd/dockerd 0.164s coverage: 30.8% of statements [2020-08-06T00:10:14.179Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2020-08-06T00:10:14.994Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.75s) [2020-08-06T00:10:14.994Z] === RUN TestKernelTCPMemory [2020-08-06T00:10:15.624Z] --- PASS: TestKernelTCPMemory (0.90s) [2020-08-06T00:10:15.624Z] === RUN TestNISDomainname [2020-08-06T00:10:16.101Z] --- PASS: TestDaemonRestartIpcMode (4.19s) [2020-08-06T00:10:16.101Z] PASS [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === Skipped [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-08-06T00:10:16.101Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2020-08-06T00:10:16.101Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2020-08-06T00:10:16.101Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2020-08-06T00:10:16.101Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2020-08-06T00:10:16.101Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2020-08-06T00:10:16.101Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2020-08-06T00:10:16.101Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2020-08-06T00:10:16.101Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2020-08-06T00:10:16.101Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-08-06T00:10:16.101Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-08-06T00:10:16.101Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2020-08-06T00:10:16.101Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2020-08-06T00:10:16.101Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestPause (0.00s) [2020-08-06T00:10:16.101Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-08-06T00:10:16.101Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2020-08-06T00:10:16.101Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2020-08-06T00:10:16.101Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) [2020-08-06T00:10:16.101Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2020-08-06T00:10:16.101Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestStats (0.00s) [2020-08-06T00:10:16.101Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-08-06T00:10:16.101Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-08-06T00:10:16.101Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2020-08-06T00:10:16.101Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2020-08-06T00:10:16.101Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] [2020-08-06T00:10:16.101Z] DONE 173 tests, 24 skipped in 79.804s [2020-08-06T00:10:16.101Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-08-06T00:10:16.101Z] INFO: Testing against a local daemon [2020-08-06T00:10:16.101Z] === RUN TestCommitInheritsEnv [2020-08-06T00:10:16.656Z] --- PASS: TestNISDomainname (1.00s) [2020-08-06T00:10:16.656Z] === RUN TestHostnameDnsResolution [2020-08-06T00:10:18.163Z] --- PASS: TestHostnameDnsResolution (1.71s) [2020-08-06T00:10:18.163Z] === RUN TestStats [2020-08-06T00:10:18.446Z] ok github.com/docker/docker/container 0.183s coverage: 34.7% of statements [2020-08-06T00:10:18.446Z] ? github.com/docker/docker/container/stream [no test files] [2020-08-06T00:10:18.446Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-08-06T00:10:18.446Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-08-06T00:10:18.446Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-08-06T00:10:18.659Z] --- PASS: TestCommitInheritsEnv (2.05s) [2020-08-06T00:10:18.659Z] === RUN TestImportExtremelyLargeImageWorks [2020-08-06T00:10:18.659Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-08-06T00:10:18.659Z] === RUN TestImagesFilterMultiReference [2020-08-06T00:10:18.659Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2020-08-06T00:10:18.659Z] === RUN TestImagePullPlatformInvalid [2020-08-06T00:10:18.659Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2020-08-06T00:10:18.659Z] === RUN TestRemoveImageOrphaning [2020-08-06T00:10:20.559Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2020-08-06T00:10:20.559Z] === RUN TestRemoveImageGarbageCollector [2020-08-06T00:10:20.559Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-08-06T00:10:20.559Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-08-06T00:10:20.559Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-08-06T00:10:20.559Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-08-06T00:10:20.559Z] === RUN TestTagInvalidReference [2020-08-06T00:10:20.559Z] --- PASS: TestTagInvalidReference (0.01s) [2020-08-06T00:10:20.559Z] === RUN TestTagValidPrefixedRepo [2020-08-06T00:10:20.559Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2020-08-06T00:10:20.559Z] === RUN TestTagExistedNameWithoutForce [2020-08-06T00:10:20.559Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-08-06T00:10:20.559Z] === RUN TestTagOfficialNames [2020-08-06T00:10:20.559Z] --- PASS: TestTagOfficialNames (0.05s) [2020-08-06T00:10:20.559Z] === RUN TestTagMatchesDigest [2020-08-06T00:10:20.559Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-08-06T00:10:20.559Z] === CONT TestImportExtremelyLargeImageWorks [2020-08-06T00:10:21.677Z] --- PASS: TestStats (2.93s) [2020-08-06T00:10:21.677Z] === RUN TestStopContainerWithTimeout [2020-08-06T00:10:21.677Z] === RUN TestStopContainerWithTimeout/0 [2020-08-06T00:10:21.677Z] === PAUSE TestStopContainerWithTimeout/0 [2020-08-06T00:10:21.677Z] === RUN TestStopContainerWithTimeout/1 [2020-08-06T00:10:21.677Z] === PAUSE TestStopContainerWithTimeout/1 [2020-08-06T00:10:21.677Z] === RUN TestStopContainerWithTimeout/3 [2020-08-06T00:10:21.677Z] === PAUSE TestStopContainerWithTimeout/3 [2020-08-06T00:10:21.677Z] === RUN TestStopContainerWithTimeout/-1 [2020-08-06T00:10:21.677Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-08-06T00:10:21.677Z] === CONT TestStopContainerWithTimeout/0 [2020-08-06T00:10:21.677Z] === CONT TestStopContainerWithTimeout/3 [2020-08-06T00:10:21.967Z] === CONT TestStopContainerWithTimeout/-1 [2020-08-06T00:10:22.043Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.024s coverage: 65.3% of statements [2020-08-06T00:10:24.035Z] === CONT TestStopContainerWithTimeout/1 [2020-08-06T00:10:26.101Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2020-08-06T00:10:26.101Z] --- PASS: TestStopContainerWithTimeout/0 (0.91s) [2020-08-06T00:10:26.101Z] --- PASS: TestStopContainerWithTimeout/3 (2.98s) [2020-08-06T00:10:26.101Z] --- PASS: TestStopContainerWithTimeout/-1 (2.80s) [2020-08-06T00:10:26.101Z] --- PASS: TestStopContainerWithTimeout/1 (1.86s) [2020-08-06T00:10:26.101Z] === RUN TestDeleteDevicemapper [2020-08-06T00:10:26.101Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-08-06T00:10:26.101Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-08-06T00:10:26.101Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-08-06T00:10:26.551Z] ok github.com/docker/docker/daemon/cluster/convert 0.046s coverage: 35.9% of statements [2020-08-06T00:10:29.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-08-06T00:10:29.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-08-06T00:10:29.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-08-06T00:10:29.331Z] ok github.com/docker/docker/daemon/cluster 0.171s coverage: 0.5% of statements [2020-08-06T00:10:29.613Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.70s) [2020-08-06T00:10:29.613Z] === RUN TestUpdateMemory [2020-08-06T00:10:29.613Z] --- SKIP: TestUpdateMemory (0.00s) [2020-08-06T00:10:29.613Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:10:29.613Z] === RUN TestUpdateCPUQuota [2020-08-06T00:10:29.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-08-06T00:10:30.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-08-06T00:10:31.118Z] --- PASS: TestUpdateCPUQuota (1.14s) [2020-08-06T00:10:31.118Z] === RUN TestUpdatePidsLimit [2020-08-06T00:10:31.118Z] === RUN TestUpdatePidsLimit/update_from_none [2020-08-06T00:10:31.118Z] === RUN TestUpdatePidsLimit/no_change [2020-08-06T00:10:31.753Z] === RUN TestUpdatePidsLimit/update_lower [2020-08-06T00:10:32.044Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-08-06T00:10:32.335Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-08-06T00:10:32.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-08-06T00:10:32.626Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-08-06T00:10:32.902Z] ok github.com/docker/docker/daemon/discovery 0.014s coverage: 30.0% of statements [2020-08-06T00:10:33.256Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-08-06T00:10:33.465Z] Loaded image: buildpack-deps:buster [2020-08-06T00:10:33.466Z] Loaded image: busybox:latest [2020-08-06T00:10:33.466Z] Loaded image: busybox:glibc [2020-08-06T00:10:33.466Z] Loaded image: debian:buster [2020-08-06T00:10:33.466Z] Loaded image: hello-world:latest [2020-08-06T00:10:33.466Z] INFO: Testing against a local daemon [2020-08-06T00:10:33.466Z] === RUN TestCgroupNamespacesBuild [2020-08-06T00:10:33.466Z] --- PASS: TestCgroupNamespacesBuild (2.26s) [2020-08-06T00:10:33.466Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-08-06T00:10:33.466Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.07s) [2020-08-06T00:10:33.466Z] === RUN TestBuildWithSession [2020-08-06T00:10:33.466Z] --- SKIP: TestBuildWithSession (0.00s) [2020-08-06T00:10:33.466Z] build_session_test.go:25: TODO: BuildKit [2020-08-06T00:10:33.466Z] === RUN TestBuildSquashParent [2020-08-06T00:10:34.302Z] --- PASS: TestUpdatePidsLimit (3.59s) [2020-08-06T00:10:34.302Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2020-08-06T00:10:34.302Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2020-08-06T00:10:34.302Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) [2020-08-06T00:10:34.302Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s) [2020-08-06T00:10:34.302Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.42s) [2020-08-06T00:10:34.302Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.34s) [2020-08-06T00:10:34.302Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-08-06T00:10:34.302Z] === RUN TestUpdateRestartPolicy [2020-08-06T00:10:34.454Z] ok github.com/docker/docker/daemon/config 0.128s coverage: 81.8% of statements [2020-08-06T00:10:34.765Z] ok github.com/docker/docker/daemon/events 0.063s coverage: 50.0% of statements [2020-08-06T00:10:35.778Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-08-06T00:10:36.864Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2020-08-06T00:10:37.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-08-06T00:10:39.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-08-06T00:10:39.620Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.611s coverage: 14.1% of statements [2020-08-06T00:10:39.916Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 2.9% of statements [2020-08-06T00:10:40.049Z] --- PASS: TestBuildSquashParent (8.45s) [2020-08-06T00:10:40.049Z] === RUN TestBuildWithRemoveAndForceRemove [2020-08-06T00:10:40.049Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:10:40.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:10:40.049Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:10:40.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:10:40.049Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:10:40.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:10:40.049Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:10:40.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:10:40.049Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:10:40.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:10:40.049Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:10:40.049Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:10:40.049Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:10:40.049Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:10:40.564Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-08-06T00:10:42.020Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.686s coverage: 57.9% of statements [2020-08-06T00:10:42.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-08-06T00:10:43.346Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:10:43.346Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:10:43.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-08-06T00:10:44.785Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.8% of statements [2020-08-06T00:10:45.429Z] ok github.com/docker/docker/daemon 12.363s coverage: 17.3% of statements [2020-08-06T00:10:45.429Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-08-06T00:10:45.429Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-08-06T00:10:45.429Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-08-06T00:10:45.429Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-08-06T00:10:45.429Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.020s coverage: 69.2% of statements [2020-08-06T00:10:45.794Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-08-06T00:10:46.660Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:10:46.660Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:10:47.001Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.912s coverage: 46.2% of statements [2020-08-06T00:10:47.001Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-08-06T00:10:47.185Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-08-06T00:10:48.575Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-08-06T00:10:49.111Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.127s coverage: 49.5% of statements [2020-08-06T00:10:49.408Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.545s coverage: 76.1% of statements [2020-08-06T00:10:49.635Z] --- PASS: TestUpdateRestartPolicy (12.94s) [2020-08-06T00:10:49.635Z] === RUN TestUpdateRestartWithAutoRemove [2020-08-06T00:10:49.635Z] --- PASS: TestUpdateRestartWithAutoRemove (0.86s) [2020-08-06T00:10:49.635Z] === RUN TestWaitNonBlocked [2020-08-06T00:10:49.635Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:10:49.635Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:10:49.635Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:10:49.635Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:10:49.636Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:10:49.636Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:10:49.636Z] --- PASS: TestWaitNonBlocked (0.01s) [2020-08-06T00:10:49.636Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.19s) [2020-08-06T00:10:49.636Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.26s) [2020-08-06T00:10:49.636Z] === RUN TestWaitBlocked [2020-08-06T00:10:49.636Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:10:49.636Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:10:49.636Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:10:49.636Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:10:49.636Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:10:49.636Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:10:49.957Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-08-06T00:10:49.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.22s) [2020-08-06T00:10:49.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.28s) [2020-08-06T00:10:49.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.06s) [2020-08-06T00:10:49.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.22s) [2020-08-06T00:10:49.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.00s) [2020-08-06T00:10:49.957Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.94s) [2020-08-06T00:10:49.957Z] === RUN TestBuildMultiStageCopy [2020-08-06T00:10:49.957Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-08-06T00:10:49.976Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-08-06T00:10:49.976Z] Using test binary docker [2020-08-06T00:10:49.976Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-08-06T00:10:49.976Z] +++ /etc/init.d/apparmor start [2020-08-06T00:10:50.237Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-08-06T00:10:50.237Z] INFO: Waiting for daemon to start... [2020-08-06T00:10:50.237Z] Starting dockerd [2020-08-06T00:10:50.237Z] +++ 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-08-06T00:10:50.467Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.023s coverage: 58.0% of statements [2020-08-06T00:10:50.667Z] --- PASS: TestWaitBlocked (0.01s) [2020-08-06T00:10:50.667Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.13s) [2020-08-06T00:10:50.667Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.21s) [2020-08-06T00:10:50.667Z] === CONT TestContainerStartOnDaemonRestart [2020-08-06T00:10:50.667Z] === CONT TestIpcModeOlderClient [2020-08-06T00:10:50.957Z] --- PASS: TestIpcModeOlderClient (0.18s) [2020-08-06T00:10:50.957Z] === CONT TestContainerKillOnDaemonStart [2020-08-06T00:10:51.889Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-08-06T00:10:52.007Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2020-08-06T00:10:52.007Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.032s coverage: 3.0% of statements [2020-08-06T00:10:52.461Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-08-06T00:10:53.031Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-08-06T00:10:53.292Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-08-06T00:10:53.682Z] --- PASS: TestContainerStartOnDaemonRestart (2.94s) [2020-08-06T00:10:53.683Z] === CONT TestDaemonHostGatewayIP [2020-08-06T00:10:54.119Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.193s coverage: 52.1% of statements [2020-08-06T00:10:54.119Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-08-06T00:10:54.119Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-08-06T00:10:54.233Z] --- PASS: TestBuildMultiStageCopy (4.64s) [2020-08-06T00:10:54.233Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.41s) [2020-08-06T00:10:54.233Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.53s) [2020-08-06T00:10:54.233Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s) [2020-08-06T00:10:54.233Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2020-08-06T00:10:54.233Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2020-08-06T00:10:54.233Z] === RUN TestBuildMultiStageParentConfig [2020-08-06T00:10:55.175Z] ok github.com/docker/docker/daemon/logger 0.287s coverage: 41.0% of statements [2020-08-06T00:10:55.616Z] --- PASS: TestBuildMultiStageParentConfig (1.30s) [2020-08-06T00:10:55.616Z] === RUN TestBuildLabelWithTargets [2020-08-06T00:10:56.232Z] ok github.com/docker/docker/daemon/images 0.059s coverage: 4.8% of statements [2020-08-06T00:10:56.232Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-08-06T00:10:56.232Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-08-06T00:10:56.530Z] ok github.com/docker/docker/daemon/logger/awslogs 0.550s coverage: 77.4% of statements [2020-08-06T00:10:56.530Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-08-06T00:10:56.530Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-08-06T00:10:56.828Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 67.0% of statements [2020-08-06T00:10:56.829Z] . [2020-08-06T00:10:56.829Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-08-06T00:10:56.829Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-08-06T00:10:56.829Z] Error: No such image: emptyfs [2020-08-06T00:10:56.829Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-08-06T00:10:56.829Z] ++++ docker load [2020-08-06T00:10:56.829Z] Running integration-test (iteration 1) [2020-08-06T00:10:56.829Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2020-08-06T00:10:56.829Z] ++ 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-08-06T00:10:56.829Z] ++ set -e [2020-08-06T00:10:56.829Z] ++ '[' -n 0 ']' [2020-08-06T00:10:56.829Z] ++ set -x [2020-08-06T00:10:56.829Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:10:57.194Z] --- PASS: TestDaemonHostGatewayIP (3.38s) [2020-08-06T00:10:57.194Z] === CONT TestDaemonRestartIpcMode [2020-08-06T00:10:57.479Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 26.2% of statements [2020-08-06T00:10:57.526Z] --- PASS: TestBuildLabelWithTargets (2.22s) [2020-08-06T00:10:57.526Z] === RUN TestBuildWithEmptyLayers [2020-08-06T00:10:57.778Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.034s coverage: 87.2% of statements [2020-08-06T00:10:58.909Z] --- PASS: TestBuildWithEmptyLayers (1.23s) [2020-08-06T00:10:58.909Z] === RUN TestBuildMultiStageOnBuild [2020-08-06T00:10:59.315Z] time="2020-08-06T00:10:59Z" level=error msg="Failed to open log file: open /tmp/docker-logger-634631885/container.log.1: no such file or directory" [2020-08-06T00:10:59.315Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.048s coverage: 61.6% of statements [2020-08-06T00:11:00.373Z] ok github.com/docker/docker/daemon/logger/local 0.097s coverage: 75.2% of statements [2020-08-06T00:11:00.373Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-08-06T00:11:00.373Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 33.3% of statements [2020-08-06T00:11:00.703Z] --- PASS: TestDaemonRestartIpcMode (3.45s) [2020-08-06T00:11:01.025Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.060s coverage: 38.3% of statements [2020-08-06T00:11:01.672Z] ok github.com/docker/docker/daemon/logger/templates 0.024s coverage: 8.3% of statements [2020-08-06T00:11:02.205Z] --- PASS: TestBuildMultiStageOnBuild (2.91s) [2020-08-06T00:11:02.205Z] === RUN TestBuildUncleanTarFilenames [2020-08-06T00:11:02.725Z] ok github.com/docker/docker/daemon/logger/syslog 0.045s coverage: 46.8% of statements [2020-08-06T00:11:03.427Z] --- PASS: TestContainerKillOnDaemonStart (12.27s) [2020-08-06T00:11:03.427Z] PASS [2020-08-06T00:11:03.427Z] [2020-08-06T00:11:03.427Z] === Skipped [2020-08-06T00:11:03.427Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2020-08-06T00:11:03.427Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-08-06T00:11:03.427Z] [2020-08-06T00:11:03.427Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2020-08-06T00:11:03.427Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:11:03.427Z] [2020-08-06T00:11:03.427Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2020-08-06T00:11:03.427Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:11:03.427Z] [2020-08-06T00:11:03.427Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-08-06T00:11:03.427Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-08-06T00:11:03.427Z] [2020-08-06T00:11:03.427Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2020-08-06T00:11:03.427Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-08-06T00:11:03.427Z] [2020-08-06T00:11:03.427Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2020-08-06T00:11:03.427Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:11:03.427Z] [2020-08-06T00:11:03.427Z] [2020-08-06T00:11:03.427Z] DONE 192 tests, 6 skipped in 150.262s [2020-08-06T00:11:03.427Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2020-08-06T00:11:03.427Z] ++ 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-08-06T00:11:03.427Z] ++ set -e [2020-08-06T00:11:03.427Z] ++ '[' -n 0 ']' [2020-08-06T00:11:03.427Z] ++ set -x [2020-08-06T00:11:03.427Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:11:03.427Z] INFO: Testing against a local daemon [2020-08-06T00:11:03.427Z] === RUN TestCommitInheritsEnv [2020-08-06T00:11:03.587Z] --- PASS: TestBuildUncleanTarFilenames (1.88s) [2020-08-06T00:11:03.587Z] === RUN TestBuildMultiStageLayerLeak [2020-08-06T00:11:04.058Z] --- PASS: TestCommitInheritsEnv (0.58s) [2020-08-06T00:11:04.058Z] === RUN TestImportExtremelyLargeImageWorks [2020-08-06T00:11:04.058Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-08-06T00:11:04.058Z] === RUN TestImagesFilterMultiReference [2020-08-06T00:11:04.058Z] --- PASS: TestImagesFilterMultiReference (0.03s) [2020-08-06T00:11:04.058Z] === RUN TestImagePullPlatformInvalid [2020-08-06T00:11:04.058Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2020-08-06T00:11:04.058Z] === RUN TestRemoveImageOrphaning [2020-08-06T00:11:04.690Z] --- PASS: TestRemoveImageOrphaning (0.58s) [2020-08-06T00:11:04.690Z] === RUN TestRemoveImageGarbageCollector [2020-08-06T00:11:04.690Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-08-06T00:11:04.690Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:11:04.690Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-08-06T00:11:04.690Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-08-06T00:11:04.690Z] === RUN TestTagInvalidReference [2020-08-06T00:11:04.690Z] --- PASS: TestTagInvalidReference (0.01s) [2020-08-06T00:11:04.690Z] === RUN TestTagValidPrefixedRepo [2020-08-06T00:11:04.690Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-08-06T00:11:04.690Z] === RUN TestTagExistedNameWithoutForce [2020-08-06T00:11:04.690Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-08-06T00:11:04.690Z] === RUN TestTagOfficialNames [2020-08-06T00:11:04.690Z] --- PASS: TestTagOfficialNames (0.04s) [2020-08-06T00:11:04.690Z] === RUN TestTagMatchesDigest [2020-08-06T00:11:04.690Z] --- PASS: TestTagMatchesDigest (0.01s) [2020-08-06T00:11:04.690Z] === CONT TestImportExtremelyLargeImageWorks [2020-08-06T00:11:05.503Z] ok github.com/docker/docker/daemon/network 0.025s coverage: 63.8% of statements [2020-08-06T00:11:05.802Z] ok github.com/docker/docker/daemon/logger/splunk 2.357s coverage: 82.5% of statements [2020-08-06T00:11:05.803Z] ? github.com/docker/docker/daemon/names [no test files] [2020-08-06T00:11:05.803Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-08-06T00:11:06.099Z] ok github.com/docker/docker/distribution/metadata 0.088s coverage: 48.2% of statements [2020-08-06T00:11:06.884Z] --- PASS: TestBuildMultiStageLayerLeak (3.25s) [2020-08-06T00:11:06.884Z] === RUN TestBuildWithHugeFile [2020-08-06T00:11:06.942Z] .........................xx.................... [ 29%] [2020-08-06T00:11:08.127Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2020-08-06T00:11:08.127Z] [2020-08-06T00:11:08.127Z] ________ ____ __. [2020-08-06T00:11:08.127Z] \_____ \ | |/ _| [2020-08-06T00:11:08.127Z] / | \| < [2020-08-06T00:11:08.127Z] / | \ | \ [2020-08-06T00:11:08.127Z] \_______ /____|__ \ [2020-08-06T00:11:08.127Z] \/ \/ [2020-08-06T00:11:08.127Z] [2020-08-06T00:11:08.127Z] INFO: make.ps1 ended at 08/06/2020 00:11:00 [2020-08-06T00:11:08.127Z] INFO: Binaries build ended at 08/06/2020 00:11:02. Duration:00:00:59.8482891 [2020-08-06T00:11:08.127Z] INFO: Copying the built daemon binary to d:\CI\PR-41316\1\binary\dockerd-a6b00ed9b9.exe... [2020-08-06T00:11:08.127Z] INFO: Copying the built client binary to d:\CI\PR-41316\1\binary\docker-a6b00ed9b9.exe... [2020-08-06T00:11:08.127Z] INFO: Copying dockerversion from the container... [2020-08-06T00:11:08.127Z] INFO: Copying the golang package from the container to d:\CI\PR-41316\1\installer\go.zip... [2020-08-06T00:11:08.227Z] ok github.com/docker/docker/errdefs 0.012s coverage: 49.4% of statements [2020-08-06T00:11:08.587Z] INFO: Extracting go.zip to d:\CI\PR-41316\1\go [2020-08-06T00:11:09.760Z] ok github.com/docker/docker/image 0.041s coverage: 86.4% of statements [2020-08-06T00:11:09.760Z] ok github.com/docker/docker/distribution 2.531s coverage: 21.9% of statements [2020-08-06T00:11:09.760Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-08-06T00:11:10.834Z] ok github.com/docker/docker/image/cache 0.019s coverage: 19.2% of statements [2020-08-06T00:11:11.134Z] ok github.com/docker/docker/distribution/xfer 1.678s coverage: 85.1% of statements [2020-08-06T00:11:11.134Z] ? github.com/docker/docker/dockerversion [no test files] [2020-08-06T00:11:11.134Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-08-06T00:11:11.845Z] Loaded image: buildpack-deps:buster [2020-08-06T00:11:11.845Z] Loaded image: busybox:latest [2020-08-06T00:11:12.107Z] Loaded image: busybox:glibc [2020-08-06T00:11:12.107Z] Loaded image: debian:buster [2020-08-06T00:11:12.107Z] Loaded image: hello-world:latest [2020-08-06T00:11:12.190Z] ok github.com/docker/docker/libcontainerd/queue 0.036s coverage: 100.0% of statements [2020-08-06T00:11:12.367Z] INFO: Testing against a local daemon [2020-08-06T00:11:12.368Z] === RUN TestCgroupNamespacesBuild [2020-08-06T00:11:12.838Z] ok github.com/docker/docker/image/v1 0.025s coverage: 25.0% of statements [2020-08-06T00:11:12.838Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-08-06T00:11:13.488Z] ok github.com/docker/docker/pkg/aaparser 0.005s coverage: 50.0% of statements [2020-08-06T00:11:15.605Z] ok github.com/docker/docker/opts 0.041s coverage: 67.4% of statements [2020-08-06T00:11:16.658Z] ok github.com/docker/docker/pkg/broadcaster 0.036s coverage: 100.0% of statements [2020-08-06T00:11:16.882Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-08-06T00:11:16.882Z] Using test binary docker [2020-08-06T00:11:16.882Z] +++ /etc/init.d/apparmor start [2020-08-06T00:11:16.882Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-08-06T00:11:16.882Z] INFO: Waiting for daemon to start... [2020-08-06T00:11:16.882Z] Starting dockerd [2020-08-06T00:11:16.882Z] +++ 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-08-06T00:11:16.882Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-08-06T00:11:16.882Z] Using test binary docker [2020-08-06T00:11:16.882Z] +++ /etc/init.d/apparmor start [2020-08-06T00:11:16.882Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-08-06T00:11:16.882Z] INFO: Waiting for daemon to start... [2020-08-06T00:11:16.882Z] Starting dockerd [2020-08-06T00:11:16.882Z] +++ 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-08-06T00:11:16.956Z] ok github.com/docker/docker/pkg/authorization 0.972s coverage: 68.3% of statements [2020-08-06T00:11:17.253Z] ok github.com/docker/docker/pkg/capabilities 0.007s coverage: 87.5% of statements [2020-08-06T00:11:17.551Z] ok github.com/docker/docker/pkg/archive 1.186s coverage: 76.8% of statements [2020-08-06T00:11:17.671Z] --- PASS: TestCgroupNamespacesBuild (4.92s) [2020-08-06T00:11:17.671Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-08-06T00:11:18.196Z] ok github.com/docker/docker/pkg/directory 0.023s coverage: 80.0% of statements [2020-08-06T00:11:18.844Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2020-08-06T00:11:19.071Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.89s) [2020-08-06T00:11:19.071Z] === RUN TestBuildWithSession [2020-08-06T00:11:19.071Z] --- SKIP: TestBuildWithSession (0.00s) [2020-08-06T00:11:19.071Z] build_session_test.go:25: TODO: BuildKit [2020-08-06T00:11:19.071Z] === RUN TestBuildSquashParent [2020-08-06T00:11:19.142Z] ok github.com/docker/docker/pkg/discovery/file 0.007s coverage: 92.9% of statements [2020-08-06T00:11:19.427Z] . [2020-08-06T00:11:19.427Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-08-06T00:11:19.427Z] [2020-08-06T00:11:19.427Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-08-06T00:11:19.691Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-08-06T00:11:19.691Z] Error: No such image: emptyfs [2020-08-06T00:11:19.691Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-08-06T00:11:19.691Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-08-06T00:11:19.691Z] ++++ docker load [2020-08-06T00:11:19.691Z] Error: No such image: emptyfs [2020-08-06T00:11:19.691Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-08-06T00:11:19.691Z] ++++ docker load [2020-08-06T00:11:19.951Z] Running integration-test (iteration 1) [2020-08-06T00:11:20.199Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2020-08-06T00:11:20.210Z] 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-08-06T00:11:20.210Z] ++ 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-08-06T00:11:20.210Z] Running integration-test (iteration 1) [2020-08-06T00:11:20.210Z] ++ set -e [2020-08-06T00:11:20.210Z] ++ '[' -n 0 ']' [2020-08-06T00:11:20.210Z] ++ set -x [2020-08-06T00:11:20.210Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2020-08-06T00:11:20.210Z] 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-08-06T00:11:20.210Z] ++ 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-08-06T00:11:20.210Z] ++ set -e [2020-08-06T00:11:20.210Z] ++ '[' -n 0 ']' [2020-08-06T00:11:20.210Z] ++ set -x [2020-08-06T00:11:20.210Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2020-08-06T00:11:20.841Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2020-08-06T00:11:21.489Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2020-08-06T00:11:22.135Z] ok github.com/docker/docker/layer 7.369s coverage: 68.8% of statements [2020-08-06T00:11:22.135Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-08-06T00:11:22.135Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-08-06T00:11:22.135Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-08-06T00:11:22.135Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-08-06T00:11:22.135Z] ? github.com/docker/docker/oci [no test files] [2020-08-06T00:11:22.135Z] ? github.com/docker/docker/oci/caps [no test files] [2020-08-06T00:11:22.420Z] tests/integration/api_exec_test.py ..................... [ 34%] [2020-08-06T00:11:22.432Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2020-08-06T00:11:23.076Z] ok github.com/docker/docker/pkg/fileutils 0.021s coverage: 89.5% of statements [2020-08-06T00:11:23.076Z] ok github.com/docker/docker/pkg/chrootarchive 4.020s coverage: 43.2% of statements [2020-08-06T00:11:23.076Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-08-06T00:11:23.076Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-08-06T00:11:23.721Z] ok github.com/docker/docker/pkg/fsutils 0.406s coverage: 85.1% of statements [2020-08-06T00:11:24.024Z] ok github.com/docker/docker/pkg/discovery/kv 3.101s coverage: 84.1% of statements [2020-08-06T00:11:24.323Z] ok github.com/docker/docker/pkg/homedir 0.014s coverage: 11.4% of statements [2020-08-06T00:11:25.431Z] ok github.com/docker/docker/pkg/jsonmessage 0.031s coverage: 91.7% of statements [2020-08-06T00:11:25.431Z] ok github.com/docker/docker/pkg/locker 0.035s coverage: 88.9% of statements [2020-08-06T00:11:26.092Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2020-08-06T00:11:26.396Z] ok github.com/docker/docker/pkg/idtools 0.733s coverage: 70.5% of statements [2020-08-06T00:11:26.397Z] ok github.com/docker/docker/pkg/namesgenerator 0.028s coverage: 85.7% of statements [2020-08-06T00:11:26.397Z] ok github.com/docker/docker/pkg/ioutils 1.224s coverage: 70.6% of statements [2020-08-06T00:11:26.397Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-08-06T00:11:26.397Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-08-06T00:11:26.397Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-08-06T00:11:27.044Z] ok github.com/docker/docker/pkg/parsers 0.019s coverage: 97.0% of statements [2020-08-06T00:11:27.044Z] ok github.com/docker/docker/pkg/parsers/kernel 0.018s coverage: 60.0% of statements [2020-08-06T00:11:27.229Z] --- PASS: TestBuildSquashParent (7.02s) [2020-08-06T00:11:27.229Z] === RUN TestBuildWithRemoveAndForceRemove [2020-08-06T00:11:27.229Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:11:27.229Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:11:27.229Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:11:27.229Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:11:27.229Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:11:27.229Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:11:27.229Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:11:27.229Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:11:27.229Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:11:27.229Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:11:27.229Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:11:27.229Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:11:27.229Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:11:27.229Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:11:27.229Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:11:27.229Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:11:27.341Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.009s coverage: 86.7% of statements [2020-08-06T00:11:27.643Z] ok github.com/docker/docker/pkg/pidfile 0.023s coverage: 82.4% of statements [2020-08-06T00:11:27.643Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-08-06T00:11:27.643Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-08-06T00:11:28.624Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:11:28.624Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:11:28.694Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.047s coverage: 56.8% of statements [2020-08-06T00:11:29.343Z] ok github.com/docker/docker/pkg/pools 0.016s coverage: 88.2% of statements [2020-08-06T00:11:29.642Z] ok github.com/docker/docker/pkg/progress 0.007s coverage: 75.9% of statements [2020-08-06T00:11:29.642Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2020-08-06T00:11:29.681Z] INFO: Extraction ended at 08/06/2020 00:11:26. Duration:00:00:18.1945265 [2020-08-06T00:11:29.681Z] INFO: Updating the golang and path environment variables [2020-08-06T00:11:29.681Z] INFO: GOPATH=d:\gopath [2020-08-06T00:11:29.681Z] INFO: go version go1.13.14 windows/amd64 [2020-08-06T00:11:29.681Z] INFO: Running the daemon under test in debug mode [2020-08-06T00:11:29.681Z] INFO: Starting a daemon under test... [2020-08-06T00:11:29.681Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41316\1\daemon --pidfile d:\CI\PR-41316\1\docker.pid -D [2020-08-06T00:11:29.681Z] INFO: Process started successfully. [2020-08-06T00:11:29.681Z] INFO: Start tailing logs of the daemon under tests [2020-08-06T00:11:29.681Z] INFO: Waiting for the daemon under test to start... [2020-08-06T00:11:29.855Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2020-08-06T00:11:30.285Z] ok github.com/docker/docker/pkg/reexec 0.032s coverage: 82.4% of statements [2020-08-06T00:11:30.647Z] INFO: Daemon under test started and replied! [2020-08-06T00:11:30.647Z] INFO: Docker version of the daemon under test [2020-08-06T00:11:30.647Z] [2020-08-06T00:11:30.647Z] Client: [2020-08-06T00:11:30.647Z] Version: 17.06.2-ce [2020-08-06T00:11:30.647Z] API version: 1.30 [2020-08-06T00:11:30.647Z] Go version: go1.8.3 [2020-08-06T00:11:30.647Z] Git commit: cec0b72 [2020-08-06T00:11:30.647Z] Built: Tue Sep 5 19:57:19 2017 [2020-08-06T00:11:30.647Z] OS/Arch: windows/amd64 [2020-08-06T00:11:30.647Z] [2020-08-06T00:11:30.647Z] Server: [2020-08-06T00:11:30.647Z] Version: 0.0.0-dev [2020-08-06T00:11:30.647Z] API version: 1.41 (minimum version 1.24) [2020-08-06T00:11:30.647Z] Go version: go1.13.14 [2020-08-06T00:11:30.647Z] Git commit: a6b00ed9b9 [2020-08-06T00:11:30.647Z] Built: 08/06/2020 00:10:05 [2020-08-06T00:11:30.647Z] OS/Arch: windows/amd64 [2020-08-06T00:11:30.647Z] Experimental: false [2020-08-06T00:11:30.647Z] [2020-08-06T00:11:30.647Z] INFO: Docker info of the daemon under test [2020-08-06T00:11:30.647Z] [2020-08-06T00:11:30.647Z] Containers: 0 [2020-08-06T00:11:30.647Z] Running: 0 [2020-08-06T00:11:30.647Z] Paused: 0 [2020-08-06T00:11:30.647Z] Stopped: 0 [2020-08-06T00:11:30.647Z] Images: 0 [2020-08-06T00:11:30.647Z] Server Version: 0.0.0-dev [2020-08-06T00:11:30.647Z] Storage Driver: windowsfilter [2020-08-06T00:11:30.647Z] Windows: [2020-08-06T00:11:30.647Z] Logging Driver: json-file [2020-08-06T00:11:30.647Z] Plugins: [2020-08-06T00:11:30.647Z] Volume: local [2020-08-06T00:11:30.647Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-08-06T00:11:30.647Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-08-06T00:11:30.647Z] Swarm: inactive [2020-08-06T00:11:30.647Z] Default Isolation: process [2020-08-06T00:11:30.647Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-08-06T00:11:30.647Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-08-06T00:11:30.647Z] OSType: windows [2020-08-06T00:11:30.647Z] Architecture: x86_64 [2020-08-06T00:11:30.647Z] CPUs: 4 [2020-08-06T00:11:30.647Z] Total Memory: 32GiB [2020-08-06T00:11:30.647Z] Name: azwin-2-60d8b0 [2020-08-06T00:11:30.647Z] ID: 625T:UFE5:FQIK:QFAT:N7KD:2Z4Z:VL7T:FZCN:P6AS:VPTH:TYXT:Y2JR [2020-08-06T00:11:30.647Z] Docker Root Dir: D:\CI\PR-41316\1\daemon [2020-08-06T00:11:30.647Z] Debug Mode (client): false [2020-08-06T00:11:30.647Z] Debug Mode (server): true [2020-08-06T00:11:30.647Z] File Descriptors: -1 [2020-08-06T00:11:30.647Z] Goroutines: 17 [2020-08-06T00:11:30.647Z] System Time: 2020-08-06T00:11:30.2569626Z [2020-08-06T00:11:30.647Z] EventsListeners: 0 [2020-08-06T00:11:30.647Z] Registry: https://index.docker.io/v1/ [2020-08-06T00:11:30.647Z] Labels: [2020-08-06T00:11:30.647Z] Experimental: false [2020-08-06T00:11:30.647Z] Insecure Registries: [2020-08-06T00:11:30.647Z] 127.0.0.0/8 [2020-08-06T00:11:30.647Z] Live Restore Enabled: false [2020-08-06T00:11:30.647Z] [2020-08-06T00:11:30.647Z] [2020-08-06T00:11:30.647Z] INFO: Docker images of the daemon under test [2020-08-06T00:11:30.647Z] [2020-08-06T00:11:30.647Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-08-06T00:11:30.647Z] [2020-08-06T00:11:30.647Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2020-08-06T00:11:30.647Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2020-08-06T00:11:30.647Z] ltsc2019: Pulling from windows/servercore [2020-08-06T00:11:31.106Z] 4612f6d0b889: Pulling fs layer [2020-08-06T00:11:31.106Z] fc1b9e59edad: Pulling fs layer [2020-08-06T00:11:31.177Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2020-08-06T00:11:31.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.60s) [2020-08-06T00:11:31.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.61s) [2020-08-06T00:11:31.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.86s) [2020-08-06T00:11:31.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.88s) [2020-08-06T00:11:31.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.20s) [2020-08-06T00:11:31.177Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.26s) [2020-08-06T00:11:31.177Z] === RUN TestBuildMultiStageCopy [2020-08-06T00:11:31.177Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-08-06T00:11:31.333Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2020-08-06T00:11:31.333Z] ok github.com/docker/docker/pkg/pubsub 1.123s coverage: 73.9% of statements [2020-08-06T00:11:31.974Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2020-08-06T00:11:31.974Z] ok github.com/docker/docker/pkg/streamformatter 0.007s coverage: 66.2% of statements [2020-08-06T00:11:32.272Z] ok github.com/docker/docker/pkg/symlink 0.022s coverage: 87.7% of statements [2020-08-06T00:11:32.816Z] tests/integration/api_image_test.py ............s..... [ 40%] [2020-08-06T00:11:33.095Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-08-06T00:11:33.338Z] ok github.com/docker/docker/pkg/signal 2.892s coverage: 61.0% of statements [2020-08-06T00:11:33.338Z] ok github.com/docker/docker/pkg/system 0.025s coverage: 36.9% of statements [2020-08-06T00:11:33.634Z] ok github.com/docker/docker/pkg/sysinfo 0.040s coverage: 53.4% of statements [2020-08-06T00:11:33.667Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-08-06T00:11:34.240Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-08-06T00:11:34.688Z] ok github.com/docker/docker/pkg/tailfile 0.139s coverage: 88.6% of statements [2020-08-06T00:11:34.688Z] testing: warning: no tests to run [2020-08-06T00:11:34.688Z] coverage: [no statements] [2020-08-06T00:11:34.688Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2020-08-06T00:11:34.814Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-08-06T00:11:34.985Z] ok github.com/docker/docker/pkg/tarsum 0.177s coverage: 89.3% of statements [2020-08-06T00:11:35.283Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2020-08-06T00:11:35.283Z] ok github.com/docker/docker/pkg/truncindex 0.130s coverage: 91.5% of statements [2020-08-06T00:11:35.387Z] --- PASS: TestBuildMultiStageCopy (4.32s) [2020-08-06T00:11:35.387Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.21s) [2020-08-06T00:11:35.387Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2020-08-06T00:11:35.387Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s) [2020-08-06T00:11:35.387Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2020-08-06T00:11:35.387Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2020-08-06T00:11:35.387Z] === RUN TestBuildMultiStageParentConfig [2020-08-06T00:11:35.580Z] ok github.com/docker/docker/pkg/useragent 0.023s coverage: 88.9% of statements [2020-08-06T00:11:36.774Z] --- PASS: TestBuildMultiStageParentConfig (1.43s) [2020-08-06T00:11:36.774Z] === RUN TestBuildLabelWithTargets [2020-08-06T00:11:38.176Z] fc1b9e59edad: Verifying Checksum [2020-08-06T00:11:38.176Z] fc1b9e59edad: Download complete [2020-08-06T00:11:38.381Z] ok github.com/docker/docker/plugin/v2 0.027s coverage: 14.5% of statements [2020-08-06T00:11:38.381Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 68.8% of statements [2020-08-06T00:11:39.324Z] --- PASS: TestBuildLabelWithTargets (2.23s) [2020-08-06T00:11:39.324Z] === RUN TestBuildWithEmptyLayers [2020-08-06T00:11:39.441Z] ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements [2020-08-06T00:11:39.738Z] ok github.com/docker/docker/plugin 0.580s coverage: 23.1% of statements [2020-08-06T00:11:39.897Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2020-08-06T00:11:39.898Z] === RUN TestBuildMultiStageOnBuild [2020-08-06T00:11:40.789Z] ok github.com/docker/docker/restartmanager 0.007s coverage: 45.3% of statements [2020-08-06T00:11:41.089Z] ok github.com/docker/docker/registry/resumable 0.022s coverage: 100.0% of statements [2020-08-06T00:11:42.143Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2020-08-06T00:11:42.143Z] ok github.com/docker/docker/registry 0.265s coverage: 56.3% of statements [2020-08-06T00:11:43.205Z] --- PASS: TestBuildMultiStageOnBuild (2.68s) [2020-08-06T00:11:43.205Z] === RUN TestBuildUncleanTarFilenames [2020-08-06T00:11:43.226Z] ok github.com/docker/docker/runconfig 0.021s coverage: 66.1% of statements [2020-08-06T00:11:44.150Z] --- PASS: TestBuildUncleanTarFilenames (1.43s) [2020-08-06T00:11:44.150Z] === RUN TestBuildMultiStageLayerLeak [2020-08-06T00:11:46.001Z] ok github.com/docker/docker/volume/drivers 0.028s coverage: 36.1% of statements [2020-08-06T00:11:47.054Z] ok github.com/docker/docker/volume/mounts 0.048s coverage: 67.0% of statements [2020-08-06T00:11:47.054Z] ok github.com/docker/docker/volume/local 0.063s coverage: 73.0% of statements [2020-08-06T00:11:47.456Z] --- PASS: TestBuildMultiStageLayerLeak (2.81s) [2020-08-06T00:11:47.456Z] === RUN TestBuildWithHugeFile [2020-08-06T00:11:48.096Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2020-08-06T00:11:48.739Z] tests/integration/api_network_test.py ........................... [ 47%] [2020-08-06T00:11:56.367Z] tests/integration/api_plugin_test.py ........... [ 50%] [2020-08-06T00:11:57.861Z] tests/integration/api_secret_test.py ..... [ 51%] [2020-08-06T00:12:02.092Z] tests/integration/api_service_test.py .................................. [ 60%] [2020-08-06T00:12:03.312Z] 4612f6d0b889: Verifying Checksum [2020-08-06T00:12:03.312Z] 4612f6d0b889: Download complete [2020-08-06T00:12:03.504Z] ok github.com/docker/docker/pkg/plugins 33.625s coverage: 76.6% of statements [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/pkg/term [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/rootless [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-08-06T00:12:03.504Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-08-06T00:12:03.505Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-08-06T00:12:03.505Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-08-06T00:12:03.505Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-08-06T00:12:03.505Z] ? github.com/docker/docker/testutil/request [no test files] [2020-08-06T00:12:03.505Z] ? github.com/docker/docker/volume [no test files] [2020-08-06T00:12:03.505Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-08-06T00:12:03.505Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === Skipped [2020-08-06T00:12:03.505Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-08-06T00:12:03.505Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-08-06T00:12:03.505Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-08-06T00:12:03.505Z] time="2020-08-06T00:10:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-08-06T00:12:03.505Z] time="2020-08-06T00:10:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-08-06T00:12:03.505Z] time="2020-08-06T00:10:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-08-06T00:12:03.505Z] time="2020-08-06T00:10:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-08-06T00:12:03.505Z] time="2020-08-06T00:10:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-08-06T00:12:03.505Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-08-06T00:12:03.505Z] overlay_test.go:49: Fails to compute changes intermittently [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-08-06T00:12:03.505Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:12:03.505Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-08-06T00:12:03.505Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.01s) [2020-08-06T00:12:03.505Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-08-06T00:12:03.505Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] [2020-08-06T00:12:03.505Z] DONE 2123 tests, 26 skipped in 256.400s Post stage [Pipeline] junit [2020-08-06T00:12:03.848Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-06T00:12:04.769Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -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:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/make.sh dynbinary test-integration [2020-08-06T00:12:05.071Z] [2020-08-06T00:12:05.071Z] Removing bundles/ [2020-08-06T00:12:05.071Z] [2020-08-06T00:12:05.071Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2020-08-06T00:12:05.071Z] Building: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:12:05.071Z] GOOS="" GOARCH="" GOARM="" [2020-08-06T00:12:06.929Z] Loaded image: buildpack-deps:buster [2020-08-06T00:12:06.929Z] Loaded image: busybox:latest [2020-08-06T00:12:06.929Z] Loaded image: busybox:glibc [2020-08-06T00:12:06.929Z] Loaded image: debian:buster [2020-08-06T00:12:06.929Z] Loaded image: buildpack-deps:buster [2020-08-06T00:12:06.929Z] Loaded image: hello-world:latest [2020-08-06T00:12:06.929Z] INFO: Testing against a local daemon [2020-08-06T00:12:06.929Z] === RUN TestDockerSuite [2020-08-06T00:12:06.929Z] Loaded image: busybox:latest [2020-08-06T00:12:06.929Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2020-08-06T00:12:06.929Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2020-08-06T00:12:06.929Z] === RUN TestDockerSuite/TestAPIErrorJSON [2020-08-06T00:12:06.929Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2020-08-06T00:12:06.929Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2020-08-06T00:12:06.929Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2020-08-06T00:12:06.929Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2020-08-06T00:12:06.929Z] === RUN TestDockerSuite/TestAPIImagesDelete [2020-08-06T00:12:06.929Z] Loaded image: busybox:glibc [2020-08-06T00:12:06.929Z] Loaded image: debian:buster [2020-08-06T00:12:06.929Z] Loaded image: hello-world:latest [2020-08-06T00:12:06.929Z] INFO: Testing against a local daemon [2020-08-06T00:12:06.929Z] === RUN TestDockerDaemonSuite [2020-08-06T00:12:06.929Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2020-08-06T00:12:06.929Z] === RUN TestDockerSuite/TestAPIImagesFilter [2020-08-06T00:12:06.929Z] === RUN TestDockerSuite/TestAPIImagesHistory [2020-08-06T00:12:07.499Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2020-08-06T00:12:07.760Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2020-08-06T00:12:08.330Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2020-08-06T00:12:09.713Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2020-08-06T00:12:09.713Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2020-08-06T00:12:10.284Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2020-08-06T00:12:11.667Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2020-08-06T00:12:11.667Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2020-08-06T00:12:12.012Z] --- PASS: TestImportExtremelyLargeImageWorks (102.70s) [2020-08-06T00:12:12.012Z] PASS [2020-08-06T00:12:12.012Z] [2020-08-06T00:12:12.012Z] === Skipped [2020-08-06T00:12:12.012Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-08-06T00:12:12.012Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2020-08-06T00:12:12.012Z] [2020-08-06T00:12:12.012Z] [2020-08-06T00:12:12.012Z] DONE 12 tests, 1 skipped in 107.174s [2020-08-06T00:12:12.012Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-08-06T00:12:12.012Z] INFO: Testing against a local daemon [2020-08-06T00:12:12.012Z] === RUN TestNetworkCreateDelete [2020-08-06T00:12:12.012Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-08-06T00:12:12.012Z] === RUN TestDockerNetworkDeletePreferID [2020-08-06T00:12:12.012Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2020-08-06T00:12:12.012Z] === RUN TestDaemonDNSFallback [2020-08-06T00:12:12.012Z] --- PASS: TestDaemonDNSFallback (7.30s) [2020-08-06T00:12:12.012Z] === RUN TestInspectNetwork [2020-08-06T00:12:12.012Z] --- SKIP: TestInspectNetwork (0.00s) [2020-08-06T00:12:12.012Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:12.012Z] === RUN TestRunContainerWithBridgeNone [2020-08-06T00:12:12.012Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2020-08-06T00:12:12.012Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.012Z] === RUN TestNetworkInvalidJSON [2020-08-06T00:12:12.012Z] === RUN TestNetworkInvalidJSON//networks/create [2020-08-06T00:12:12.012Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-08-06T00:12:12.012Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:12:12.012Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:12:12.012Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:12:12.012Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:12:12.012Z] === CONT TestNetworkInvalidJSON//networks/create [2020-08-06T00:12:12.012Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:12:12.012Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:12:12.012Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-08-06T00:12:12.012Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-08-06T00:12:12.012Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-08-06T00:12:12.012Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-08-06T00:12:12.012Z] === RUN TestHostIPv4BridgeLabel [2020-08-06T00:12:12.012Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2020-08-06T00:12:12.012Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.012Z] === RUN TestDaemonRestartWithLiveRestore [2020-08-06T00:12:12.012Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s) [2020-08-06T00:12:12.012Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.012Z] === RUN TestDaemonDefaultNetworkPools [2020-08-06T00:12:12.012Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2020-08-06T00:12:12.012Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.012Z] === RUN TestDaemonRestartWithExistingNetwork [2020-08-06T00:12:12.012Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2020-08-06T00:12:12.012Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.012Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-08-06T00:12:12.012Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-08-06T00:12:12.012Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.012Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-08-06T00:12:12.012Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-08-06T00:12:12.012Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.012Z] === RUN TestServiceWithPredefinedNetwork [2020-08-06T00:12:12.012Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2020-08-06T00:12:12.012Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:12.012Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-08-06T00:12:12.012Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-08-06T00:12:12.012Z] service_test.go:236: FLAKY_TEST [2020-08-06T00:12:12.012Z] === RUN TestServiceWithDataPathPortInit [2020-08-06T00:12:12.012Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2020-08-06T00:12:12.012Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:12.012Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-08-06T00:12:12.012Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2020-08-06T00:12:12.012Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:12.012Z] PASS [2020-08-06T00:12:12.012Z] [2020-08-06T00:12:12.012Z] === Skipped [2020-08-06T00:12:12.012Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2020-08-06T00:12:12.012Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:12.012Z] [2020-08-06T00:12:12.012Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2020-08-06T00:12:12.012Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.012Z] [2020-08-06T00:12:12.012Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2020-08-06T00:12:12.012Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.012Z] [2020-08-06T00:12:12.012Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s) [2020-08-06T00:12:12.012Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.012Z] [2020-08-06T00:12:12.012Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2020-08-06T00:12:12.012Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.012Z] [2020-08-06T00:12:12.012Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2020-08-06T00:12:12.013Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-08-06T00:12:12.013Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2020-08-06T00:12:12.013Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2020-08-06T00:12:12.013Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-08-06T00:12:12.013Z] service_test.go:236: FLAKY_TEST [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2020-08-06T00:12:12.013Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-08-06T00:12:12.013Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] DONE 19 tests, 12 skipped in 8.040s [2020-08-06T00:12:12.013Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-08-06T00:12:12.013Z] INFO: Testing against a local daemon [2020-08-06T00:12:12.013Z] === RUN TestDockerNetworkIpvlanPersistance [2020-08-06T00:12:12.013Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-08-06T00:12:12.013Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:12:12.013Z] === RUN TestDockerNetworkIpvlan [2020-08-06T00:12:12.013Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-08-06T00:12:12.013Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:12:12.013Z] PASS [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] === Skipped [2020-08-06T00:12:12.013Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-08-06T00:12:12.013Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-08-06T00:12:12.013Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] DONE 2 tests, 2 skipped in 0.148s [2020-08-06T00:12:12.013Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-08-06T00:12:12.013Z] INFO: Testing against a local daemon [2020-08-06T00:12:12.013Z] === RUN TestDockerNetworkMacvlanPersistance [2020-08-06T00:12:12.013Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2020-08-06T00:12:12.013Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.013Z] === RUN TestDockerNetworkMacvlan [2020-08-06T00:12:12.013Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2020-08-06T00:12:12.013Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.013Z] PASS [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] === Skipped [2020-08-06T00:12:12.013Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2020-08-06T00:12:12.013Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2020-08-06T00:12:12.013Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] DONE 2 tests, 2 skipped in 0.155s [2020-08-06T00:12:12.013Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-08-06T00:12:12.013Z] testing: warning: no tests to run [2020-08-06T00:12:12.013Z] PASS [2020-08-06T00:12:12.013Z] [2020-08-06T00:12:12.013Z] DONE 0 tests in 0.031s [2020-08-06T00:12:12.013Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-08-06T00:12:12.013Z] INFO: Testing against a local daemon [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginAllowRequest [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginTLS [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginDenyRequest [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginAPIDenyResponse [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginDenyResponse [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginAllowEventStream [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginErrorResponse [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginErrorRequest [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginHeader [2020-08-06T00:12:12.013Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2020-08-06T00:12:12.013Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.013Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-08-06T00:12:12.271Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.61s) [2020-08-06T00:12:12.271Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.271Z] === RUN TestAuthZPluginV2Disable [2020-08-06T00:12:12.271Z] --- SKIP: TestAuthZPluginV2Disable (0.05s) [2020-08-06T00:12:12.271Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.271Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-08-06T00:12:12.271Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.03s) [2020-08-06T00:12:12.271Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.271Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-08-06T00:12:12.530Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.06s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-08-06T00:12:12.530Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.14s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] PASS [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === Skipped [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.61s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.05s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.03s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.06s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.14s) [2020-08-06T00:12:12.530Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] [2020-08-06T00:12:12.530Z] DONE 17 tests, 17 skipped in 1.047s [2020-08-06T00:12:12.530Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-08-06T00:12:12.790Z] INFO: Testing against a local daemon [2020-08-06T00:12:12.790Z] === RUN TestPluginInvalidJSON [2020-08-06T00:12:12.790Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:12:12.790Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:12:12.790Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:12:12.790Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-08-06T00:12:12.790Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-08-06T00:12:12.790Z] === RUN TestPluginInstall [2020-08-06T00:12:12.790Z] --- SKIP: TestPluginInstall (0.00s) [2020-08-06T00:12:12.790Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.790Z] PASS [2020-08-06T00:12:12.790Z] [2020-08-06T00:12:12.790Z] === Skipped [2020-08-06T00:12:12.790Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2020-08-06T00:12:12.790Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2020-08-06T00:12:12.790Z] [2020-08-06T00:12:12.790Z] [2020-08-06T00:12:12.790Z] DONE 3 tests, 1 skipped in 0.204s [2020-08-06T00:12:12.790Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-08-06T00:12:13.049Z] INFO: Testing against a local daemon [2020-08-06T00:12:13.049Z] === RUN TestExternalGraphDriver [2020-08-06T00:12:13.049Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2020-08-06T00:12:13.307Z] --- SKIP: TestExternalGraphDriver (0.24s) [2020-08-06T00:12:13.307Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-08-06T00:12:13.307Z] === RUN TestGraphdriverPluginV2 [2020-08-06T00:12:13.309Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2020-08-06T00:12:13.568Z] === RUN TestDockerSuite/TestAPINetworkFilter [2020-08-06T00:12:13.568Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2020-08-06T00:12:13.568Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2020-08-06T00:12:14.951Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2020-08-06T00:12:15.524Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2020-08-06T00:12:15.597Z] ......................... [ 66%] [2020-08-06T00:12:16.095Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2020-08-06T00:12:16.095Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2020-08-06T00:12:16.095Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2020-08-06T00:12:16.095Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2020-08-06T00:12:17.490Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2020-08-06T00:12:18.872Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2020-08-06T00:12:19.869Z] --- PASS: TestGraphdriverPluginV2 (5.69s) [2020-08-06T00:12:19.869Z] PASS [2020-08-06T00:12:19.869Z] [2020-08-06T00:12:19.869Z] === Skipped [2020-08-06T00:12:19.869Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.24s) [2020-08-06T00:12:19.869Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2020-08-06T00:12:19.869Z] [2020-08-06T00:12:19.869Z] [2020-08-06T00:12:19.869Z] DONE 2 tests, 1 skipped in 6.093s [2020-08-06T00:12:19.869Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-08-06T00:12:19.869Z] INFO: Testing against a local daemon [2020-08-06T00:12:19.869Z] === RUN TestContinueAfterPluginCrash [2020-08-06T00:12:19.869Z] === PAUSE TestContinueAfterPluginCrash [2020-08-06T00:12:19.869Z] === RUN TestReadPluginNoRead [2020-08-06T00:12:19.869Z] === PAUSE TestReadPluginNoRead [2020-08-06T00:12:19.869Z] === RUN TestDaemonStartWithLogOpt [2020-08-06T00:12:19.869Z] === PAUSE TestDaemonStartWithLogOpt [2020-08-06T00:12:19.869Z] === CONT TestContinueAfterPluginCrash [2020-08-06T00:12:19.869Z] === CONT TestDaemonStartWithLogOpt [2020-08-06T00:12:20.254Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2020-08-06T00:12:22.168Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2020-08-06T00:12:22.168Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2020-08-06T00:12:24.709Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2020-08-06T00:12:24.709Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2020-08-06T00:12:26.618Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2020-08-06T00:12:26.904Z] --- PASS: TestImportExtremelyLargeImageWorks (79.10s) [2020-08-06T00:12:26.904Z] PASS [2020-08-06T00:12:26.904Z] [2020-08-06T00:12:26.904Z] === Skipped [2020-08-06T00:12:26.904Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-08-06T00:12:26.904Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:12:26.904Z] [2020-08-06T00:12:26.904Z] [2020-08-06T00:12:26.904Z] DONE 12 tests, 1 skipped in 80.544s [2020-08-06T00:12:26.904Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2020-08-06T00:12:26.904Z] ++ 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-08-06T00:12:26.904Z] ++ set -e [2020-08-06T00:12:26.904Z] ++ '[' -n 0 ']' [2020-08-06T00:12:26.904Z] ++ set -x [2020-08-06T00:12:26.904Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:12:26.904Z] INFO: Testing against a local daemon [2020-08-06T00:12:26.904Z] === RUN TestNetworkCreateDelete [2020-08-06T00:12:26.904Z] --- PASS: TestNetworkCreateDelete (0.13s) [2020-08-06T00:12:26.904Z] === RUN TestDockerNetworkDeletePreferID [2020-08-06T00:12:26.904Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2020-08-06T00:12:26.904Z] === RUN TestDaemonDNSFallback [2020-08-06T00:12:26.904Z] --- PASS: TestDaemonDNSFallback (2.45s) [2020-08-06T00:12:26.904Z] === RUN TestInspectNetwork [2020-08-06T00:12:27.557Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2020-08-06T00:12:28.131Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2020-08-06T00:12:28.391Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2020-08-06T00:12:29.334Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2020-08-06T00:12:30.280Z] === RUN TestDockerSuite/TestAttachAfterDetach [2020-08-06T00:12:32.195Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2020-08-06T00:12:32.195Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2020-08-06T00:12:32.463Z] === RUN TestInspectNetwork/full_network_id [2020-08-06T00:12:32.463Z] === RUN TestInspectNetwork/partial_network_id [2020-08-06T00:12:32.463Z] === RUN TestInspectNetwork/network_name [2020-08-06T00:12:32.463Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-08-06T00:12:34.103Z] === RUN TestDockerSuite/TestAttachDetach [2020-08-06T00:12:34.770Z] --- PASS: TestDaemonStartWithLogOpt (13.63s) [2020-08-06T00:12:34.770Z] === CONT TestReadPluginNoRead [2020-08-06T00:12:35.042Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2020-08-06T00:12:35.302Z] === RUN TestDockerSuite/TestAttachDisconnect [2020-08-06T00:12:36.145Z] === RUN TestReadPluginNoRead/default [2020-08-06T00:12:36.403Z] --- PASS: TestContinueAfterPluginCrash (17.39s) [2020-08-06T00:12:36.693Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2020-08-06T00:12:36.693Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2020-08-06T00:12:38.041Z] --- PASS: TestInspectNetwork (10.99s) [2020-08-06T00:12:38.041Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-08-06T00:12:38.041Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-08-06T00:12:38.041Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-08-06T00:12:38.041Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-08-06T00:12:38.041Z] === RUN TestRunContainerWithBridgeNone [2020-08-06T00:12:38.610Z] === RUN TestDockerSuite/TestAttachPausedContainer [2020-08-06T00:12:38.933Z] === RUN TestReadPluginNoRead/disabled_caching [2020-08-06T00:12:39.181Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2020-08-06T00:12:39.441Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2020-08-06T00:12:39.701Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2020-08-06T00:12:40.106Z] --- PASS: TestRunContainerWithBridgeNone (2.44s) [2020-08-06T00:12:40.106Z] === RUN TestNetworkInvalidJSON [2020-08-06T00:12:40.106Z] === RUN TestNetworkInvalidJSON//networks/create [2020-08-06T00:12:40.106Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-08-06T00:12:40.106Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:12:40.106Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:12:40.106Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:12:40.106Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:12:40.106Z] === CONT TestNetworkInvalidJSON//networks/create [2020-08-06T00:12:40.106Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:12:40.106Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:12:40.106Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2020-08-06T00:12:40.106Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-08-06T00:12:40.106Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-08-06T00:12:40.106Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-08-06T00:12:40.106Z] === RUN TestHostIPv4BridgeLabel [2020-08-06T00:12:40.271Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2020-08-06T00:12:40.271Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2020-08-06T00:12:40.737Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2020-08-06T00:12:40.737Z] === RUN TestDaemonRestartWithLiveRestore [2020-08-06T00:12:40.836Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-08-06T00:12:41.655Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2020-08-06T00:12:41.772Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-08-06T00:12:41.772Z] === RUN TestDaemonDefaultNetworkPools [2020-08-06T00:12:41.916Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2020-08-06T00:12:42.176Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2020-08-06T00:12:42.805Z] --- PASS: TestDaemonDefaultNetworkPools (0.82s) [2020-08-06T00:12:42.805Z] === RUN TestDaemonRestartWithExistingNetwork [2020-08-06T00:12:43.368Z] --- PASS: TestReadPluginNoRead (10.39s) [2020-08-06T00:12:43.368Z] --- PASS: TestReadPluginNoRead/default (2.30s) [2020-08-06T00:12:43.368Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.27s) [2020-08-06T00:12:43.368Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.25s) [2020-08-06T00:12:43.368Z] read_test.go:92: [dc85c751949d1] daemon is not started [2020-08-06T00:12:43.368Z] PASS [2020-08-06T00:12:43.368Z] [2020-08-06T00:12:43.368Z] DONE 6 tests in 24.185s [2020-08-06T00:12:43.368Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-08-06T00:12:43.368Z] testing: warning: no tests to run [2020-08-06T00:12:43.368Z] PASS [2020-08-06T00:12:43.368Z] [2020-08-06T00:12:43.368Z] DONE 0 tests in 0.057s [2020-08-06T00:12:43.368Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-08-06T00:12:43.368Z] INFO: Testing against a local daemon [2020-08-06T00:12:43.368Z] === RUN TestPluginWithDevMounts [2020-08-06T00:12:43.368Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2020-08-06T00:12:43.368Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-08-06T00:12:43.368Z] PASS [2020-08-06T00:12:43.368Z] [2020-08-06T00:12:43.368Z] === Skipped [2020-08-06T00:12:43.368Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2020-08-06T00:12:43.368Z] mounts_test.go:21: (*Execution).IsRootless-fm [2020-08-06T00:12:43.368Z] [2020-08-06T00:12:43.368Z] [2020-08-06T00:12:43.368Z] DONE 1 tests, 1 skipped in 0.164s [2020-08-06T00:12:43.368Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-08-06T00:12:43.368Z] INFO: Testing against a local daemon [2020-08-06T00:12:43.368Z] === RUN TestSecretInspect [2020-08-06T00:12:43.368Z] --- SKIP: TestSecretInspect (0.02s) [2020-08-06T00:12:43.368Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.368Z] === RUN TestSecretList [2020-08-06T00:12:43.627Z] --- SKIP: TestSecretList (0.02s) [2020-08-06T00:12:43.627Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] === RUN TestSecretsCreateAndDelete [2020-08-06T00:12:43.627Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2020-08-06T00:12:43.627Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] === RUN TestSecretsUpdate [2020-08-06T00:12:43.627Z] --- SKIP: TestSecretsUpdate (0.01s) [2020-08-06T00:12:43.627Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] === RUN TestTemplatedSecret [2020-08-06T00:12:43.627Z] --- SKIP: TestTemplatedSecret (0.00s) [2020-08-06T00:12:43.627Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] === RUN TestSecretCreateResolve [2020-08-06T00:12:43.627Z] --- SKIP: TestSecretCreateResolve (0.01s) [2020-08-06T00:12:43.627Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] PASS [2020-08-06T00:12:43.627Z] [2020-08-06T00:12:43.627Z] === Skipped [2020-08-06T00:12:43.627Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2020-08-06T00:12:43.627Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] [2020-08-06T00:12:43.627Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2020-08-06T00:12:43.627Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] [2020-08-06T00:12:43.627Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2020-08-06T00:12:43.627Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] [2020-08-06T00:12:43.627Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2020-08-06T00:12:43.627Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] [2020-08-06T00:12:43.627Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2020-08-06T00:12:43.627Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] [2020-08-06T00:12:43.627Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2020-08-06T00:12:43.627Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] [2020-08-06T00:12:43.627Z] [2020-08-06T00:12:43.627Z] DONE 6 tests, 6 skipped in 0.218s [2020-08-06T00:12:43.627Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-08-06T00:12:43.627Z] INFO: Testing against a local daemon [2020-08-06T00:12:43.627Z] === RUN TestServiceCreateInit [2020-08-06T00:12:43.627Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-08-06T00:12:43.627Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-08-06T00:12:43.627Z] --- PASS: TestServiceCreateInit (0.02s) [2020-08-06T00:12:43.627Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-08-06T00:12:43.627Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-08-06T00:12:43.627Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] === RUN TestCreateServiceMultipleTimes [2020-08-06T00:12:43.627Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2020-08-06T00:12:43.627Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.627Z] === RUN TestCreateServiceConflict [2020-08-06T00:12:43.778Z] --- PASS: TestBuildWithHugeFile (49.08s) [2020-08-06T00:12:43.778Z] === RUN TestBuildWithEmptyDockerfile [2020-08-06T00:12:43.778Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:12:43.778Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:12:43.778Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:12:43.778Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:12:43.778Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:12:43.778Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:12:43.778Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:12:43.778Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:12:43.778Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:12:43.778Z] --- PASS: TestBuildWithEmptyDockerfile (0.20s) [2020-08-06T00:12:43.778Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2020-08-06T00:12:43.778Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) [2020-08-06T00:12:43.778Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2020-08-06T00:12:43.778Z] === RUN TestBuildPreserveOwnership [2020-08-06T00:12:43.778Z] === RUN TestBuildPreserveOwnership/copy_from [2020-08-06T00:12:43.778Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-08-06T00:12:43.778Z] --- PASS: TestBuildPreserveOwnership (5.93s) [2020-08-06T00:12:43.778Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.81s) [2020-08-06T00:12:43.778Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.10s) [2020-08-06T00:12:43.778Z] === RUN TestBuildPlatformInvalid [2020-08-06T00:12:43.778Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2020-08-06T00:12:43.778Z] PASS [2020-08-06T00:12:43.778Z] [2020-08-06T00:12:43.778Z] === Skipped [2020-08-06T00:12:43.778Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2020-08-06T00:12:43.778Z] build_session_test.go:25: TODO: BuildKit [2020-08-06T00:12:43.778Z] [2020-08-06T00:12:43.778Z] [2020-08-06T00:12:43.778Z] DONE 32 tests, 1 skipped in 105.682s [2020-08-06T00:12:43.778Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2020-08-06T00:12:43.778Z] ++ 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-08-06T00:12:43.778Z] ++ set -e [2020-08-06T00:12:43.778Z] ++ '[' -n 0 ']' [2020-08-06T00:12:43.778Z] ++ set -x [2020-08-06T00:12:43.778Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:12:43.778Z] INFO: Testing against a local daemon [2020-08-06T00:12:43.778Z] === RUN TestConfigInspect [2020-08-06T00:12:43.837Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2020-08-06T00:12:43.837Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-08-06T00:12:43.886Z] --- SKIP: TestCreateServiceConflict (0.02s) [2020-08-06T00:12:43.886Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestCreateServiceMaxReplicas [2020-08-06T00:12:43.886Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2020-08-06T00:12:43.886Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestCreateWithDuplicateNetworkNames [2020-08-06T00:12:43.886Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2020-08-06T00:12:43.886Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestCreateServiceSecretFileMode [2020-08-06T00:12:43.886Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2020-08-06T00:12:43.886Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestCreateServiceConfigFileMode [2020-08-06T00:12:43.886Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2020-08-06T00:12:43.886Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestCreateServiceSysctls [2020-08-06T00:12:43.886Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2020-08-06T00:12:43.886Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestCreateServiceCapabilities [2020-08-06T00:12:43.886Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2020-08-06T00:12:43.886Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestInspect [2020-08-06T00:12:43.886Z] --- SKIP: TestInspect (0.02s) [2020-08-06T00:12:43.886Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestCreateJob [2020-08-06T00:12:43.886Z] --- SKIP: TestCreateJob (0.01s) [2020-08-06T00:12:43.886Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestReplicatedJob [2020-08-06T00:12:43.886Z] --- SKIP: TestReplicatedJob (0.01s) [2020-08-06T00:12:43.886Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestUpdateReplicatedJob [2020-08-06T00:12:43.886Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2020-08-06T00:12:43.886Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestServiceListWithStatuses [2020-08-06T00:12:43.886Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-08-06T00:12:43.886Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-08-06T00:12:43.886Z] === RUN TestDockerNetworkConnectAlias [2020-08-06T00:12:43.886Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2020-08-06T00:12:43.886Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestDockerNetworkReConnect [2020-08-06T00:12:43.886Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2020-08-06T00:12:43.886Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:43.886Z] === RUN TestServicePlugin [2020-08-06T00:12:44.089Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2020-08-06T00:12:45.029Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2020-08-06T00:12:45.029Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2020-08-06T00:12:45.341Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s) [2020-08-06T00:12:45.341Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-08-06T00:12:45.632Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s) [2020-08-06T00:12:45.632Z] === RUN TestServiceWithPredefinedNetwork [2020-08-06T00:12:46.411Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2020-08-06T00:12:46.411Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2020-08-06T00:12:46.672Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2020-08-06T00:12:47.081Z] --- PASS: TestConfigInspect (3.74s) [2020-08-06T00:12:47.081Z] === RUN TestConfigList [2020-08-06T00:12:47.613Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2020-08-06T00:12:48.075Z] --- SKIP: TestServicePlugin (3.47s) [2020-08-06T00:12:48.075Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.075Z] === RUN TestServiceUpdateLabel [2020-08-06T00:12:48.075Z] --- SKIP: TestServiceUpdateLabel (0.02s) [2020-08-06T00:12:48.076Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] === RUN TestServiceUpdateSecrets [2020-08-06T00:12:48.076Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2020-08-06T00:12:48.076Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] === RUN TestServiceUpdateConfigs [2020-08-06T00:12:48.076Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2020-08-06T00:12:48.076Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] === RUN TestServiceUpdateNetwork [2020-08-06T00:12:48.076Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2020-08-06T00:12:48.076Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] === RUN TestServiceUpdatePidsLimit [2020-08-06T00:12:48.076Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2020-08-06T00:12:48.076Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] PASS [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === Skipped [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-08-06T00:12:48.076Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-08-06T00:12:48.076Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-08-06T00:12:48.076Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-08-06T00:12:48.076Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2020-08-06T00:12:48.076Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2020-08-06T00:12:48.076Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2020-08-06T00:12:48.076Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2020-08-06T00:12:48.076Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2020-08-06T00:12:48.076Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2020-08-06T00:12:48.076Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2020-08-06T00:12:48.076Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2020-08-06T00:12:48.076Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestInspect (0.02s) [2020-08-06T00:12:48.076Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2020-08-06T00:12:48.076Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2020-08-06T00:12:48.076Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2020-08-06T00:12:48.076Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-08-06T00:12:48.076Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2020-08-06T00:12:48.076Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2020-08-06T00:12:48.076Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestServicePlugin (3.47s) [2020-08-06T00:12:48.076Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.02s) [2020-08-06T00:12:48.076Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2020-08-06T00:12:48.076Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2020-08-06T00:12:48.076Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2020-08-06T00:12:48.076Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2020-08-06T00:12:48.076Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] DONE 24 tests, 23 skipped in 3.922s [2020-08-06T00:12:48.076Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-08-06T00:12:48.076Z] INFO: Testing against a local daemon [2020-08-06T00:12:48.076Z] === RUN TestSessionCreate [2020-08-06T00:12:48.076Z] --- PASS: TestSessionCreate (0.02s) [2020-08-06T00:12:48.076Z] === RUN TestSessionCreateWithBadUpgrade [2020-08-06T00:12:48.076Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-08-06T00:12:48.076Z] PASS [2020-08-06T00:12:48.076Z] [2020-08-06T00:12:48.076Z] DONE 2 tests in 0.206s [2020-08-06T00:12:48.076Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-08-06T00:12:48.076Z] INFO: Testing against a local daemon [2020-08-06T00:12:48.076Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-08-06T00:12:48.076Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-08-06T00:12:48.076Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-08-06T00:12:48.076Z] === RUN TestEventsExecDie [2020-08-06T00:12:48.335Z] --- PASS: TestEventsExecDie (0.48s) [2020-08-06T00:12:48.335Z] === RUN TestEventsBackwardsCompatible [2020-08-06T00:12:48.335Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2020-08-06T00:12:48.335Z] === RUN TestInfoBinaryCommits [2020-08-06T00:12:48.335Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-08-06T00:12:48.335Z] === RUN TestInfoAPIVersioned [2020-08-06T00:12:48.335Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-08-06T00:12:48.335Z] === RUN TestInfoDiscoveryBackend [2020-08-06T00:12:48.552Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2020-08-06T00:12:49.123Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2020-08-06T00:12:49.123Z] --- PASS: TestBuildWithHugeFile (102.37s) [2020-08-06T00:12:49.123Z] === RUN TestBuildWithEmptyDockerfile [2020-08-06T00:12:49.123Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:12:49.123Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:12:49.123Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:12:49.123Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:12:49.123Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:12:49.123Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:12:49.123Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:12:49.123Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:12:49.383Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:12:49.644Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-08-06T00:12:49.644Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) [2020-08-06T00:12:49.644Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.22s) [2020-08-06T00:12:49.644Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2020-08-06T00:12:49.644Z] === RUN TestBuildPreserveOwnership [2020-08-06T00:12:49.644Z] === RUN TestBuildPreserveOwnership/copy_from [2020-08-06T00:12:50.111Z] --- PASS: TestServiceWithPredefinedNetwork (3.55s) [2020-08-06T00:12:50.111Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-08-06T00:12:50.111Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-08-06T00:12:50.111Z] service_test.go:236: FLAKY_TEST [2020-08-06T00:12:50.111Z] === RUN TestServiceWithDataPathPortInit [2020-08-06T00:12:50.213Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2020-08-06T00:12:50.235Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2020-08-06T00:12:50.235Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-08-06T00:12:50.384Z] --- PASS: TestConfigList (3.28s) [2020-08-06T00:12:50.384Z] === RUN TestConfigsCreateAndDelete [2020-08-06T00:12:50.784Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2020-08-06T00:12:52.697Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-08-06T00:12:53.519Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s) [2020-08-06T00:12:53.519Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-08-06T00:12:53.519Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-08-06T00:12:53.519Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:53.519Z] === RUN TestInfoAPI [2020-08-06T00:12:53.519Z] --- PASS: TestInfoAPI (0.04s) [2020-08-06T00:12:53.519Z] === RUN TestInfoAPIWarnings [2020-08-06T00:12:53.693Z] --- PASS: TestConfigsCreateAndDelete (3.21s) [2020-08-06T00:12:53.693Z] === RUN TestConfigsUpdate [2020-08-06T00:12:54.079Z] --- PASS: TestBuildPreserveOwnership (4.44s) [2020-08-06T00:12:54.079Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.98s) [2020-08-06T00:12:54.079Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.45s) [2020-08-06T00:12:54.079Z] === RUN TestBuildPlatformInvalid [2020-08-06T00:12:54.079Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2020-08-06T00:12:54.079Z] PASS [2020-08-06T00:12:54.079Z] [2020-08-06T00:12:54.079Z] === Skipped [2020-08-06T00:12:54.079Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2020-08-06T00:12:54.079Z] build_session_test.go:25: TODO: BuildKit [2020-08-06T00:12:54.079Z] [2020-08-06T00:12:54.079Z] [2020-08-06T00:12:54.079Z] DONE 32 tests, 1 skipped in 187.372s [2020-08-06T00:12:54.338Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2020-08-06T00:12:54.338Z] ++ 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-08-06T00:12:54.338Z] ++ set -e [2020-08-06T00:12:54.338Z] ++ '[' -n 0 ']' [2020-08-06T00:12:54.338Z] ++ set -x [2020-08-06T00:12:54.338Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:12:54.338Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2020-08-06T00:12:54.598Z] INFO: Testing against a local daemon [2020-08-06T00:12:54.598Z] === RUN TestConfigInspect [2020-08-06T00:12:54.906Z] --- PASS: TestInfoAPIWarnings (1.53s) [2020-08-06T00:12:54.906Z] === RUN TestInfoDebug [2020-08-06T00:12:56.241Z] --- PASS: TestConfigsUpdate (3.16s) [2020-08-06T00:12:56.241Z] === RUN TestTemplatedConfig [2020-08-06T00:12:56.808Z] --- PASS: TestInfoDebug (1.52s) [2020-08-06T00:12:56.808Z] === RUN TestInfoInsecureRegistries [2020-08-06T00:12:57.907Z] --- PASS: TestConfigInspect (3.09s) [2020-08-06T00:12:57.907Z] === RUN TestConfigList [2020-08-06T00:12:57.907Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2020-08-06T00:12:58.130Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2020-08-06T00:12:58.183Z] --- PASS: TestInfoInsecureRegistries (1.53s) [2020-08-06T00:12:58.183Z] === RUN TestInfoRegistryMirrors [2020-08-06T00:12:58.476Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2020-08-06T00:12:59.045Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2020-08-06T00:12:59.558Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2020-08-06T00:12:59.558Z] === RUN TestLoginFailsWithBadCredentials [2020-08-06T00:12:59.615Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2020-08-06T00:12:59.816Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2020-08-06T00:12:59.816Z] === RUN TestPingCacheHeaders [2020-08-06T00:12:59.816Z] --- PASS: TestPingCacheHeaders (0.04s) [2020-08-06T00:12:59.816Z] === RUN TestPingGet [2020-08-06T00:12:59.816Z] --- PASS: TestPingGet (0.02s) [2020-08-06T00:12:59.816Z] === RUN TestPingHead [2020-08-06T00:12:59.816Z] --- PASS: TestPingHead (0.02s) [2020-08-06T00:12:59.816Z] === RUN TestVersion [2020-08-06T00:12:59.816Z] --- PASS: TestVersion (0.02s) [2020-08-06T00:12:59.816Z] PASS [2020-08-06T00:12:59.816Z] [2020-08-06T00:12:59.816Z] === Skipped [2020-08-06T00:12:59.816Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-08-06T00:12:59.816Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-08-06T00:12:59.816Z] [2020-08-06T00:12:59.816Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2020-08-06T00:12:59.816Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2020-08-06T00:12:59.816Z] [2020-08-06T00:12:59.816Z] [2020-08-06T00:12:59.816Z] DONE 18 tests, 2 skipped in 12.172s [2020-08-06T00:12:59.816Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-08-06T00:13:00.076Z] INFO: Testing against a local daemon [2020-08-06T00:13:00.076Z] === RUN TestVolumesCreateAndList [2020-08-06T00:13:00.076Z] --- PASS: TestVolumesCreateAndList (0.02s) [2020-08-06T00:13:00.076Z] === RUN TestVolumesRemove [2020-08-06T00:13:00.076Z] --- PASS: TestVolumesRemove (0.06s) [2020-08-06T00:13:00.076Z] === RUN TestVolumesInspect [2020-08-06T00:13:00.076Z] --- PASS: TestVolumesInspect (0.02s) [2020-08-06T00:13:00.076Z] === RUN TestVolumesInvalidJSON [2020-08-06T00:13:00.076Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-08-06T00:13:00.076Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-08-06T00:13:00.076Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-08-06T00:13:00.076Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-08-06T00:13:00.076Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-08-06T00:13:00.076Z] PASS [2020-08-06T00:13:00.076Z] [2020-08-06T00:13:00.076Z] DONE 5 tests in 0.251s [2020-08-06T00:13:00.076Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-08-06T00:13:00.076Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11948 is not a child of this shell [2020-08-06T00:13:00.076Z] warning: PID 11948 from bundles/test-integration/docker.pid had a nonzero exit code [2020-08-06T00:13:00.184Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2020-08-06T00:13:00.334Z] Leaving: AppArmorNo profiles have been unloaded. [2020-08-06T00:13:00.334Z] [2020-08-06T00:13:00.334Z] Unloading profiles will leave already running processes permanently [2020-08-06T00:13:00.334Z] unconfined, which can lead to unexpected situations. [2020-08-06T00:13:00.334Z] [2020-08-06T00:13:00.334Z] To set a process to complain mode, use the command line tool [2020-08-06T00:13:00.334Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-08-06T00:13:00.334Z] Removing test suite binaries [2020-08-06T00:13:00.334Z] exiting test-integration [2020-08-06T00:13:00.334Z] ++ exit 0 [2020-08-06T00:13:00.444Z] --- PASS: TestConfigList (3.00s) [2020-08-06T00:13:00.444Z] === RUN TestConfigsCreateAndDelete [2020-08-06T00:13:00.454Z] --- PASS: TestTemplatedConfig (3.46s) [2020-08-06T00:13:00.454Z] === RUN TestConfigCreateResolve [2020-08-06T00:13:01.269Z] Post stage [Pipeline] junit [2020-08-06T00:13:02.667Z] Recording test results [2020-08-06T00:13:02.984Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2020-08-06T00:13:03.001Z] --- PASS: TestConfigCreateResolve (3.22s) [2020-08-06T00:13:03.001Z] === RUN TestConfigDaemonLibtrustID [2020-08-06T00:13:03.245Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2020-08-06T00:13:03.505Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2020-08-06T00:13:03.574Z] --- PASS: TestConfigDaemonLibtrustID (0.68s) [2020-08-06T00:13:03.574Z] PASS [2020-08-06T00:13:03.574Z] [2020-08-06T00:13:03.574Z] DONE 7 tests in 20.935s [2020-08-06T00:13:03.574Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2020-08-06T00:13:03.574Z] ++ 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-08-06T00:13:03.574Z] ++ set -e [2020-08-06T00:13:03.574Z] ++ '[' -n 0 ']' [2020-08-06T00:13:03.574Z] ++ set -x [2020-08-06T00:13:03.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:13:03.765Z] --- PASS: TestConfigsCreateAndDelete (3.19s) [2020-08-06T00:13:03.765Z] === RUN TestConfigsUpdate [2020-08-06T00:13:03.835Z] INFO: Testing against a local daemon [2020-08-06T00:13:03.835Z] === RUN TestCheckpoint [2020-08-06T00:13:03.835Z] --- SKIP: TestCheckpoint (0.00s) [2020-08-06T00:13:03.835Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-08-06T00:13:03.835Z] === RUN TestContainerInvalidJSON [2020-08-06T00:13:03.835Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:13:03.835Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:13:03.835Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:13:03.835Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:13:03.835Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:13:03.835Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:13:03.835Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:13:03.835Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:13:03.835Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:13:03.835Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-08-06T00:13:03.835Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-08-06T00:13:03.835Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-08-06T00:13:03.835Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-08-06T00:13:03.835Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-08-06T00:13:03.835Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2020-08-06T00:13:03.835Z] === RUN TestCopyFromContainerPathIsNotDir [2020-08-06T00:13:04.095Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s) [2020-08-06T00:13:04.095Z] === RUN TestCopyToContainerPathDoesNotExist [2020-08-06T00:13:04.095Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2020-08-06T00:13:04.095Z] === RUN TestCopyToContainerPathIsNotDir [2020-08-06T00:13:04.357Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2020-08-06T00:13:04.357Z] === RUN TestCopyFromContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-08-06T00:13:05.049Z] + echo Ensuring container killed. [2020-08-06T00:13:05.049Z] Ensuring container killed. [2020-08-06T00:13:05.049Z] + docker rm -vf docker-pr1 [2020-08-06T00:13:05.049Z] Error: No such container: docker-pr1 [2020-08-06T00:13:05.049Z] + true [Pipeline] sh [2020-08-06T00:13:05.146Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2020-08-06T00:13:05.146Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2020-08-06T00:13:05.345Z] + echo Chowning /workspace to jenkins user [2020-08-06T00:13:05.345Z] Chowning /workspace to jenkins user [2020-08-06T00:13:05.345Z] + id -u [2020-08-06T00:13:05.345Z] + id -g [2020-08-06T00:13:05.345Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41316:/workspace busybox chown -R 1000:1000 /workspace [2020-08-06T00:13:05.345Z] Unable to find image 'busybox:latest' locally [2020-08-06T00:13:05.345Z] latest: Pulling from library/busybox [2020-08-06T00:13:05.345Z] 61c5ed1cbdf8: Pulling fs layer [2020-08-06T00:13:05.716Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2020-08-06T00:13:06.275Z] === RUN TestCopyFromContainer// [2020-08-06T00:13:06.537Z] === RUN TestCopyFromContainer//bar/root [2020-08-06T00:13:06.537Z] === RUN TestCopyFromContainer//bar/root/ [2020-08-06T00:13:06.537Z] === RUN TestCopyFromContainer/bar/quux [2020-08-06T00:13:06.657Z] --- PASS: TestConfigsUpdate (2.90s) [2020-08-06T00:13:06.657Z] === RUN TestTemplatedConfig [2020-08-06T00:13:06.800Z] === RUN TestCopyFromContainer/bar/quux/ [2020-08-06T00:13:06.800Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-08-06T00:13:07.062Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-08-06T00:13:07.062Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-08-06T00:13:07.323Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-08-06T00:13:07.323Z] === RUN TestCopyFromContainer/bar/notarget [2020-08-06T00:13:07.585Z] --- PASS: TestCopyFromContainer (3.18s) [2020-08-06T00:13:07.585Z] --- PASS: TestCopyFromContainer// (0.17s) [2020-08-06T00:13:07.585Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2020-08-06T00:13:07.585Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2020-08-06T00:13:07.585Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2020-08-06T00:13:07.585Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2020-08-06T00:13:07.585Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2020-08-06T00:13:07.585Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s) [2020-08-06T00:13:07.585Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2020-08-06T00:13:07.585Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-08-06T00:13:07.585Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2020-08-06T00:13:07.585Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-08-06T00:13:07.585Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:13:07.585Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:13:07.585Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:13:07.585Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:13:07.585Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:13:07.585Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:13:07.585Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:13:07.585Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:13:07.585Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:13:07.585Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-08-06T00:13:07.585Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2020-08-06T00:13:07.585Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-08-06T00:13:07.585Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-08-06T00:13:07.585Z] === RUN TestCreateLinkToNonExistingContainer [2020-08-06T00:13:07.585Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2020-08-06T00:13:07.585Z] === RUN TestCreateWithInvalidEnv [2020-08-06T00:13:07.585Z] === RUN TestCreateWithInvalidEnv/0 [2020-08-06T00:13:07.585Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-08-06T00:13:07.585Z] === RUN TestCreateWithInvalidEnv/1 [2020-08-06T00:13:07.585Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-08-06T00:13:07.585Z] === RUN TestCreateWithInvalidEnv/2 [2020-08-06T00:13:07.585Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-08-06T00:13:07.585Z] === CONT TestCreateWithInvalidEnv/0 [2020-08-06T00:13:07.585Z] === CONT TestCreateWithInvalidEnv/1 [2020-08-06T00:13:07.585Z] === CONT TestCreateWithInvalidEnv/2 [2020-08-06T00:13:07.585Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-08-06T00:13:07.585Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-08-06T00:13:07.585Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-08-06T00:13:07.585Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-08-06T00:13:07.585Z] === RUN TestCreateTmpfsMountsTarget [2020-08-06T00:13:07.585Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2020-08-06T00:13:07.585Z] === RUN TestCreateWithCustomMaskedPaths [2020-08-06T00:13:08.039Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2020-08-06T00:13:08.039Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2020-08-06T00:13:10.156Z] --- PASS: TestCreateWithCustomMaskedPaths (2.15s) [2020-08-06T00:13:10.157Z] === RUN TestCreateWithCustomReadonlyPaths [2020-08-06T00:13:10.580Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2020-08-06T00:13:10.580Z] --- PASS: TestTemplatedConfig (3.59s) [2020-08-06T00:13:10.580Z] === RUN TestConfigCreateResolve [2020-08-06T00:13:10.580Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2020-08-06T00:13:10.580Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2020-08-06T00:13:10.610Z] 61c5ed1cbdf8: Verifying Checksum [2020-08-06T00:13:10.610Z] 61c5ed1cbdf8: Download complete [2020-08-06T00:13:10.610Z] 61c5ed1cbdf8: Pull complete [2020-08-06T00:13:10.610Z] Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977 [2020-08-06T00:13:10.610Z] Status: Downloaded newer image for busybox:latest [2020-08-06T00:13:11.149Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2020-08-06T00:13:12.081Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.23s) [2020-08-06T00:13:12.081Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-08-06T00:13:12.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:13:12.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:13:12.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:13:12.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:13:12.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:13:12.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:13:12.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:13:12.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:13:12.081Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:13:12.081Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:13:12.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:13:12.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:13:12.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:13:12.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:13:12.081Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:13:12.081Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2020-08-06T00:13:12.081Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2020-08-06T00:13:12.081Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2020-08-06T00:13:12.081Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2020-08-06T00:13:12.081Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2020-08-06T00:13:12.081Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) [2020-08-06T00:13:12.081Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [Pipeline] catchError [Pipeline] { [2020-08-06T00:13:12.535Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [Pipeline] sh [2020-08-06T00:13:12.561Z] --- PASS: TestServiceWithDataPathPortInit (20.25s) [2020-08-06T00:13:12.561Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-08-06T00:13:12.816Z] + bundleName=amd64-rootless [2020-08-06T00:13:12.816Z] + echo Creating amd64-rootless-bundles.tar.gz [2020-08-06T00:13:12.816Z] Creating amd64-rootless-bundles.tar.gz [2020-08-06T00:13:12.816Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2020-08-06T00:13:12.816Z] + 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-08-06T00:13:12.828Z] Archiving artifacts [2020-08-06T00:13:12.995Z] tests/integration/api_volume_test.py ......... [ 74%] [2020-08-06T00:13:13.026Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.71s) [2020-08-06T00:13:13.026Z] === RUN TestCreateDifferentPlatform [2020-08-06T00:13:13.026Z] === RUN TestCreateDifferentPlatform/different_os [2020-08-06T00:13:13.026Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-08-06T00:13:13.026Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2020-08-06T00:13:13.026Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-08-06T00:13:13.026Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-08-06T00:13:13.026Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-08-06T00:13:13.026Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2020-08-06T00:13:13.026Z] === RUN TestContainerStartOnDaemonRestart [2020-08-06T00:13:13.026Z] === PAUSE TestContainerStartOnDaemonRestart [2020-08-06T00:13:13.026Z] === RUN TestDaemonRestartIpcMode [2020-08-06T00:13:13.026Z] === PAUSE TestDaemonRestartIpcMode [2020-08-06T00:13:13.026Z] === RUN TestDaemonHostGatewayIP [2020-08-06T00:13:13.026Z] === PAUSE TestDaemonHostGatewayIP [2020-08-06T00:13:13.026Z] === RUN TestContainerKillOnDaemonStart [2020-08-06T00:13:13.026Z] === PAUSE TestContainerKillOnDaemonStart [2020-08-06T00:13:13.026Z] === RUN TestDiff [2020-08-06T00:13:13.476Z] --- PASS: TestConfigCreateResolve (3.01s) [2020-08-06T00:13:13.476Z] === RUN TestConfigDaemonLibtrustID [2020-08-06T00:13:13.600Z] --- PASS: TestDiff (0.72s) [2020-08-06T00:13:13.600Z] === RUN TestExecWithCloseStdin [2020-08-06T00:13:13.736Z] --- PASS: TestConfigDaemonLibtrustID (0.57s) [2020-08-06T00:13:13.736Z] PASS [2020-08-06T00:13:13.736Z] [2020-08-06T00:13:13.736Z] DONE 7 tests in 19.578s [2020-08-06T00:13:13.736Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2020-08-06T00:13:13.736Z] ++ 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-08-06T00:13:13.736Z] ++ set -e [2020-08-06T00:13:13.736Z] ++ '[' -n 0 ']' [2020-08-06T00:13:13.736Z] ++ set -x [2020-08-06T00:13:13.736Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:13:13.996Z] INFO: Testing against a local daemon [2020-08-06T00:13:13.996Z] === RUN TestCheckpoint [2020-08-06T00:13:13.996Z] --- SKIP: TestCheckpoint (0.00s) [2020-08-06T00:13:13.996Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-08-06T00:13:13.996Z] === RUN TestContainerInvalidJSON [2020-08-06T00:13:13.996Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:13:13.996Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:13:13.996Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:13:13.996Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:13:13.996Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:13:13.996Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:13:13.996Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:13:13.997Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:13:13.997Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:13:13.997Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-08-06T00:13:13.997Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2020-08-06T00:13:13.997Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-08-06T00:13:13.997Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2020-08-06T00:13:13.997Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-08-06T00:13:14.257Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s) [2020-08-06T00:13:14.257Z] === RUN TestCopyFromContainerPathIsNotDir [2020-08-06T00:13:14.257Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2020-08-06T00:13:14.257Z] === RUN TestCopyToContainerPathDoesNotExist [2020-08-06T00:13:14.257Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2020-08-06T00:13:14.257Z] === RUN TestCopyToContainerPathIsNotDir [2020-08-06T00:13:14.424Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41316/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-08-06T00:13:14.519Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2020-08-06T00:13:14.519Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2020-08-06T00:13:14.519Z] === RUN TestCopyFromContainer [2020-08-06T00:13:14.547Z] --- PASS: TestExecWithCloseStdin (0.89s) [2020-08-06T00:13:14.547Z] === RUN TestExec [2020-08-06T00:13:14.734Z] + make clean [2020-08-06T00:13:14.889Z] tests/integration/client_test.py ..... [ 75%] [2020-08-06T00:13:14.889Z] tests/integration/context_api_test.py ... [ 76%] [2020-08-06T00:13:14.993Z] docker volume rm -f docker-dev-cache [2020-08-06T00:13:14.993Z] docker-dev-cache [Pipeline] deleteDir [2020-08-06T00:13:15.146Z] tests/integration/errors_test.py . [ 76%] [2020-08-06T00:13:15.492Z] --- PASS: TestExec (0.87s) [2020-08-06T00:13:15.492Z] === RUN TestExecUser [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-06T00:13:15.905Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2020-08-06T00:13:16.168Z] === RUN TestCopyFromContainer// [2020-08-06T00:13:16.428Z] === RUN TestCopyFromContainer//bar/root [2020-08-06T00:13:16.428Z] === RUN TestCopyFromContainer//bar/root/ [2020-08-06T00:13:16.428Z] === RUN TestCopyFromContainer/bar/quux [2020-08-06T00:13:16.439Z] --- PASS: TestExecUser (0.88s) [2020-08-06T00:13:16.439Z] === RUN TestExportContainerAndImportImage [2020-08-06T00:13:16.689Z] === RUN TestCopyFromContainer/bar/quux/ [2020-08-06T00:13:16.950Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-08-06T00:13:16.950Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-08-06T00:13:17.210Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-08-06T00:13:17.210Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-08-06T00:13:17.386Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2020-08-06T00:13:17.386Z] === RUN TestExportContainerAfterDaemonRestart [2020-08-06T00:13:17.471Z] === RUN TestCopyFromContainer/bar/notarget [2020-08-06T00:13:17.732Z] --- PASS: TestCopyFromContainer (3.16s) [2020-08-06T00:13:17.732Z] --- PASS: TestCopyFromContainer// (0.13s) [2020-08-06T00:13:17.732Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2020-08-06T00:13:17.732Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) [2020-08-06T00:13:17.732Z] --- PASS: TestCopyFromContainer/bar/quux (0.17s) [2020-08-06T00:13:17.732Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.14s) [2020-08-06T00:13:17.732Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2020-08-06T00:13:17.732Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s) [2020-08-06T00:13:17.732Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s) [2020-08-06T00:13:17.732Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2020-08-06T00:13:17.732Z] --- PASS: TestCopyFromContainer/bar/notarget (0.15s) [2020-08-06T00:13:17.732Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-08-06T00:13:17.732Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:13:17.732Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:13:17.732Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:13:17.732Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:13:17.732Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:13:17.732Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:13:17.732Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:13:17.732Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:13:17.732Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:13:17.732Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-08-06T00:13:17.732Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-08-06T00:13:17.732Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-08-06T00:13:17.732Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-08-06T00:13:17.732Z] === RUN TestCreateLinkToNonExistingContainer [2020-08-06T00:13:17.732Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2020-08-06T00:13:17.732Z] === RUN TestCreateWithInvalidEnv [2020-08-06T00:13:17.732Z] === RUN TestCreateWithInvalidEnv/0 [2020-08-06T00:13:17.732Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-08-06T00:13:17.732Z] === RUN TestCreateWithInvalidEnv/1 [2020-08-06T00:13:17.732Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-08-06T00:13:17.732Z] === RUN TestCreateWithInvalidEnv/2 [2020-08-06T00:13:17.732Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-08-06T00:13:17.732Z] === CONT TestCreateWithInvalidEnv/0 [2020-08-06T00:13:17.732Z] === CONT TestCreateWithInvalidEnv/2 [2020-08-06T00:13:17.732Z] === CONT TestCreateWithInvalidEnv/1 [2020-08-06T00:13:17.732Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2020-08-06T00:13:17.732Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-08-06T00:13:17.732Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-08-06T00:13:17.732Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2020-08-06T00:13:17.732Z] === RUN TestCreateTmpfsMountsTarget [2020-08-06T00:13:17.732Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-08-06T00:13:17.732Z] === RUN TestCreateWithCustomMaskedPaths [2020-08-06T00:13:17.732Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2020-08-06T00:13:18.302Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2020-08-06T00:13:19.303Z] --- PASS: TestExportContainerAfterDaemonRestart (2.01s) [2020-08-06T00:13:19.303Z] === RUN TestHealthCheckWorkdir [2020-08-06T00:13:20.211Z] --- PASS: TestCreateWithCustomMaskedPaths (2.15s) [2020-08-06T00:13:20.211Z] === RUN TestCreateWithCustomReadonlyPaths [2020-08-06T00:13:20.249Z] --- PASS: TestHealthCheckWorkdir (0.99s) [2020-08-06T00:13:20.249Z] === RUN TestHealthKillContainer [2020-08-06T00:13:21.036Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.68s) [2020-08-06T00:13:21.036Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:7ncaupq40vo78rs36wzriqxgp Created:2020-08-06 00:13:10.992058834 +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[cb685e84d63bae5043107ee08a2d4af5399a4b06677eba6eae69c01eb4d89df5:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yzpzrt9hyiv2bg0b58ph0rllw EndpointID:5bfbd3880fcce744d6dde80284db7f6ef3e1d429bc2288a47e1109fd0947a5b3 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:004a11833da44249bdc6123c6f3c2109429c68b8f4f6ddb01f7129b707e01f84 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:c602ff97d5bc IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yzpzrt9hyiv2bg0b58ph0rllw EndpointID:5bfbd3880fcce744d6dde80284db7f6ef3e1d429bc2288a47e1109fd0947a5b3 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-08-06T00:13:21.036Z] PASS [2020-08-06T00:13:21.036Z] [2020-08-06T00:13:21.036Z] === Skipped [2020-08-06T00:13:21.036Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-08-06T00:13:21.036Z] service_test.go:236: FLAKY_TEST [2020-08-06T00:13:21.036Z] [2020-08-06T00:13:21.036Z] [2020-08-06T00:13:21.036Z] DONE 23 tests, 1 skipped in 56.493s [2020-08-06T00:13:21.036Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-08-06T00:13:21.036Z] ++ 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-08-06T00:13:21.036Z] ++ set -e [2020-08-06T00:13:21.036Z] ++ '[' -n 0 ']' [2020-08-06T00:13:21.036Z] ++ set -x [2020-08-06T00:13:21.036Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:13:21.036Z] INFO: Testing against a local daemon [2020-08-06T00:13:21.036Z] === RUN TestDockerNetworkIpvlanPersistance [2020-08-06T00:13:21.036Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-08-06T00:13:21.036Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:13:21.036Z] === RUN TestDockerNetworkIpvlan [2020-08-06T00:13:21.036Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-08-06T00:13:21.036Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:13:21.036Z] PASS [2020-08-06T00:13:21.036Z] [2020-08-06T00:13:21.036Z] === Skipped [2020-08-06T00:13:21.036Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-08-06T00:13:21.036Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:13:21.036Z] [2020-08-06T00:13:21.036Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-08-06T00:13:21.036Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:13:21.036Z] [2020-08-06T00:13:21.036Z] [2020-08-06T00:13:21.036Z] DONE 2 tests, 2 skipped in 0.077s [2020-08-06T00:13:21.036Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-08-06T00:13:21.036Z] ++ 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-08-06T00:13:21.036Z] ++ set -e [2020-08-06T00:13:21.036Z] ++ '[' -n 0 ']' [2020-08-06T00:13:21.036Z] ++ set -x [2020-08-06T00:13:21.036Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:13:21.036Z] INFO: Testing against a local daemon [2020-08-06T00:13:21.036Z] === RUN TestDockerNetworkMacvlanPersistance [2020-08-06T00:13:21.151Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2020-08-06T00:13:21.720Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2020-08-06T00:13:21.980Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.09s) [2020-08-06T00:13:21.980Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-08-06T00:13:21.980Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:13:21.980Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:13:21.980Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:13:21.980Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:13:21.980Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:13:21.980Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:13:21.980Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:13:21.980Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:13:21.980Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:13:21.980Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:13:21.980Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:13:21.980Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:13:21.980Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:13:21.980Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:13:21.980Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:13:21.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2020-08-06T00:13:21.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-08-06T00:13:21.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.07s) [2020-08-06T00:13:21.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2020-08-06T00:13:21.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2020-08-06T00:13:21.980Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2020-08-06T00:13:22.068Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.50s) [2020-08-06T00:13:22.068Z] === RUN TestDockerNetworkMacvlan [2020-08-06T00:13:22.240Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-08-06T00:13:22.240Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2020-08-06T00:13:22.500Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2020-08-06T00:13:22.699Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-08-06T00:13:22.759Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.67s) [2020-08-06T00:13:22.759Z] === RUN TestCreateDifferentPlatform [2020-08-06T00:13:22.759Z] === RUN TestCreateDifferentPlatform/different_os [2020-08-06T00:13:22.759Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-08-06T00:13:22.759Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-08-06T00:13:22.759Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-08-06T00:13:22.759Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-08-06T00:13:22.759Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-08-06T00:13:22.759Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2020-08-06T00:13:22.759Z] === RUN TestContainerStartOnDaemonRestart [2020-08-06T00:13:22.759Z] === PAUSE TestContainerStartOnDaemonRestart [2020-08-06T00:13:22.759Z] === RUN TestDaemonRestartIpcMode [2020-08-06T00:13:22.759Z] === PAUSE TestDaemonRestartIpcMode [2020-08-06T00:13:22.759Z] === RUN TestDaemonHostGatewayIP [2020-08-06T00:13:22.759Z] === PAUSE TestDaemonHostGatewayIP [2020-08-06T00:13:22.759Z] === RUN TestContainerKillOnDaemonStart [2020-08-06T00:13:22.759Z] === PAUSE TestContainerKillOnDaemonStart [2020-08-06T00:13:22.759Z] === RUN TestDiff [2020-08-06T00:13:23.555Z] --- PASS: TestHealthKillContainer (2.81s) [2020-08-06T00:13:23.555Z] === RUN TestInspectCpusetInConfigPre120 [2020-08-06T00:13:23.699Z] --- PASS: TestDiff (0.63s) [2020-08-06T00:13:23.699Z] === RUN TestExecWithCloseStdin [2020-08-06T00:13:23.731Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-08-06T00:13:23.815Z] --- PASS: TestInspectCpusetInConfigPre120 (0.74s) [2020-08-06T00:13:23.815Z] === RUN TestIpcModeNone [2020-08-06T00:13:24.269Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2020-08-06T00:13:24.269Z] --- PASS: TestExecWithCloseStdin (0.77s) [2020-08-06T00:13:24.269Z] === RUN TestExec [2020-08-06T00:13:24.759Z] --- PASS: TestIpcModeNone (0.84s) [2020-08-06T00:13:24.759Z] === RUN TestIpcModePrivate [2020-08-06T00:13:24.762Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-08-06T00:13:25.207Z] --- PASS: TestExec (0.72s) [2020-08-06T00:13:25.207Z] === RUN TestExecUser [2020-08-06T00:13:25.467Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2020-08-06T00:13:25.702Z] --- PASS: TestIpcModePrivate (0.83s) [2020-08-06T00:13:25.702Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false [2020-08-06T00:13:25.702Z] === RUN TestIpcModeShareable [2020-08-06T00:13:25.730Z] --- PASS: TestExecUser (0.84s) [2020-08-06T00:13:25.730Z] === RUN TestExportContainerAndImportImage [2020-08-06T00:13:26.646Z] --- PASS: TestIpcModeShareable (0.86s) [2020-08-06T00:13:26.646Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true [2020-08-06T00:13:26.646Z] === RUN TestAPIIpcModeShareableAndContainer [2020-08-06T00:13:26.668Z] --- PASS: TestExportContainerAndImportImage (0.96s) [2020-08-06T00:13:26.668Z] === RUN TestExportContainerAfterDaemonRestart [2020-08-06T00:13:27.608Z] === RUN TestDockerSuite/TestBuildAddNonTar [2020-08-06T00:13:28.179Z] --- PASS: TestExportContainerAfterDaemonRestart (1.47s) [2020-08-06T00:13:28.179Z] === RUN TestHealthCheckWorkdir [2020-08-06T00:13:28.748Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2020-08-06T00:13:29.195Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.52s) [2020-08-06T00:13:29.195Z] === RUN TestAPIIpcModeHost [2020-08-06T00:13:29.217Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-08-06T00:13:29.319Z] --- PASS: TestHealthCheckWorkdir (0.92s) [2020-08-06T00:13:29.319Z] === RUN TestHealthKillContainer [2020-08-06T00:13:29.319Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2020-08-06T00:13:29.457Z] --- PASS: TestAPIIpcModeHost (0.62s) [2020-08-06T00:13:29.457Z] === RUN TestDaemonIpcModeShareable [2020-08-06T00:13:29.580Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2020-08-06T00:13:31.375Z] --- PASS: TestDaemonIpcModeShareable (1.82s) [2020-08-06T00:13:31.375Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-08-06T00:13:31.375Z] === RUN TestDaemonIpcModePrivate [2020-08-06T00:13:32.157Z] --- PASS: TestHealthKillContainer (2.86s) [2020-08-06T00:13:32.157Z] === RUN TestInspectCpusetInConfigPre120 [2020-08-06T00:13:32.157Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2020-08-06T00:13:32.417Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2020-08-06T00:13:32.677Z] --- PASS: TestInspectCpusetInConfigPre120 (0.73s) [2020-08-06T00:13:32.677Z] === RUN TestIpcModeNone [2020-08-06T00:13:32.677Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2020-08-06T00:13:32.726Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-08-06T00:13:33.249Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2020-08-06T00:13:33.291Z] --- PASS: TestDaemonIpcModePrivate (1.78s) [2020-08-06T00:13:33.291Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-08-06T00:13:33.291Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-08-06T00:13:33.508Z] --- PASS: TestIpcModeNone (0.69s) [2020-08-06T00:13:33.508Z] === RUN TestIpcModePrivate [2020-08-06T00:13:33.769Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2020-08-06T00:13:34.028Z] --- PASS: TestIpcModePrivate (0.50s) [2020-08-06T00:13:34.028Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false [2020-08-06T00:13:34.028Z] === RUN TestIpcModeShareable [2020-08-06T00:13:34.600Z] --- PASS: TestIpcModeShareable (0.54s) [2020-08-06T00:13:34.600Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2020-08-06T00:13:34.600Z] === RUN TestAPIIpcModeShareableAndContainer [2020-08-06T00:13:35.173Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2020-08-06T00:13:35.208Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.80s) [2020-08-06T00:13:35.208Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false [2020-08-06T00:13:35.208Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-08-06T00:13:35.433Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2020-08-06T00:13:36.816Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2020-08-06T00:13:36.816Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.26s) [2020-08-06T00:13:36.816Z] === RUN TestAPIIpcModeHost [2020-08-06T00:13:37.075Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2020-08-06T00:13:37.125Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2020-08-06T00:13:37.125Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true [2020-08-06T00:13:37.125Z] === RUN TestIpcModeOlderClient [2020-08-06T00:13:37.125Z] === PAUSE TestIpcModeOlderClient [2020-08-06T00:13:37.125Z] === RUN TestKillContainerInvalidSignal [2020-08-06T00:13:37.335Z] --- PASS: TestAPIIpcModeHost (0.68s) [2020-08-06T00:13:37.335Z] === RUN TestDaemonIpcModeShareable [2020-08-06T00:13:37.697Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2020-08-06T00:13:37.697Z] === RUN TestKillContainer [2020-08-06T00:13:37.697Z] === RUN TestKillContainer/no_signal [2020-08-06T00:13:37.906Z] === RUN TestDockerSuite/TestBuildAddScript [2020-08-06T00:13:38.274Z] === RUN TestKillContainer/non_killing_signal [2020-08-06T00:13:38.847Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2020-08-06T00:13:38.848Z] === RUN TestKillContainer/killing_signal [2020-08-06T00:13:39.106Z] --- PASS: TestDaemonIpcModeShareable (1.79s) [2020-08-06T00:13:39.106Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2020-08-06T00:13:39.106Z] === RUN TestDaemonIpcModePrivate [2020-08-06T00:13:39.612Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-08-06T00:13:39.792Z] --- PASS: TestKillContainer (2.22s) [2020-08-06T00:13:39.792Z] --- PASS: TestKillContainer/no_signal (0.71s) [2020-08-06T00:13:39.792Z] --- PASS: TestKillContainer/non_killing_signal (0.52s) [2020-08-06T00:13:39.792Z] --- PASS: TestKillContainer/killing_signal (0.70s) [2020-08-06T00:13:39.792Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-08-06T00:13:39.792Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-08-06T00:13:40.492Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2020-08-06T00:13:40.736Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-08-06T00:13:41.060Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2020-08-06T00:13:41.060Z] --- PASS: TestDaemonIpcModePrivate (1.77s) [2020-08-06T00:13:41.060Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2020-08-06T00:13:41.060Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-08-06T00:13:41.166Z] --- PASS: TestDockerNetworkMacvlan (19.31s) [2020-08-06T00:13:41.166Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2020-08-06T00:13:41.166Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2020-08-06T00:13:41.166Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.46s) [2020-08-06T00:13:41.166Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.49s) [2020-08-06T00:13:41.166Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.38s) [2020-08-06T00:13:41.166Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.42s) [2020-08-06T00:13:41.166Z] PASS [2020-08-06T00:13:41.166Z] [2020-08-06T00:13:41.166Z] DONE 8 tests in 20.888s [2020-08-06T00:13:41.166Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2020-08-06T00:13:41.166Z] ++ 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-08-06T00:13:41.166Z] ++ set -e [2020-08-06T00:13:41.166Z] ++ '[' -n 0 ']' [2020-08-06T00:13:41.166Z] ++ set -x [2020-08-06T00:13:41.166Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:13:41.166Z] testing: warning: no tests to run [2020-08-06T00:13:41.166Z] PASS [2020-08-06T00:13:41.166Z] [2020-08-06T00:13:41.166Z] DONE 0 tests in 0.016s [2020-08-06T00:13:41.166Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-08-06T00:13:41.166Z] ++ 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-08-06T00:13:41.166Z] ++ set -e [2020-08-06T00:13:41.166Z] ++ '[' -n 0 ']' [2020-08-06T00:13:41.166Z] ++ set -x [2020-08-06T00:13:41.166Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:13:41.309Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.50s) [2020-08-06T00:13:41.309Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s) [2020-08-06T00:13:41.309Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2020-08-06T00:13:41.309Z] === RUN TestKillStoppedContainer [2020-08-06T00:13:41.309Z] --- PASS: TestKillStoppedContainer (0.10s) [2020-08-06T00:13:41.309Z] === RUN TestKillStoppedContainerAPIPre120 [2020-08-06T00:13:41.456Z] INFO: Testing against a local daemon [2020-08-06T00:13:41.456Z] === RUN TestAuthZPluginAllowRequest [2020-08-06T00:13:41.571Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2020-08-06T00:13:41.571Z] === RUN TestKillDifferentUserContainer [2020-08-06T00:13:42.143Z] --- PASS: TestKillDifferentUserContainer (0.76s) [2020-08-06T00:13:42.143Z] === RUN TestInspectOomKilledTrue [2020-08-06T00:13:42.143Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-08-06T00:13:42.143Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:13:42.143Z] === RUN TestInspectOomKilledFalse [2020-08-06T00:13:42.143Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-08-06T00:13:42.143Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:13:42.143Z] === RUN TestLinksEtcHostsContentMatch [2020-08-06T00:13:42.441Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2020-08-06T00:13:42.469Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2020-08-06T00:13:42.469Z] [2020-08-06T00:13:42.469Z] ---> Making bundle: test-integration (in bundles/test-integration) [2020-08-06T00:13:42.469Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2020-08-06T00:13:42.469Z] HOSTNAME=4c5bf9b3d318 [2020-08-06T00:13:42.469Z] TESTDEBUG=0 [2020-08-06T00:13:42.469Z] DEST=bundles/test-integration [2020-08-06T00:13:42.469Z] PWD=/go/src/github.com/docker/docker [2020-08-06T00:13:42.469Z] DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e [2020-08-06T00:13:42.469Z] container=docker [2020-08-06T00:13:42.469Z] HOME=/root [2020-08-06T00:13:42.469Z] GOLANG_VERSION=1.13.14 [2020-08-06T00:13:42.469Z] VALIDATE_REPO=https://github.com/moby/moby.git [2020-08-06T00:13:42.469Z] VALIDATE_BRANCH=master [2020-08-06T00:13:42.469Z] TERM=xterm [2020-08-06T00:13:42.469Z] DOCKER_PKG=github.com/docker/docker [2020-08-06T00:13:42.469Z] SHLVL=1 [2020-08-06T00:13:42.469Z] TIMEOUT=120m [2020-08-06T00:13:42.469Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald [2020-08-06T00:13:42.469Z] DOCKER_GRAPHDRIVER=overlay2 [2020-08-06T00:13:42.469Z] GO111MODULE=off [2020-08-06T00:13:42.469Z] DOCKER_EXPERIMENTAL=1 [2020-08-06T00:13:42.469Z] TEST_SKIP_INTEGRATION_CLI=1 [2020-08-06T00:13:42.469Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2020-08-06T00:13:42.469Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2020-08-06T00:13:42.469Z] GOPATH=/go [2020-08-06T00:13:42.469Z] PKG_CONFIG=pkg-config [2020-08-06T00:13:42.469Z] _=/usr/bin/env [2020-08-06T00:13:42.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-08-06T00:13:42.702Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.71s) [2020-08-06T00:13:42.702Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:103, shared: false, mustBeShared: false [2020-08-06T00:13:42.702Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-08-06T00:13:42.961Z] --- PASS: TestAuthZPluginAllowRequest (1.73s) [2020-08-06T00:13:42.961Z] === RUN TestAuthZPluginTLS [2020-08-06T00:13:43.088Z] --- PASS: TestLinksEtcHostsContentMatch (0.61s) [2020-08-06T00:13:43.088Z] === RUN TestLinksContainerNames [2020-08-06T00:13:43.592Z] --- PASS: TestAuthZPluginTLS (0.53s) [2020-08-06T00:13:43.592Z] === RUN TestAuthZPluginDenyRequest [2020-08-06T00:13:43.642Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2020-08-06T00:13:44.223Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2020-08-06T00:13:44.223Z] === RUN TestAuthZPluginAPIDenyResponse [2020-08-06T00:13:44.475Z] --- PASS: TestLinksContainerNames (1.48s) [2020-08-06T00:13:44.475Z] === RUN TestLogsFollowTailEmpty [2020-08-06T00:13:44.514Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2020-08-06T00:13:44.514Z] === RUN TestAuthZPluginDenyResponse [2020-08-06T00:13:44.581Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s) [2020-08-06T00:13:44.581Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: true, mustBeShared: true [2020-08-06T00:13:44.581Z] === RUN TestIpcModeOlderClient [2020-08-06T00:13:44.581Z] === PAUSE TestIpcModeOlderClient [2020-08-06T00:13:44.581Z] === RUN TestKillContainerInvalidSignal [2020-08-06T00:13:45.047Z] --- PASS: TestLogsFollowTailEmpty (0.76s) [2020-08-06T00:13:45.047Z] === RUN TestContainerNetworkMountsNoChown [2020-08-06T00:13:45.144Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2020-08-06T00:13:45.144Z] === RUN TestAuthZPluginAllowEventStream [2020-08-06T00:13:45.151Z] --- PASS: TestKillContainerInvalidSignal (0.72s) [2020-08-06T00:13:45.151Z] === RUN TestKillContainer [2020-08-06T00:13:45.151Z] === RUN TestKillContainer/no_signal [2020-08-06T00:13:45.721Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2020-08-06T00:13:45.981Z] === RUN TestKillContainer/non_killing_signal [2020-08-06T00:13:45.992Z] --- PASS: TestContainerNetworkMountsNoChown (0.72s) [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/default [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/default [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/private [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/private [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rprivate [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rprivate [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/slave [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/slave [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rslave [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rslave [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/shared [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/shared [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rshared [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rshared [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/default [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/default/mount_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/rslave [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/default/bind_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/shared [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/rprivate [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/private [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/private/bind_root [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/private/mount_root [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/rshared [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/slave [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-08-06T00:13:45.992Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:13:45.992Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/default/bind_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/default/mount_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/private/bind_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/private/mount_root [2020-08-06T00:13:45.992Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:13:46.241Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2020-08-06T00:13:46.253Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-08-06T00:13:46.253Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:13:46.253Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:13:46.253Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:13:46.253Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:13:46.253Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:13:46.253Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:13:46.253Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:13:46.253Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-08-06T00:13:46.253Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2020-08-06T00:13:46.253Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2020-08-06T00:13:46.254Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2020-08-06T00:13:46.254Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2020-08-06T00:13:46.254Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-08-06T00:13:46.254Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-08-06T00:13:46.254Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2020-08-06T00:13:46.254Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2020-08-06T00:13:46.254Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2020-08-06T00:13:46.254Z] === RUN TestContainerBindMountNonRecursive [2020-08-06T00:13:46.501Z] === RUN TestKillContainer/killing_signal [2020-08-06T00:13:47.207Z] --- PASS: TestAuthZPluginAllowEventStream (1.71s) [2020-08-06T00:13:47.207Z] === RUN TestAuthZPluginErrorResponse [2020-08-06T00:13:47.440Z] --- PASS: TestKillContainer (2.04s) [2020-08-06T00:13:47.440Z] --- PASS: TestKillContainer/no_signal (0.74s) [2020-08-06T00:13:47.440Z] --- PASS: TestKillContainer/non_killing_signal (0.50s) [2020-08-06T00:13:47.440Z] --- PASS: TestKillContainer/killing_signal (0.61s) [2020-08-06T00:13:47.440Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-08-06T00:13:47.440Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-08-06T00:13:47.497Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2020-08-06T00:13:47.497Z] === RUN TestAuthZPluginErrorRequest [2020-08-06T00:13:47.700Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2020-08-06T00:13:47.700Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-08-06T00:13:48.128Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2020-08-06T00:13:48.128Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-08-06T00:13:48.418Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2020-08-06T00:13:48.418Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-08-06T00:13:48.655Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.16s) [2020-08-06T00:13:48.655Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.52s) [2020-08-06T00:13:48.655Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.43s) [2020-08-06T00:13:48.655Z] === RUN TestKillStoppedContainer [2020-08-06T00:13:48.655Z] --- PASS: TestKillStoppedContainer (0.05s) [2020-08-06T00:13:48.655Z] === RUN TestKillStoppedContainerAPIPre120 [2020-08-06T00:13:48.655Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2020-08-06T00:13:48.655Z] === RUN TestKillDifferentUserContainer [2020-08-06T00:13:48.803Z] --- PASS: TestContainerBindMountNonRecursive (2.12s) [2020-08-06T00:13:48.803Z] === RUN TestNetworkNat [2020-08-06T00:13:49.233Z] --- PASS: TestKillDifferentUserContainer (0.61s) [2020-08-06T00:13:49.233Z] === RUN TestInspectOomKilledTrue [2020-08-06T00:13:49.233Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2020-08-06T00:13:49.233Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:13:49.233Z] === RUN TestInspectOomKilledFalse [2020-08-06T00:13:49.233Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2020-08-06T00:13:49.233Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:13:49.233Z] === RUN TestLinksEtcHostsContentMatch [2020-08-06T00:13:49.353Z] tests/integration/models_containers_test.py ............................ [ 83%] [2020-08-06T00:13:49.376Z] --- PASS: TestNetworkNat (0.88s) [2020-08-06T00:13:49.376Z] === RUN TestNetworkLocalhostTCPNat [2020-08-06T00:13:49.493Z] --- PASS: TestLinksEtcHostsContentMatch (0.45s) [2020-08-06T00:13:49.493Z] === RUN TestLinksContainerNames [2020-08-06T00:13:49.753Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2020-08-06T00:13:50.318Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s) [2020-08-06T00:13:50.318Z] === RUN TestNetworkLoopbackNat [2020-08-06T00:13:51.132Z] --- PASS: TestLinksContainerNames (1.31s) [2020-08-06T00:13:51.132Z] === RUN TestLogsFollowTailEmpty [2020-08-06T00:13:51.144Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.17s) [2020-08-06T00:13:51.144Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-08-06T00:13:51.701Z] --- PASS: TestLogsFollowTailEmpty (0.60s) [2020-08-06T00:13:51.701Z] === RUN TestContainerNetworkMountsNoChown [2020-08-06T00:13:51.701Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2020-08-06T00:13:52.271Z] --- PASS: TestContainerNetworkMountsNoChown (0.58s) [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/default [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/default [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/private [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/private [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/rprivate [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/rprivate [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/slave [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/slave [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/rslave [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/rslave [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/shared [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/shared [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/rshared [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/rshared [2020-08-06T00:13:52.271Z] === CONT TestMountDaemonRoot/default [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/default/bind_root [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/default/mount_root [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:13:52.271Z] === CONT TestMountDaemonRoot/default/bind_root [2020-08-06T00:13:52.271Z] === CONT TestMountDaemonRoot/rshared [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:13:52.271Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:13:52.271Z] === CONT TestMountDaemonRoot/shared [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:13:52.271Z] === CONT TestMountDaemonRoot/rslave [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:13:52.271Z] === CONT TestMountDaemonRoot/slave [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-08-06T00:13:52.271Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:13:52.271Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:13:52.271Z] === CONT TestMountDaemonRoot/rprivate [2020-08-06T00:13:52.272Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:13:52.272Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:13:52.272Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:13:52.272Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:13:52.272Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:13:52.272Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:13:52.272Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:13:52.272Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:13:52.272Z] === CONT TestMountDaemonRoot/private [2020-08-06T00:13:52.272Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:13:52.272Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:13:52.272Z] === RUN TestMountDaemonRoot/private/mount_root [2020-08-06T00:13:52.272Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-08-06T00:13:52.272Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:13:52.272Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:13:52.272Z] === RUN TestMountDaemonRoot/private/bind_root [2020-08-06T00:13:52.272Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-08-06T00:13:52.272Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:13:52.272Z] === CONT TestMountDaemonRoot/default/mount_root [2020-08-06T00:13:52.272Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:13:52.272Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:13:52.272Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:13:52.272Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:13:52.272Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-08-06T00:13:52.272Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:13:52.272Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:13:52.532Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:13:52.792Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:13:52.792Z] === CONT TestMountDaemonRoot/private/bind_root [2020-08-06T00:13:52.792Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:13:52.792Z] === CONT TestMountDaemonRoot/private/mount_root [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot (0.04s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2020-08-06T00:13:52.792Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2020-08-06T00:13:52.792Z] === RUN TestContainerBindMountNonRecursive [2020-08-06T00:13:53.208Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.33s) [2020-08-06T00:13:53.208Z] === RUN TestAuthZPluginHeader [2020-08-06T00:13:53.623Z] --- PASS: TestNetworkLoopbackNat (3.20s) [2020-08-06T00:13:53.623Z] === RUN TestPause [2020-08-06T00:13:53.840Z] --- PASS: TestAuthZPluginHeader (0.84s) [2020-08-06T00:13:53.840Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-08-06T00:13:53.840Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-08-06T00:13:53.840Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:13:53.840Z] === RUN TestAuthZPluginV2Disable [2020-08-06T00:13:53.840Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-08-06T00:13:53.840Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:13:53.840Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-08-06T00:13:53.840Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-08-06T00:13:53.840Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:13:53.840Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-08-06T00:13:53.840Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-08-06T00:13:53.840Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:13:53.840Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-08-06T00:13:54.174Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2020-08-06T00:13:54.174Z] === RUN TestDockerSuite/TestBuildAddTar [2020-08-06T00:13:54.197Z] --- PASS: TestPause (0.77s) [2020-08-06T00:13:54.197Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-08-06T00:13:54.197Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-08-06T00:13:54.197Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-08-06T00:13:54.197Z] === RUN TestPauseStopPausedContainer [2020-08-06T00:13:54.433Z] --- PASS: TestContainerBindMountNonRecursive (1.72s) [2020-08-06T00:13:54.434Z] === RUN TestNetworkNat [2020-08-06T00:13:54.891Z] --- PASS: TestPauseStopPausedContainer (0.80s) [2020-08-06T00:13:54.891Z] === RUN TestPsFilter [2020-08-06T00:13:55.152Z] --- PASS: TestPsFilter (0.25s) [2020-08-06T00:13:55.153Z] === RUN TestRemoveContainerWithRemovedVolume [2020-08-06T00:13:55.372Z] --- PASS: TestNetworkNat (0.68s) [2020-08-06T00:13:55.372Z] === RUN TestNetworkLocalhostTCPNat [2020-08-06T00:13:55.945Z] --- PASS: TestNetworkLocalhostTCPNat (0.62s) [2020-08-06T00:13:55.945Z] === RUN TestNetworkLoopbackNat [2020-08-06T00:13:56.096Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.72s) [2020-08-06T00:13:56.096Z] === RUN TestRemoveContainerWithVolume [2020-08-06T00:13:56.515Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2020-08-06T00:13:56.669Z] --- PASS: TestRemoveContainerWithVolume (0.75s) [2020-08-06T00:13:56.669Z] === RUN TestRemoveContainerRunning [2020-08-06T00:13:57.614Z] --- PASS: TestRemoveContainerRunning (0.74s) [2020-08-06T00:13:57.614Z] === RUN TestRemoveContainerForceRemoveRunning [2020-08-06T00:13:58.186Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.84s) [2020-08-06T00:13:58.186Z] === RUN TestRemoveInvalidContainer [2020-08-06T00:13:58.186Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-08-06T00:13:58.186Z] === RUN TestRenameLinkedContainer [2020-08-06T00:13:59.056Z] --- PASS: TestNetworkLoopbackNat (2.86s) [2020-08-06T00:13:59.056Z] === RUN TestPause [2020-08-06T00:13:59.625Z] --- PASS: TestPause (0.87s) [2020-08-06T00:13:59.625Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-08-06T00:13:59.625Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-08-06T00:13:59.625Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-08-06T00:13:59.625Z] === RUN TestPauseStopPausedContainer [2020-08-06T00:13:59.750Z] 4612f6d0b889: Pull complete [2020-08-06T00:14:00.564Z] --- PASS: TestPauseStopPausedContainer (0.86s) [2020-08-06T00:14:00.564Z] === RUN TestPsFilter [2020-08-06T00:14:00.564Z] --- PASS: TestPsFilter (0.14s) [2020-08-06T00:14:00.564Z] === RUN TestRemoveContainerWithRemovedVolume [2020-08-06T00:14:00.825Z] === RUN TestDockerSuite/TestBuildAddTarXz [2020-08-06T00:14:01.395Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.94s) [2020-08-06T00:14:01.395Z] === RUN TestRemoveContainerWithVolume [2020-08-06T00:14:01.515Z] --- PASS: TestRenameLinkedContainer (3.10s) [2020-08-06T00:14:01.515Z] === RUN TestRenameStoppedContainer [2020-08-06T00:14:02.089Z] --- PASS: TestRenameStoppedContainer (0.76s) [2020-08-06T00:14:02.089Z] === RUN TestRenameRunningContainerAndReuse [2020-08-06T00:14:02.335Z] --- PASS: TestRemoveContainerWithVolume (0.77s) [2020-08-06T00:14:02.335Z] === RUN TestRemoveContainerRunning [2020-08-06T00:14:02.335Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2020-08-06T00:14:02.594Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2020-08-06T00:14:03.166Z] --- PASS: TestRemoveContainerRunning (0.79s) [2020-08-06T00:14:03.166Z] === RUN TestRemoveContainerForceRemoveRunning [2020-08-06T00:14:03.737Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2020-08-06T00:14:03.737Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.73s) [2020-08-06T00:14:03.737Z] === RUN TestRemoveInvalidContainer [2020-08-06T00:14:03.737Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2020-08-06T00:14:03.737Z] === RUN TestRenameLinkedContainer [2020-08-06T00:14:04.010Z] --- PASS: TestRenameRunningContainerAndReuse (1.57s) [2020-08-06T00:14:04.010Z] === RUN TestRenameInvalidName [2020-08-06T00:14:04.582Z] --- PASS: TestRenameInvalidName (0.79s) [2020-08-06T00:14:04.582Z] === RUN TestRenameAnonymousContainer [2020-08-06T00:14:05.120Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2020-08-06T00:14:05.229Z] ......... [ 86%] [2020-08-06T00:14:07.043Z] --- PASS: TestRenameLinkedContainer (3.21s) [2020-08-06T00:14:07.043Z] === RUN TestRenameStoppedContainer [2020-08-06T00:14:07.984Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2020-08-06T00:14:07.984Z] --- PASS: TestRenameStoppedContainer (1.05s) [2020-08-06T00:14:07.984Z] === RUN TestRenameRunningContainerAndReuse [2020-08-06T00:14:08.793Z] --- PASS: TestRenameAnonymousContainer (4.05s) [2020-08-06T00:14:08.793Z] === RUN TestRenameContainerWithSameName [2020-08-06T00:14:09.366Z] --- PASS: TestRenameContainerWithSameName (0.75s) [2020-08-06T00:14:09.366Z] === RUN TestRenameContainerWithLinkedContainer [2020-08-06T00:14:09.602Z] tests/integration/models_images_test.py ............... [ 89%] [2020-08-06T00:14:09.895Z] --- PASS: TestRenameRunningContainerAndReuse (1.70s) [2020-08-06T00:14:09.895Z] === RUN TestRenameInvalidName [2020-08-06T00:14:10.464Z] --- PASS: TestRenameInvalidName (0.85s) [2020-08-06T00:14:10.464Z] === RUN TestRenameAnonymousContainer [2020-08-06T00:14:10.681Z] tests/integration/models_networks_test.py .... [ 90%] [2020-08-06T00:14:10.753Z] --- PASS: TestRenameContainerWithLinkedContainer (1.50s) [2020-08-06T00:14:10.753Z] === RUN TestResize [2020-08-06T00:14:11.695Z] --- PASS: TestResize (0.76s) [2020-08-06T00:14:11.695Z] === RUN TestResizeWithInvalidSize [2020-08-06T00:14:12.268Z] --- PASS: TestResizeWithInvalidSize (0.78s) [2020-08-06T00:14:12.268Z] === RUN TestResizeWhenContainerNotStarted [2020-08-06T00:14:12.419Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.39s) [2020-08-06T00:14:12.419Z] PASS [2020-08-06T00:14:12.419Z] [2020-08-06T00:14:12.419Z] === Skipped [2020-08-06T00:14:12.419Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-08-06T00:14:12.419Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:14:12.419Z] [2020-08-06T00:14:12.419Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-08-06T00:14:12.419Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:14:12.419Z] [2020-08-06T00:14:12.419Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-08-06T00:14:12.419Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:14:12.419Z] [2020-08-06T00:14:12.419Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-08-06T00:14:12.419Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:14:12.419Z] [2020-08-06T00:14:12.419Z] [2020-08-06T00:14:12.419Z] DONE 17 tests, 4 skipped in 29.980s [2020-08-06T00:14:12.419Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-08-06T00:14:12.419Z] ++ 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-08-06T00:14:12.419Z] ++ set -e [2020-08-06T00:14:12.419Z] ++ '[' -n 0 ']' [2020-08-06T00:14:12.419Z] ++ set -x [2020-08-06T00:14:12.419Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:14:12.419Z] INFO: Testing against a local daemon [2020-08-06T00:14:12.419Z] === RUN TestPluginInvalidJSON [2020-08-06T00:14:12.419Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:14:12.419Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:14:12.419Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:14:12.419Z] --- PASS: TestPluginInvalidJSON (0.01s) [2020-08-06T00:14:12.419Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-08-06T00:14:12.419Z] === RUN TestPluginInstall [2020-08-06T00:14:12.419Z] === RUN TestPluginInstall/no_auth [2020-08-06T00:14:13.211Z] --- PASS: TestResizeWhenContainerNotStarted (0.74s) [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:13.211Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:13.211Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:13.211Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:14:13.211Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:14:13.211Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:14:13.211Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:14:13.758Z] --- PASS: TestRenameAnonymousContainer (3.21s) [2020-08-06T00:14:13.758Z] === RUN TestRenameContainerWithSameName [2020-08-06T00:14:15.141Z] --- PASS: TestRenameContainerWithSameName (1.05s) [2020-08-06T00:14:15.141Z] === RUN TestRenameContainerWithLinkedContainer [2020-08-06T00:14:15.175Z] time="2020-08-06T00:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:14:15.176Z] time="2020-08-06T00:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:74f11f4ff5b5d41cc15c1bd2d604ffb9c5f69e4e86bdff5efbfa3f85d8ed9741" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:14:15.176Z] time="2020-08-06T00:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:14:15.176Z] time="2020-08-06T00:14:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:74f11f4ff5b5d41cc15c1bd2d604ffb9c5f69e4e86bdff5efbfa3f85d8ed9741" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:14:15.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-08-06T00:14:15.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-08-06T00:14:15.467Z] === RUN TestPluginInstall/with_htpasswd [2020-08-06T00:14:15.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-08-06T00:14:15.712Z] === RUN TestDockerSuite/TestBuildBlankName [2020-08-06T00:14:15.757Z] time="2020-08-06T00:14:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:14:15.757Z] time="2020-08-06T00:14:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:368b28628e16c2736aa0cf339802de9fa0424615cb8b3add5139a1340779d8fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:14:15.757Z] time="2020-08-06T00:14:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:14:15.757Z] time="2020-08-06T00:14:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:368b28628e16c2736aa0cf339802de9fa0424615cb8b3add5139a1340779d8fb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:14:16.389Z] === RUN TestPluginInstall/with_insecure [2020-08-06T00:14:16.525Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:16.525Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:16.525Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:16.654Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2020-08-06T00:14:16.654Z] --- PASS: TestRenameContainerWithLinkedContainer (1.68s) [2020-08-06T00:14:16.654Z] === RUN TestResize [2020-08-06T00:14:16.788Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:17.223Z] tests/integration/models_nodes_test.py . [ 91%] [2020-08-06T00:14:17.223Z] tests/integration/models_resources_test.py . [ 91%] [2020-08-06T00:14:17.225Z] --- PASS: TestResize (0.83s) [2020-08-06T00:14:17.225Z] === RUN TestResizeWithInvalidSize [2020-08-06T00:14:17.420Z] time="2020-08-06T00:14:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:14:17.420Z] time="2020-08-06T00:14:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b949c26a781580476cf130a03c4060c8e5062b893da54c5870a96de577b52f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:14:17.420Z] time="2020-08-06T00:14:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:14:17.420Z] time="2020-08-06T00:14:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b949c26a781580476cf130a03c4060c8e5062b893da54c5870a96de577b52f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:14:17.420Z] --- PASS: TestPluginInstall (6.10s) [2020-08-06T00:14:17.420Z] --- PASS: TestPluginInstall/no_auth (3.96s) [2020-08-06T00:14:17.420Z] --- PASS: TestPluginInstall/with_htpasswd (0.85s) [2020-08-06T00:14:17.420Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2020-08-06T00:14:17.420Z] plugin_test.go:157: [db3bd20b66455] daemon is not started [2020-08-06T00:14:17.420Z] PASS [2020-08-06T00:14:17.420Z] [2020-08-06T00:14:17.420Z] DONE 6 tests in 6.239s [2020-08-06T00:14:17.420Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-08-06T00:14:17.420Z] ++ 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-08-06T00:14:17.420Z] ++ set -e [2020-08-06T00:14:17.420Z] ++ '[' -n 0 ']' [2020-08-06T00:14:17.420Z] ++ set -x [2020-08-06T00:14:17.420Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:14:17.711Z] INFO: Testing against a local daemon [2020-08-06T00:14:17.711Z] === RUN TestExternalGraphDriver [2020-08-06T00:14:17.711Z] === RUN TestExternalGraphDriver/json [2020-08-06T00:14:17.736Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:14:17.997Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:14:17.997Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:14:18.167Z] --- PASS: TestResizeWithInvalidSize (0.88s) [2020-08-06T00:14:18.167Z] === RUN TestResizeWhenContainerNotStarted [2020-08-06T00:14:18.260Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:14:18.738Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2020-08-06T00:14:19.310Z] --- PASS: TestResizeWhenContainerNotStarted (1.16s) [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:19.310Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:19.310Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:19.310Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:14:19.310Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:14:19.775Z] === RUN TestExternalGraphDriver/spec [2020-08-06T00:14:19.881Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2020-08-06T00:14:21.264Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.96s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.05s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.17s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.60s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.62s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.79s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.80s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.62s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.64s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.58s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.52s) [2020-08-06T00:14:21.576Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.43s) [2020-08-06T00:14:21.576Z] === RUN TestCgroupNamespacesRun [2020-08-06T00:14:21.839Z] === RUN TestExternalGraphDriver/pull [2020-08-06T00:14:22.205Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:14:22.466Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2020-08-06T00:14:22.466Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:14:22.466Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2020-08-06T00:14:23.293Z] tests/integration/models_services_test.py ..............X. [ 95%] [2020-08-06T00:14:23.408Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2020-08-06T00:14:23.493Z] --- PASS: TestCgroupNamespacesRun (1.75s) [2020-08-06T00:14:23.493Z] === RUN TestCgroupNamespacesRunPrivileged [2020-08-06T00:14:23.901Z] --- PASS: TestExternalGraphDriver (6.33s) [2020-08-06T00:14:23.901Z] --- PASS: TestExternalGraphDriver/json (2.09s) [2020-08-06T00:14:23.901Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2020-08-06T00:14:23.901Z] --- PASS: TestExternalGraphDriver/pull (2.03s) [2020-08-06T00:14:23.901Z] === RUN TestGraphdriverPluginV2 [2020-08-06T00:14:23.901Z] --- SKIP: TestGraphdriverPluginV2 (0.05s) [2020-08-06T00:14:23.901Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:14:23.901Z] PASS [2020-08-06T00:14:23.901Z] [2020-08-06T00:14:23.901Z] === Skipped [2020-08-06T00:14:23.901Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s) [2020-08-06T00:14:23.901Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:14:23.901Z] [2020-08-06T00:14:23.901Z] [2020-08-06T00:14:23.901Z] DONE 5 tests, 1 skipped in 6.464s [2020-08-06T00:14:23.901Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-08-06T00:14:23.901Z] ++ 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-08-06T00:14:23.901Z] ++ set -e [2020-08-06T00:14:23.901Z] ++ '[' -n 0 ']' [2020-08-06T00:14:23.901Z] ++ set -x [2020-08-06T00:14:23.901Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:14:24.191Z] INFO: Testing against a local daemon [2020-08-06T00:14:24.191Z] === RUN TestContinueAfterPluginCrash [2020-08-06T00:14:24.191Z] === PAUSE TestContinueAfterPluginCrash [2020-08-06T00:14:24.191Z] === RUN TestReadPluginNoRead [2020-08-06T00:14:24.191Z] === PAUSE TestReadPluginNoRead [2020-08-06T00:14:24.191Z] === RUN TestDaemonStartWithLogOpt [2020-08-06T00:14:24.191Z] === PAUSE TestDaemonStartWithLogOpt [2020-08-06T00:14:24.191Z] === CONT TestContinueAfterPluginCrash [2020-08-06T00:14:24.191Z] === CONT TestDaemonStartWithLogOpt [2020-08-06T00:14:24.882Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.72s) [2020-08-06T00:14:24.882Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-08-06T00:14:25.322Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2020-08-06T00:14:26.281Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:14:26.545Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:14:26.552Z] tests/integration/models_swarm_test.py .. [ 96%] [2020-08-06T00:14:26.552Z] tests/integration/models_volumes_test.py .. [ 96%] [2020-08-06T00:14:26.803Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s) [2020-08-06T00:14:26.803Z] === RUN TestCgroupNamespacesRunHostMode [2020-08-06T00:14:27.836Z] --- PASS: TestDaemonStartWithLogOpt (3.84s) [2020-08-06T00:14:27.837Z] === CONT TestReadPluginNoRead [2020-08-06T00:14:27.931Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2020-08-06T00:14:28.192Z] --- PASS: TestCgroupNamespacesRunHostMode (1.73s) [2020-08-06T00:14:28.192Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-08-06T00:14:28.871Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2020-08-06T00:14:28.871Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:14:29.442Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:30.110Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.77s) [2020-08-06T00:14:30.110Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-08-06T00:14:30.111Z] tests/integration/regression_test.py ...... [ 98%] [2020-08-06T00:14:30.383Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2020-08-06T00:14:30.563Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-08-06T00:14:30.625Z] tests/integration/credentials/store_test.py ...... [ 99%] [2020-08-06T00:14:30.625Z] tests/integration/credentials/utils_test.py . [100%] [2020-08-06T00:14:30.625Z] [2020-08-06T00:14:30.625Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2020-08-06T00:14:30.625Z] =========================== short test summary info ============================ [2020-08-06T00:14:30.625Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2020-08-06T00:14:30.625Z] CONFIG_RT_GROUP_SCHED isn't enabled [2020-08-06T00:14:30.625Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2020-08-06T00:14:30.625Z] Not supported on most drivers [2020-08-06T00:14:30.625Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2020-08-06T00:14:30.625Z] Output of docker top depends on host distro, and is not formalized. [2020-08-06T00:14:30.625Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2020-08-06T00:14:30.625Z] Output of docker top depends on host distro, and is not formalized. [2020-08-06T00:14:30.625Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2020-08-06T00:14:30.625Z] Can fail if eth0 has multiple IP addresses [2020-08-06T00:14:30.625Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2020-08-06T00:14:30.625Z] This doesn't seem to be taken into account by the engine [2020-08-06T00:14:30.625Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2020-08-06T00:14:30.625Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2020-08-06T00:14:30.625Z] = 376 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 291.04 seconds == [2020-08-06T00:14:30.882Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2020-08-06T00:14:31.324Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:14:31.585Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:31.585Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2020-08-06T00:14:31.845Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2020-08-06T00:14:32.029Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.71s) [2020-08-06T00:14:32.029Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-08-06T00:14:32.811Z] === RUN TestReadPluginNoRead/default [2020-08-06T00:14:32.811Z] --- PASS: TestContinueAfterPluginCrash (8.89s) [2020-08-06T00:14:32.975Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.94s) [2020-08-06T00:14:32.975Z] === RUN TestCgroupNamespacesRunOlderClient [2020-08-06T00:14:33.230Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:14:33.491Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:14:34.872Z] === RUN TestReadPluginNoRead/disabled_caching [2020-08-06T00:14:34.894Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s) [2020-08-06T00:14:34.894Z] === RUN TestKernelTCPMemory [2020-08-06T00:14:35.409Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2020-08-06T00:14:35.469Z] --- PASS: TestKernelTCPMemory (0.90s) [2020-08-06T00:14:35.469Z] === RUN TestNISDomainname [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.90s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.08s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.86s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.03s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.59s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.98s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.81s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.78s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.72s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.86s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.55s) [2020-08-06T00:14:35.670Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.37s) [2020-08-06T00:14:35.670Z] === RUN TestCgroupNamespacesRun [2020-08-06T00:14:36.378Z] --- PASS: TestReadPluginNoRead (8.51s) [2020-08-06T00:14:36.378Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.98s) [2020-08-06T00:14:36.378Z] --- PASS: TestReadPluginNoRead/default (1.98s) [2020-08-06T00:14:36.378Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.81s) [2020-08-06T00:14:36.378Z] read_test.go:92: [d51b4e5238b93] daemon is not started [2020-08-06T00:14:36.378Z] PASS [2020-08-06T00:14:36.378Z] [2020-08-06T00:14:36.378Z] DONE 6 tests in 12.435s [2020-08-06T00:14:36.378Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-08-06T00:14:36.378Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:14:36.378Z] ++ set -e [2020-08-06T00:14:36.378Z] ++ '[' -n 0 ']' [2020-08-06T00:14:36.378Z] ++ set -x [2020-08-06T00:14:36.378Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:14:36.378Z] testing: warning: no tests to run [2020-08-06T00:14:36.378Z] PASS [2020-08-06T00:14:36.378Z] [2020-08-06T00:14:36.378Z] DONE 0 tests in 0.027s [2020-08-06T00:14:36.378Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-08-06T00:14:36.378Z] ++ 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-08-06T00:14:36.378Z] ++ set -e [2020-08-06T00:14:36.378Z] ++ '[' -n 0 ']' [2020-08-06T00:14:36.378Z] ++ set -x [2020-08-06T00:14:36.378Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:14:36.415Z] --- PASS: TestNISDomainname (0.89s) [2020-08-06T00:14:36.415Z] === RUN TestHostnameDnsResolution [2020-08-06T00:14:36.734Z] INFO: Testing against a local daemon [2020-08-06T00:14:36.734Z] === RUN TestPluginWithDevMounts [2020-08-06T00:14:36.734Z] === PAUSE TestPluginWithDevMounts [2020-08-06T00:14:36.734Z] === CONT TestPluginWithDevMounts [2020-08-06T00:14:37.054Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2020-08-06T00:14:37.624Z] --- PASS: TestCgroupNamespacesRun (1.73s) [2020-08-06T00:14:37.624Z] === RUN TestCgroupNamespacesRunPrivileged [2020-08-06T00:14:38.331Z] --- PASS: TestHostnameDnsResolution (1.76s) [2020-08-06T00:14:38.331Z] === RUN TestStats [2020-08-06T00:14:38.566Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2020-08-06T00:14:38.796Z] --- PASS: TestPluginWithDevMounts (1.86s) [2020-08-06T00:14:38.796Z] PASS [2020-08-06T00:14:38.796Z] [2020-08-06T00:14:38.796Z] DONE 1 tests in 1.946s [2020-08-06T00:14:38.796Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2020-08-06T00:14:38.796Z] ++ 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-08-06T00:14:38.796Z] ++ set -e [2020-08-06T00:14:38.796Z] ++ '[' -n 0 ']' [2020-08-06T00:14:38.796Z] ++ set -x [2020-08-06T00:14:38.796Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:14:38.796Z] INFO: Testing against a local daemon [2020-08-06T00:14:38.796Z] === RUN TestSecretInspect [2020-08-06T00:14:39.136Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.65s) [2020-08-06T00:14:39.136Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-08-06T00:14:40.877Z] --- PASS: TestStats (2.79s) [2020-08-06T00:14:40.878Z] === RUN TestStopContainerWithTimeout [2020-08-06T00:14:40.878Z] === RUN TestStopContainerWithTimeout/0 [2020-08-06T00:14:40.878Z] === PAUSE TestStopContainerWithTimeout/0 [2020-08-06T00:14:40.878Z] === RUN TestStopContainerWithTimeout/1 [2020-08-06T00:14:40.878Z] === PAUSE TestStopContainerWithTimeout/1 [2020-08-06T00:14:40.878Z] === RUN TestStopContainerWithTimeout/3 [2020-08-06T00:14:40.878Z] === PAUSE TestStopContainerWithTimeout/3 [2020-08-06T00:14:40.878Z] === RUN TestStopContainerWithTimeout/-1 [2020-08-06T00:14:40.878Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-08-06T00:14:40.878Z] === CONT TestStopContainerWithTimeout/0 [2020-08-06T00:14:40.878Z] === CONT TestStopContainerWithTimeout/3 [2020-08-06T00:14:40.878Z] === CONT TestStopContainerWithTimeout/-1 [2020-08-06T00:14:40.878Z] === CONT TestStopContainerWithTimeout/1 [2020-08-06T00:14:41.048Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2020-08-06T00:14:41.048Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.85s) [2020-08-06T00:14:41.048Z] === RUN TestCgroupNamespacesRunHostMode [2020-08-06T00:14:42.386Z] --- PASS: TestSecretInspect (3.54s) [2020-08-06T00:14:42.386Z] === RUN TestSecretList [2020-08-06T00:14:42.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-08-06T00:14:42.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-08-06T00:14:42.802Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-08-06T00:14:42.956Z] --- PASS: TestCgroupNamespacesRunHostMode (1.74s) [2020-08-06T00:14:42.956Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-08-06T00:14:43.060Z] Leaving: AppArmorNo profiles have been unloaded. [2020-08-06T00:14:43.060Z] [2020-08-06T00:14:43.060Z] Unloading profiles will leave already running processes permanently [2020-08-06T00:14:43.060Z] unconfined, which can lead to unexpected situations. [2020-08-06T00:14:43.060Z] [2020-08-06T00:14:43.060Z] To set a process to complain mode, use the command line tool [2020-08-06T00:14:43.060Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-08-06T00:14:43.060Z] Post stage [Pipeline] junit [2020-08-06T00:14:43.635Z] Recording test results [2020-08-06T00:14:43.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-08-06T00:14:44.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-08-06T00:14:44.185Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-08-06T00:14:44.185Z] --- PASS: TestStopContainerWithTimeout/0 (1.06s) [2020-08-06T00:14:44.185Z] --- PASS: TestStopContainerWithTimeout/1 (2.25s) [2020-08-06T00:14:44.185Z] --- PASS: TestStopContainerWithTimeout/3 (3.09s) [2020-08-06T00:14:44.185Z] --- PASS: TestStopContainerWithTimeout/-1 (3.16s) [2020-08-06T00:14:44.185Z] === RUN TestDeleteDevicemapper [2020-08-06T00:14:44.185Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-08-06T00:14:44.185Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-08-06T00:14:44.185Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-08-06T00:14:44.886Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.85s) [2020-08-06T00:14:44.886Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [Pipeline] sh [2020-08-06T00:14:45.426Z] + echo Ensuring container killed. [2020-08-06T00:14:45.426Z] Ensuring container killed. [2020-08-06T00:14:45.426Z] + docker rm -vf docker-pr1 [2020-08-06T00:14:45.426Z] Error: No such container: docker-pr1 [2020-08-06T00:14:45.426Z] + true [Pipeline] sh [2020-08-06T00:14:45.713Z] + echo Chowning /workspace to jenkins user [2020-08-06T00:14:45.713Z] Chowning /workspace to jenkins user [2020-08-06T00:14:45.713Z] + id -u [2020-08-06T00:14:45.713Z] + id -g [2020-08-06T00:14:45.713Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41316:/workspace busybox chown -R 1000:1000 /workspace [2020-08-06T00:14:45.713Z] Unable to find image 'busybox:latest' locally [2020-08-06T00:14:45.826Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2020-08-06T00:14:45.996Z] --- PASS: TestSecretList (3.62s) [2020-08-06T00:14:45.996Z] === RUN TestSecretsCreateAndDelete [2020-08-06T00:14:46.234Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-08-06T00:14:46.396Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.70s) [2020-08-06T00:14:46.396Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-08-06T00:14:47.335Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.95s) [2020-08-06T00:14:47.335Z] === RUN TestCgroupNamespacesRunOlderClient [2020-08-06T00:14:47.489Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.11s) [2020-08-06T00:14:47.489Z] === RUN TestUpdateMemory [2020-08-06T00:14:47.489Z] --- SKIP: TestUpdateMemory (0.00s) [2020-08-06T00:14:47.489Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:14:47.489Z] === RUN TestUpdateCPUQuota [2020-08-06T00:14:48.433Z] --- PASS: TestUpdateCPUQuota (1.29s) [2020-08-06T00:14:48.433Z] === RUN TestUpdatePidsLimit [2020-08-06T00:14:48.433Z] === RUN TestUpdatePidsLimit/update_from_none [2020-08-06T00:14:48.694Z] === RUN TestUpdatePidsLimit/no_change [2020-08-06T00:14:49.246Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2020-08-06T00:14:49.246Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.87s) [2020-08-06T00:14:49.246Z] === RUN TestKernelTCPMemory [2020-08-06T00:14:49.266Z] === RUN TestUpdatePidsLimit/update_lower [2020-08-06T00:14:49.527Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-08-06T00:14:49.704Z] --- PASS: TestSecretsCreateAndDelete (3.53s) [2020-08-06T00:14:49.704Z] === RUN TestSecretsUpdate [2020-08-06T00:14:49.780Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-08-06T00:14:50.098Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-08-06T00:14:50.186Z] --- PASS: TestKernelTCPMemory (0.99s) [2020-08-06T00:14:50.186Z] === RUN TestNISDomainname [2020-08-06T00:14:50.186Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2020-08-06T00:14:50.359Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-08-06T00:14:50.620Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-08-06T00:14:50.965Z] latest: Pulling from library/busybox [2020-08-06T00:14:50.965Z] 61c5ed1cbdf8: Pulling fs layer [2020-08-06T00:14:50.965Z] 61c5ed1cbdf8: Verifying Checksum [2020-08-06T00:14:50.965Z] 61c5ed1cbdf8: Download complete [2020-08-06T00:14:50.965Z] 61c5ed1cbdf8: Pull complete [2020-08-06T00:14:50.965Z] Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977 [2020-08-06T00:14:50.965Z] Status: Downloaded newer image for busybox:latest [2020-08-06T00:14:51.125Z] --- PASS: TestNISDomainname (0.85s) [2020-08-06T00:14:51.125Z] === RUN TestHostnameDnsResolution [2020-08-06T00:14:51.338Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-08-06T00:14:51.695Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2020-08-06T00:14:51.955Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2020-08-06T00:14:52.009Z] --- PASS: TestUpdatePidsLimit (3.54s) [2020-08-06T00:14:52.009Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) [2020-08-06T00:14:52.009Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2020-08-06T00:14:52.009Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2020-08-06T00:14:52.009Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s) [2020-08-06T00:14:52.009Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.36s) [2020-08-06T00:14:52.009Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2020-08-06T00:14:52.009Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) [2020-08-06T00:14:52.009Z] === RUN TestUpdateRestartPolicy [2020-08-06T00:14:52.216Z] --- PASS: TestHostnameDnsResolution (1.30s) [2020-08-06T00:14:52.216Z] === RUN TestStats [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-08-06T00:14:52.624Z] + bundleName=docker-py [2020-08-06T00:14:52.625Z] + echo Creating docker-py-bundles.tar.gz [2020-08-06T00:14:52.625Z] Creating docker-py-bundles.tar.gz [2020-08-06T00:14:52.625Z] + 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-08-06T00:14:52.634Z] Archiving artifacts [2020-08-06T00:14:53.157Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2020-08-06T00:14:53.283Z] --- PASS: TestSecretsUpdate (3.64s) [2020-08-06T00:14:53.283Z] === RUN TestTemplatedSecret [2020-08-06T00:14:53.450Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-08-06T00:14:53.728Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2020-08-06T00:14:53.746Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-08-06T00:14:54.033Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41316/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2020-08-06T00:14:54.383Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/make.sh binary-daemon [2020-08-06T00:14:54.639Z] [2020-08-06T00:14:54.896Z] Removing bundles/ [2020-08-06T00:14:54.896Z] [2020-08-06T00:14:54.896Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2020-08-06T00:14:54.896Z] Building: bundles/binary-daemon/dockerd-dev [2020-08-06T00:14:54.896Z] GOOS="" GOARCH="" GOARM="" [2020-08-06T00:14:55.108Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2020-08-06T00:14:55.108Z] --- PASS: TestStats (2.80s) [2020-08-06T00:14:55.108Z] === RUN TestStopContainerWithTimeout [2020-08-06T00:14:55.108Z] === RUN TestStopContainerWithTimeout/0 [2020-08-06T00:14:55.108Z] === PAUSE TestStopContainerWithTimeout/0 [2020-08-06T00:14:55.108Z] === RUN TestStopContainerWithTimeout/1 [2020-08-06T00:14:55.108Z] === PAUSE TestStopContainerWithTimeout/1 [2020-08-06T00:14:55.108Z] === RUN TestStopContainerWithTimeout/3 [2020-08-06T00:14:55.108Z] === PAUSE TestStopContainerWithTimeout/3 [2020-08-06T00:14:55.108Z] === RUN TestStopContainerWithTimeout/-1 [2020-08-06T00:14:55.108Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-08-06T00:14:55.108Z] === CONT TestStopContainerWithTimeout/0 [2020-08-06T00:14:55.108Z] === CONT TestStopContainerWithTimeout/-1 [2020-08-06T00:14:55.369Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2020-08-06T00:14:55.837Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-08-06T00:14:56.307Z] === CONT TestStopContainerWithTimeout/3 [2020-08-06T00:14:56.791Z] --- PASS: TestTemplatedSecret (3.72s) [2020-08-06T00:14:56.792Z] === RUN TestSecretCreateResolve [2020-08-06T00:14:57.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2020-08-06T00:14:57.687Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2020-08-06T00:14:57.947Z] === CONT TestStopContainerWithTimeout/1 [2020-08-06T00:14:59.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-08-06T00:14:59.856Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2020-08-06T00:14:59.856Z] --- PASS: TestStopContainerWithTimeout/0 (1.02s) [2020-08-06T00:14:59.856Z] --- PASS: TestStopContainerWithTimeout/-1 (3.01s) [2020-08-06T00:14:59.856Z] --- PASS: TestStopContainerWithTimeout/3 (2.64s) [2020-08-06T00:14:59.856Z] --- PASS: TestStopContainerWithTimeout/1 (1.77s) [2020-08-06T00:14:59.856Z] === RUN TestDeleteDevicemapper [2020-08-06T00:14:59.856Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-08-06T00:14:59.856Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-08-06T00:14:59.856Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-08-06T00:14:59.856Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2020-08-06T00:15:00.116Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2020-08-06T00:15:00.116Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2020-08-06T00:15:00.116Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2020-08-06T00:15:00.299Z] --- PASS: TestSecretCreateResolve (3.62s) [2020-08-06T00:15:00.299Z] PASS [2020-08-06T00:15:00.299Z] [2020-08-06T00:15:00.299Z] DONE 6 tests in 21.744s [2020-08-06T00:15:00.299Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2020-08-06T00:15:00.299Z] ++ 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-08-06T00:15:00.299Z] ++ set -e [2020-08-06T00:15:00.299Z] ++ '[' -n 0 ']' [2020-08-06T00:15:00.299Z] ++ set -x [2020-08-06T00:15:00.300Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:15:00.300Z] INFO: Testing against a local daemon [2020-08-06T00:15:00.300Z] === RUN TestServiceCreateInit [2020-08-06T00:15:00.300Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-08-06T00:15:00.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-08-06T00:15:01.056Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2020-08-06T00:15:02.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2020-08-06T00:15:02.441Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.40s) [2020-08-06T00:15:02.441Z] === RUN TestUpdateMemory [2020-08-06T00:15:02.441Z] --- SKIP: TestUpdateMemory (0.00s) [2020-08-06T00:15:02.441Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:15:02.441Z] === RUN TestUpdateCPUQuota [2020-08-06T00:15:02.441Z] === RUN TestDockerSuite/TestBuildCacheAdd [2020-08-06T00:15:03.394Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2020-08-06T00:15:03.556Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2020-08-06T00:15:03.556Z] Using test binary docker [2020-08-06T00:15:03.556Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2020-08-06T00:15:03.556Z] +++ /etc/init.d/apparmor start [2020-08-06T00:15:03.556Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2020-08-06T00:15:03.556Z] INFO: Waiting for daemon to start... [2020-08-06T00:15:03.556Z] Starting dockerd [2020-08-06T00:15:03.556Z] +++ 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-08-06T00:15:03.655Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2020-08-06T00:15:03.655Z] --- PASS: TestUpdateCPUQuota (1.36s) [2020-08-06T00:15:03.655Z] === RUN TestUpdatePidsLimit [2020-08-06T00:15:03.655Z] === RUN TestUpdatePidsLimit/update_from_none [2020-08-06T00:15:03.914Z] === RUN TestUpdatePidsLimit/no_change [2020-08-06T00:15:04.174Z] === RUN TestDockerSuite/TestBuildCacheFrom [2020-08-06T00:15:04.263Z] --- PASS: TestUpdateRestartPolicy (12.42s) [2020-08-06T00:15:04.263Z] === RUN TestUpdateRestartWithAutoRemove [2020-08-06T00:15:04.434Z] === RUN TestUpdatePidsLimit/update_lower [2020-08-06T00:15:04.694Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2020-08-06T00:15:04.954Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-08-06T00:15:05.208Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2020-08-06T00:15:05.208Z] === RUN TestWaitNonBlocked [2020-08-06T00:15:05.208Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:15:05.208Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:15:05.208Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:15:05.208Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:15:05.208Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:15:05.208Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:15:05.525Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-08-06T00:15:05.642Z] . [2020-08-06T00:15:05.642Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2020-08-06T00:15:05.642Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2020-08-06T00:15:05.642Z] Error: No such image: emptyfs [2020-08-06T00:15:05.642Z] ++++ tar -cC bundles/test-integration/emptyfs . [2020-08-06T00:15:05.642Z] ++++ docker load [2020-08-06T00:15:05.642Z] Running integration-test (iteration 1) [2020-08-06T00:15:05.642Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2020-08-06T00:15:05.642Z] ++ 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-08-06T00:15:05.642Z] ++ set -e [2020-08-06T00:15:05.642Z] ++ '[' -n 0 ']' [2020-08-06T00:15:05.642Z] ++ set -x [2020-08-06T00:15:05.642Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:15:05.785Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-08-06T00:15:05.855Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-08-06T00:15:06.152Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-08-06T00:15:06.152Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.89s) [2020-08-06T00:15:06.152Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.03s) [2020-08-06T00:15:06.152Z] === RUN TestWaitBlocked [2020-08-06T00:15:06.152Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:15:06.152Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:15:06.152Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:15:06.152Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:15:06.152Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:15:06.152Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:15:07.167Z] --- PASS: TestUpdatePidsLimit (3.42s) [2020-08-06T00:15:07.167Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.33s) [2020-08-06T00:15:07.167Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2020-08-06T00:15:07.167Z] --- PASS: TestUpdatePidsLimit/update_lower (0.34s) [2020-08-06T00:15:07.167Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2020-08-06T00:15:07.167Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2020-08-06T00:15:07.167Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.32s) [2020-08-06T00:15:07.167Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2020-08-06T00:15:07.167Z] === RUN TestUpdateRestartPolicy [2020-08-06T00:15:07.540Z] --- PASS: TestWaitBlocked (0.02s) [2020-08-06T00:15:07.540Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.08s) [2020-08-06T00:15:07.540Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.13s) [2020-08-06T00:15:07.540Z] === CONT TestContainerStartOnDaemonRestart [2020-08-06T00:15:07.540Z] === CONT TestDaemonHostGatewayIP [2020-08-06T00:15:07.540Z] === CONT TestIpcModeOlderClient [2020-08-06T00:15:07.540Z] === CONT TestDaemonRestartIpcMode [2020-08-06T00:15:07.540Z] --- PASS: TestIpcModeOlderClient (0.25s) [2020-08-06T00:15:07.540Z] === CONT TestContainerKillOnDaemonStart [2020-08-06T00:15:08.108Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2020-08-06T00:15:09.489Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2020-08-06T00:15:10.855Z] --- PASS: TestContainerStartOnDaemonRestart (3.29s) [2020-08-06T00:15:10.873Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2020-08-06T00:15:10.873Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2020-08-06T00:15:11.410Z] --- PASS: TestServiceCreateInit (10.48s) [2020-08-06T00:15:11.410Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.28s) [2020-08-06T00:15:11.410Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.19s) [2020-08-06T00:15:11.410Z] === RUN TestCreateServiceMultipleTimes [2020-08-06T00:15:11.441Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2020-08-06T00:15:11.799Z] --- PASS: TestDaemonRestartIpcMode (4.37s) [2020-08-06T00:15:12.014Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2020-08-06T00:15:12.371Z] --- PASS: TestDaemonHostGatewayIP (4.89s) [2020-08-06T00:15:13.926Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2020-08-06T00:15:15.835Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2020-08-06T00:15:16.094Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2020-08-06T00:15:17.475Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2020-08-06T00:15:18.415Z] === RUN TestDockerSuite/TestBuildClearCmd [2020-08-06T00:15:18.676Z] === RUN TestDockerSuite/TestBuildCmd [2020-08-06T00:15:18.936Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2020-08-06T00:15:19.196Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2020-08-06T00:15:19.196Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2020-08-06T00:15:19.464Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2020-08-06T00:15:19.464Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2020-08-06T00:15:19.464Z] --- PASS: TestUpdateRestartPolicy (12.50s) [2020-08-06T00:15:19.464Z] === RUN TestUpdateRestartWithAutoRemove [2020-08-06T00:15:20.406Z] --- PASS: TestUpdateRestartWithAutoRemove (0.84s) [2020-08-06T00:15:20.406Z] === RUN TestWaitNonBlocked [2020-08-06T00:15:20.406Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:15:20.406Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:15:20.406Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:15:20.406Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:15:20.406Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:15:20.406Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:15:20.512Z] --- PASS: TestContainerKillOnDaemonStart (12.95s) [2020-08-06T00:15:20.513Z] PASS [2020-08-06T00:15:20.513Z] [2020-08-06T00:15:20.513Z] === Skipped [2020-08-06T00:15:20.513Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2020-08-06T00:15:20.513Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-08-06T00:15:20.513Z] [2020-08-06T00:15:20.513Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2020-08-06T00:15:20.513Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:15:20.513Z] [2020-08-06T00:15:20.513Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2020-08-06T00:15:20.513Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:15:20.513Z] [2020-08-06T00:15:20.513Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-08-06T00:15:20.513Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-08-06T00:15:20.513Z] [2020-08-06T00:15:20.513Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2020-08-06T00:15:20.513Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-08-06T00:15:20.513Z] [2020-08-06T00:15:20.513Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2020-08-06T00:15:20.513Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:15:20.513Z] [2020-08-06T00:15:20.513Z] [2020-08-06T00:15:20.513Z] DONE 192 tests, 6 skipped in 136.963s [2020-08-06T00:15:20.513Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2020-08-06T00:15:20.513Z] ++ 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-08-06T00:15:20.513Z] ++ set -e [2020-08-06T00:15:20.513Z] ++ '[' -n 0 ']' [2020-08-06T00:15:20.513Z] ++ set -x [2020-08-06T00:15:20.513Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:15:20.774Z] INFO: Testing against a local daemon [2020-08-06T00:15:20.774Z] === RUN TestCommitInheritsEnv [2020-08-06T00:15:20.977Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2020-08-06T00:15:21.046Z] Loaded image: buildpack-deps:buster [2020-08-06T00:15:21.046Z] Loaded image: busybox:latest [2020-08-06T00:15:21.046Z] Loaded image: busybox:glibc [2020-08-06T00:15:21.046Z] Loaded image: debian:buster [2020-08-06T00:15:21.046Z] Loaded image: hello-world:latest [2020-08-06T00:15:21.046Z] INFO: Testing against a local daemon [2020-08-06T00:15:21.046Z] === RUN TestCgroupNamespacesBuild [2020-08-06T00:15:21.046Z] --- PASS: TestCgroupNamespacesBuild (1.40s) [2020-08-06T00:15:21.046Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2020-08-06T00:15:21.346Z] --- PASS: TestCommitInheritsEnv (0.62s) [2020-08-06T00:15:21.347Z] === RUN TestImportExtremelyLargeImageWorks [2020-08-06T00:15:21.347Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2020-08-06T00:15:21.347Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-08-06T00:15:21.347Z] === RUN TestImagesFilterMultiReference [2020-08-06T00:15:21.608Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2020-08-06T00:15:21.608Z] === RUN TestImagePullPlatformInvalid [2020-08-06T00:15:21.608Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2020-08-06T00:15:21.608Z] === RUN TestRemoveImageOrphaning [2020-08-06T00:15:21.684Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.34s) [2020-08-06T00:15:21.684Z] === RUN TestBuildWithSession [2020-08-06T00:15:21.684Z] --- SKIP: TestBuildWithSession (0.00s) [2020-08-06T00:15:21.684Z] build_session_test.go:25: TODO: BuildKit [2020-08-06T00:15:21.684Z] === RUN TestBuildSquashParent [2020-08-06T00:15:21.920Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-08-06T00:15:21.920Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.25s) [2020-08-06T00:15:21.920Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.28s) [2020-08-06T00:15:21.920Z] === RUN TestWaitBlocked [2020-08-06T00:15:21.920Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:15:21.920Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:15:21.920Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:15:21.920Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:15:21.920Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:15:21.920Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:15:22.181Z] --- PASS: TestRemoveImageOrphaning (0.56s) [2020-08-06T00:15:22.181Z] === RUN TestRemoveImageGarbageCollector [2020-08-06T00:15:22.181Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-08-06T00:15:22.181Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:15:22.181Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-08-06T00:15:22.181Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2020-08-06T00:15:22.181Z] === RUN TestTagInvalidReference [2020-08-06T00:15:22.181Z] --- PASS: TestTagInvalidReference (0.03s) [2020-08-06T00:15:22.181Z] === RUN TestTagValidPrefixedRepo [2020-08-06T00:15:22.181Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2020-08-06T00:15:22.181Z] === RUN TestTagExistedNameWithoutForce [2020-08-06T00:15:22.443Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2020-08-06T00:15:22.443Z] === RUN TestTagOfficialNames [2020-08-06T00:15:22.443Z] --- PASS: TestTagOfficialNames (0.07s) [2020-08-06T00:15:22.443Z] === RUN TestTagMatchesDigest [2020-08-06T00:15:22.443Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-08-06T00:15:22.443Z] PASS [2020-08-06T00:15:22.443Z] [2020-08-06T00:15:22.443Z] === Skipped [2020-08-06T00:15:22.443Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2020-08-06T00:15:22.443Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2020-08-06T00:15:22.443Z] [2020-08-06T00:15:22.443Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-08-06T00:15:22.443Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:15:22.443Z] [2020-08-06T00:15:22.443Z] [2020-08-06T00:15:22.443Z] DONE 12 tests, 2 skipped in 1.828s [2020-08-06T00:15:22.443Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2020-08-06T00:15:22.443Z] ++ 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-08-06T00:15:22.443Z] ++ set -e [2020-08-06T00:15:22.443Z] ++ '[' -n 0 ']' [2020-08-06T00:15:22.443Z] ++ set -x [2020-08-06T00:15:22.443Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:15:22.705Z] INFO: Testing against a local daemon [2020-08-06T00:15:22.705Z] === RUN TestNetworkCreateDelete [2020-08-06T00:15:22.862Z] --- PASS: TestWaitBlocked (0.02s) [2020-08-06T00:15:22.862Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.17s) [2020-08-06T00:15:22.862Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.28s) [2020-08-06T00:15:22.862Z] === CONT TestContainerStartOnDaemonRestart [2020-08-06T00:15:22.862Z] === CONT TestIpcModeOlderClient [2020-08-06T00:15:22.966Z] --- PASS: TestNetworkCreateDelete (0.40s) [2020-08-06T00:15:22.966Z] === RUN TestDockerNetworkDeletePreferID [2020-08-06T00:15:23.123Z] --- PASS: TestIpcModeOlderClient (0.13s) [2020-08-06T00:15:23.123Z] === CONT TestDaemonHostGatewayIP [2020-08-06T00:15:23.383Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2020-08-06T00:15:24.355Z] --- PASS: TestDockerNetworkDeletePreferID (1.19s) [2020-08-06T00:15:24.355Z] === RUN TestDaemonDNSFallback [2020-08-06T00:15:27.290Z] --- PASS: TestBuildSquashParent (4.86s) [2020-08-06T00:15:27.290Z] === RUN TestBuildWithRemoveAndForceRemove [2020-08-06T00:15:27.290Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:15:27.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:15:27.290Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:15:27.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:15:27.290Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:15:27.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:15:27.290Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:15:27.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:15:27.290Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:15:27.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:15:27.290Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:15:27.290Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:15:27.290Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2020-08-06T00:15:27.290Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2020-08-06T00:15:27.290Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2020-08-06T00:15:27.290Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2020-08-06T00:15:27.584Z] --- PASS: TestContainerStartOnDaemonRestart (3.93s) [2020-08-06T00:15:27.584Z] === CONT TestContainerKillOnDaemonStart [2020-08-06T00:15:27.585Z] === RUN TestDockerSuite/TestBuildConditionalCache [2020-08-06T00:15:28.154Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2020-08-06T00:15:28.154Z] --- PASS: TestDaemonHostGatewayIP (5.07s) [2020-08-06T00:15:28.154Z] === CONT TestDaemonRestartIpcMode [2020-08-06T00:15:28.414Z] === RUN TestDockerSuite/TestBuildContChar [2020-08-06T00:15:29.386Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2020-08-06T00:15:29.386Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2020-08-06T00:15:30.907Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2020-08-06T00:15:30.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.65s) [2020-08-06T00:15:30.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.78s) [2020-08-06T00:15:30.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.79s) [2020-08-06T00:15:30.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.86s) [2020-08-06T00:15:30.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.63s) [2020-08-06T00:15:30.907Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.86s) [2020-08-06T00:15:30.907Z] === RUN TestBuildMultiStageCopy [2020-08-06T00:15:30.907Z] === RUN TestBuildMultiStageCopy/copy_to_root [2020-08-06T00:15:30.953Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2020-08-06T00:15:31.895Z] --- PASS: TestDaemonRestartIpcMode (3.50s) [2020-08-06T00:15:31.895Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2020-08-06T00:15:32.429Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2020-08-06T00:15:32.466Z] === RUN TestDockerSuite/TestBuildContextCleanup [2020-08-06T00:15:32.502Z] --- PASS: TestDaemonDNSFallback (7.39s) [2020-08-06T00:15:32.502Z] === RUN TestInspectNetwork [2020-08-06T00:15:32.724Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2020-08-06T00:15:32.726Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2020-08-06T00:15:32.987Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2020-08-06T00:15:33.018Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2020-08-06T00:15:33.248Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2020-08-06T00:15:33.311Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2020-08-06T00:15:33.507Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2020-08-06T00:15:33.606Z] --- PASS: TestBuildMultiStageCopy (2.81s) [2020-08-06T00:15:33.606Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.52s) [2020-08-06T00:15:33.606Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.29s) [2020-08-06T00:15:33.606Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.33s) [2020-08-06T00:15:33.606Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s) [2020-08-06T00:15:33.606Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.35s) [2020-08-06T00:15:33.606Z] === RUN TestBuildMultiStageParentConfig [2020-08-06T00:15:33.766Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2020-08-06T00:15:33.902Z] --- PASS: TestCreateServiceMultipleTimes (23.04s) [2020-08-06T00:15:33.902Z] === RUN TestCreateServiceConflict [2020-08-06T00:15:34.648Z] --- PASS: TestBuildMultiStageParentConfig (0.81s) [2020-08-06T00:15:34.648Z] === RUN TestBuildLabelWithTargets [2020-08-06T00:15:36.165Z] --- PASS: TestBuildLabelWithTargets (1.32s) [2020-08-06T00:15:36.165Z] === RUN TestBuildWithEmptyLayers [2020-08-06T00:15:36.496Z] --- PASS: TestBuildWithEmptyLayers (0.62s) [2020-08-06T00:15:36.496Z] === RUN TestBuildMultiStageOnBuild [2020-08-06T00:15:36.717Z] === RUN TestInspectNetwork/full_network_id [2020-08-06T00:15:36.717Z] === RUN TestInspectNetwork/partial_network_id [2020-08-06T00:15:36.717Z] === RUN TestInspectNetwork/network_name [2020-08-06T00:15:36.717Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-08-06T00:15:37.060Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2020-08-06T00:15:37.410Z] --- PASS: TestCreateServiceConflict (3.54s) [2020-08-06T00:15:37.410Z] === RUN TestCreateServiceMaxReplicas [2020-08-06T00:15:38.441Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2020-08-06T00:15:38.586Z] --- PASS: TestBuildMultiStageOnBuild (1.73s) [2020-08-06T00:15:38.586Z] === RUN TestBuildUncleanTarFilenames [2020-08-06T00:15:39.226Z] --- PASS: TestBuildUncleanTarFilenames (0.89s) [2020-08-06T00:15:39.226Z] === RUN TestBuildMultiStageLayerLeak [2020-08-06T00:15:39.835Z] --- PASS: TestContainerKillOnDaemonStart (12.79s) [2020-08-06T00:15:39.835Z] PASS [2020-08-06T00:15:39.835Z] [2020-08-06T00:15:39.835Z] === Skipped [2020-08-06T00:15:39.835Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2020-08-06T00:15:39.835Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-08-06T00:15:39.835Z] [2020-08-06T00:15:39.835Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2020-08-06T00:15:39.835Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:15:39.835Z] [2020-08-06T00:15:39.835Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2020-08-06T00:15:39.835Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:15:39.835Z] [2020-08-06T00:15:39.835Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-08-06T00:15:39.835Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-08-06T00:15:39.835Z] [2020-08-06T00:15:39.835Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2020-08-06T00:15:39.835Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-08-06T00:15:39.835Z] [2020-08-06T00:15:39.835Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2020-08-06T00:15:39.835Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:15:39.835Z] [2020-08-06T00:15:39.835Z] [2020-08-06T00:15:39.835Z] DONE 192 tests, 6 skipped in 145.843s [2020-08-06T00:15:39.835Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2020-08-06T00:15:39.835Z] ++ 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-08-06T00:15:39.835Z] ++ set -e [2020-08-06T00:15:39.835Z] ++ '[' -n 0 ']' [2020-08-06T00:15:39.835Z] ++ set -x [2020-08-06T00:15:39.835Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-08-06T00:15:40.102Z] INFO: Testing against a local daemon [2020-08-06T00:15:40.102Z] === RUN TestCommitInheritsEnv [2020-08-06T00:15:40.362Z] --- PASS: TestCommitInheritsEnv (0.37s) [2020-08-06T00:15:40.362Z] === RUN TestImportExtremelyLargeImageWorks [2020-08-06T00:15:40.362Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-08-06T00:15:40.362Z] === RUN TestImagesFilterMultiReference [2020-08-06T00:15:40.362Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2020-08-06T00:15:40.362Z] === RUN TestImagePullPlatformInvalid [2020-08-06T00:15:40.362Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2020-08-06T00:15:40.362Z] === RUN TestRemoveImageOrphaning [2020-08-06T00:15:40.750Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s) [2020-08-06T00:15:40.750Z] === RUN TestBuildWithHugeFile [2020-08-06T00:15:40.904Z] fc1b9e59edad: Pull complete [2020-08-06T00:15:40.904Z] Digest: sha256:921bed01c2a023310bdbaa288edebd82c4910e536ff206b87e9cbe703ca27505 [2020-08-06T00:15:40.904Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:15:40.904Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2020-08-06T00:15:40.904Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2020-08-06T00:15:40.904Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1339' [2020-08-06T00:15:40.904Z] WARN: Skipping validation tests [2020-08-06T00:15:40.904Z] INFO: Running unit tests at 08/06/2020 00:15:36... [2020-08-06T00:15:40.904Z] INFO: make.ps1 starting at 08/06/2020 00:15:39 [2020-08-06T00:15:40.904Z] INFO: Git commit (a6b00ed9b9) assumed from DOCKER_GITCOMMIT environment variable [2020-08-06T00:15:40.904Z] INFO: Invoking autogen... [2020-08-06T00:15:40.904Z] INFO: Running unit tests... [2020-08-06T00:15:40.931Z] --- PASS: TestRemoveImageOrphaning (0.34s) [2020-08-06T00:15:40.931Z] === RUN TestRemoveImageGarbageCollector [2020-08-06T00:15:41.500Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2020-08-06T00:15:41.760Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2020-08-06T00:15:41.853Z] --- PASS: TestCreateServiceMaxReplicas (4.02s) [2020-08-06T00:15:41.853Z] === RUN TestCreateWithDuplicateNetworkNames [2020-08-06T00:15:42.006Z] --- PASS: TestInspectNetwork (9.60s) [2020-08-06T00:15:42.006Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-08-06T00:15:42.006Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-08-06T00:15:42.006Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-08-06T00:15:42.006Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-08-06T00:15:42.006Z] === RUN TestRunContainerWithBridgeNone [2020-08-06T00:15:42.019Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2020-08-06T00:15:42.589Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2020-08-06T00:15:42.849Z] --- PASS: TestRemoveImageGarbageCollector (2.06s) [2020-08-06T00:15:42.849Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-08-06T00:15:42.849Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2020-08-06T00:15:42.849Z] === RUN TestTagInvalidReference [2020-08-06T00:15:42.849Z] --- PASS: TestTagInvalidReference (0.03s) [2020-08-06T00:15:42.849Z] === RUN TestTagValidPrefixedRepo [2020-08-06T00:15:43.109Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2020-08-06T00:15:43.109Z] === RUN TestTagExistedNameWithoutForce [2020-08-06T00:15:43.109Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2020-08-06T00:15:43.109Z] === RUN TestTagOfficialNames [2020-08-06T00:15:43.109Z] --- PASS: TestTagOfficialNames (0.06s) [2020-08-06T00:15:43.109Z] === RUN TestTagMatchesDigest [2020-08-06T00:15:43.109Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-08-06T00:15:43.109Z] === CONT TestImportExtremelyLargeImageWorks [2020-08-06T00:15:43.923Z] --- PASS: TestRunContainerWithBridgeNone (2.36s) [2020-08-06T00:15:43.923Z] === RUN TestNetworkInvalidJSON [2020-08-06T00:15:43.923Z] === RUN TestNetworkInvalidJSON//networks/create [2020-08-06T00:15:43.923Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-08-06T00:15:43.923Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:15:43.923Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:15:43.923Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:15:43.923Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:15:43.923Z] === CONT TestNetworkInvalidJSON//networks/create [2020-08-06T00:15:43.923Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:15:43.923Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:15:43.923Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-08-06T00:15:43.923Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-08-06T00:15:43.923Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-08-06T00:15:43.923Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-08-06T00:15:43.923Z] === RUN TestHostIPv4BridgeLabel [2020-08-06T00:15:44.496Z] --- PASS: TestHostIPv4BridgeLabel (0.79s) [2020-08-06T00:15:44.496Z] === RUN TestDaemonRestartWithLiveRestore [2020-08-06T00:15:45.648Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2020-08-06T00:15:45.884Z] --- PASS: TestDaemonRestartWithLiveRestore (1.37s) [2020-08-06T00:15:45.884Z] === RUN TestDaemonDefaultNetworkPools [2020-08-06T00:15:47.032Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2020-08-06T00:15:47.270Z] --- PASS: TestDaemonDefaultNetworkPools (1.27s) [2020-08-06T00:15:47.270Z] === RUN TestDaemonRestartWithExistingNetwork [2020-08-06T00:15:47.940Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-quiet --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/quota github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2020-08-06T00:15:47.973Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2020-08-06T00:15:48.543Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2020-08-06T00:15:49.113Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2020-08-06T00:15:49.113Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2020-08-06T00:15:49.188Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.92s) [2020-08-06T00:15:49.188Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-08-06T00:15:50.495Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2020-08-06T00:15:50.495Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2020-08-06T00:15:50.495Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2020-08-06T00:15:50.495Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2020-08-06T00:15:50.495Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2020-08-06T00:15:51.738Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.40s) [2020-08-06T00:15:51.738Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-08-06T00:15:52.311Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.83s) [2020-08-06T00:15:52.311Z] === RUN TestServiceWithPredefinedNetwork [2020-08-06T00:15:53.703Z] ? github.com/docker/docker/api [no test files] [2020-08-06T00:15:54.695Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2020-08-06T00:15:54.695Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2020-08-06T00:15:55.264Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2020-08-06T00:15:55.618Z] --- PASS: TestServiceWithPredefinedNetwork (3.35s) [2020-08-06T00:15:55.618Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-08-06T00:15:55.618Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-08-06T00:15:55.618Z] service_test.go:236: FLAKY_TEST [2020-08-06T00:15:55.618Z] === RUN TestServiceWithDataPathPortInit [2020-08-06T00:15:55.833Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2020-08-06T00:15:56.404Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2020-08-06T00:15:57.183Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.44s) [2020-08-06T00:15:57.183Z] === RUN TestCreateServiceSecretFileMode [2020-08-06T00:15:58.960Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2020-08-06T00:15:59.899Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2020-08-06T00:16:00.468Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2020-08-06T00:16:00.695Z] --- PASS: TestCreateServiceSecretFileMode (3.54s) [2020-08-06T00:16:00.695Z] === RUN TestCreateServiceConfigFileMode [2020-08-06T00:16:01.849Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2020-08-06T00:16:02.790Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2020-08-06T00:16:03.731Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2020-08-06T00:16:04.204Z] --- PASS: TestCreateServiceConfigFileMode (3.62s) [2020-08-06T00:16:04.205Z] === RUN TestCreateServiceSysctls [2020-08-06T00:16:05.646Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2020-08-06T00:16:06.043Z] ok github.com/docker/docker/api/server 0.131s coverage: 9.0% of statements [2020-08-06T00:16:08.688Z] --- PASS: TestCreateServiceSysctls (4.26s) [2020-08-06T00:16:08.688Z] === RUN TestCreateServiceCapabilities [2020-08-06T00:16:08.944Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2020-08-06T00:16:09.884Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2020-08-06T00:16:10.824Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2020-08-06T00:16:12.198Z] --- PASS: TestCreateServiceCapabilities (3.49s) [2020-08-06T00:16:12.198Z] === RUN TestInspect [2020-08-06T00:16:13.742Z] --- PASS: TestServiceWithDataPathPortInit (18.09s) [2020-08-06T00:16:13.742Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-08-06T00:16:15.024Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2020-08-06T00:16:15.025Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2020-08-06T00:16:15.285Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2020-08-06T00:16:15.709Z] --- PASS: TestInspect (3.98s) [2020-08-06T00:16:15.710Z] === RUN TestCreateJob [2020-08-06T00:16:16.310Z] Created binary: bundles/binary-daemon/dockerd-dev [2020-08-06T00:16:16.310Z] Copying nested executables into bundles/binary-daemon [2020-08-06T00:16:16.310Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2020-08-06T00:16:16.648Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/make.sh cross [2020-08-06T00:16:16.666Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2020-08-06T00:16:16.905Z] [2020-08-06T00:16:17.162Z] Removing bundles/ [2020-08-06T00:16:17.162Z] [2020-08-06T00:16:17.162Z] ---> Making bundle: cross (in bundles/cross) [2020-08-06T00:16:17.162Z] Cross building: bundles/cross/linux/amd64 [2020-08-06T00:16:17.162Z] Building: bundles/cross/linux/amd64/dockerd-dev [2020-08-06T00:16:17.162Z] GOOS="linux" GOARCH="amd64" GOARM="" [2020-08-06T00:16:18.578Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2020-08-06T00:16:20.758Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2020-08-06T00:16:21.270Z] --- PASS: TestCreateJob (4.67s) [2020-08-06T00:16:21.270Z] === RUN TestReplicatedJob [2020-08-06T00:16:21.327Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2020-08-06T00:16:21.327Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2020-08-06T00:16:21.587Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2020-08-06T00:16:22.526Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2020-08-06T00:16:23.775Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.95s) [2020-08-06T00:16:23.775Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:l6dlx0qsp5314o0bev39eox1z Created:2020-08-06 00:16:15.241599933 +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[a1e87c6b07a16e700ae6c45f0cc0d0e26fc723d71cbe21878b49086aaa8ad7c6:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ny8bocl7v9wink2596bkapk1a EndpointID:62d4db588c8a59625f99106c49119789ad850b4a96d21488f17fb00dc5cd0e89 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0828c771750e7e44cd86397f586d94bf3463756aa684519bd5073eb03d562ec5 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:bf434d9ada0d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ny8bocl7v9wink2596bkapk1a EndpointID:62d4db588c8a59625f99106c49119789ad850b4a96d21488f17fb00dc5cd0e89 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-08-06T00:16:23.775Z] PASS [2020-08-06T00:16:23.775Z] [2020-08-06T00:16:23.775Z] === Skipped [2020-08-06T00:16:23.775Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-08-06T00:16:23.775Z] service_test.go:236: FLAKY_TEST [2020-08-06T00:16:23.775Z] [2020-08-06T00:16:23.775Z] [2020-08-06T00:16:23.775Z] DONE 23 tests, 1 skipped in 60.113s [2020-08-06T00:16:23.775Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-08-06T00:16:23.775Z] ++ 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-08-06T00:16:23.775Z] ++ set -e [2020-08-06T00:16:23.775Z] ++ '[' -n 0 ']' [2020-08-06T00:16:23.775Z] ++ set -x [2020-08-06T00:16:23.775Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:16:23.775Z] INFO: Testing against a local daemon [2020-08-06T00:16:23.775Z] === RUN TestDockerNetworkIpvlanPersistance [2020-08-06T00:16:23.775Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-08-06T00:16:23.775Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:16:23.775Z] === RUN TestDockerNetworkIpvlan [2020-08-06T00:16:23.775Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-08-06T00:16:23.775Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:16:23.775Z] PASS [2020-08-06T00:16:23.775Z] [2020-08-06T00:16:23.775Z] === Skipped [2020-08-06T00:16:23.775Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-08-06T00:16:23.775Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:16:23.775Z] [2020-08-06T00:16:23.775Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-08-06T00:16:23.775Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:16:23.775Z] [2020-08-06T00:16:23.775Z] [2020-08-06T00:16:23.775Z] DONE 2 tests, 2 skipped in 0.204s [2020-08-06T00:16:23.775Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-08-06T00:16:23.775Z] ++ 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-08-06T00:16:23.775Z] ++ set -e [2020-08-06T00:16:23.775Z] ++ '[' -n 0 ']' [2020-08-06T00:16:23.775Z] ++ set -x [2020-08-06T00:16:23.775Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:16:23.775Z] INFO: Testing against a local daemon [2020-08-06T00:16:23.775Z] === RUN TestDockerNetworkMacvlanPersistance [2020-08-06T00:16:23.909Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2020-08-06T00:16:23.909Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2020-08-06T00:16:24.170Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2020-08-06T00:16:24.740Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2020-08-06T00:16:25.000Z] === RUN TestDockerSuite/TestBuildDockerignore [2020-08-06T00:16:25.164Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.07s) [2020-08-06T00:16:25.164Z] === RUN TestDockerNetworkMacvlan [2020-08-06T00:16:25.571Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2020-08-06T00:16:26.108Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-08-06T00:16:27.484Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2020-08-06T00:16:27.484Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2020-08-06T00:16:27.496Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-08-06T00:16:28.157Z] --- PASS: TestReplicatedJob (7.46s) [2020-08-06T00:16:28.157Z] === RUN TestUpdateReplicatedJob [2020-08-06T00:16:28.439Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-08-06T00:16:29.393Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2020-08-06T00:16:31.305Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2020-08-06T00:16:32.602Z] --- PASS: TestUpdateReplicatedJob (4.50s) [2020-08-06T00:16:32.602Z] === RUN TestServiceListWithStatuses [2020-08-06T00:16:32.602Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-08-06T00:16:32.602Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-08-06T00:16:32.602Z] === RUN TestDockerNetworkConnectAlias [2020-08-06T00:16:32.649Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-08-06T00:16:35.197Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-08-06T00:16:35.505Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2020-08-06T00:16:35.505Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2020-08-06T00:16:36.890Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2020-08-06T00:16:36.890Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2020-08-06T00:16:37.752Z] --- PASS: TestBuildWithHugeFile (53.61s) [2020-08-06T00:16:37.752Z] === RUN TestBuildWithEmptyDockerfile [2020-08-06T00:16:37.752Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:16:37.752Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:16:37.752Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:16:37.752Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:16:37.752Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:16:37.752Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:16:37.753Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2020-08-06T00:16:37.753Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2020-08-06T00:16:37.753Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2020-08-06T00:16:37.753Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2020-08-06T00:16:37.753Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s) [2020-08-06T00:16:37.753Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.28s) [2020-08-06T00:16:37.753Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.29s) [2020-08-06T00:16:37.753Z] === RUN TestBuildPreserveOwnership [2020-08-06T00:16:37.753Z] === RUN TestBuildPreserveOwnership/copy_from [2020-08-06T00:16:37.753Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2020-08-06T00:16:38.799Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2020-08-06T00:16:38.811Z] --- PASS: TestBuildPreserveOwnership (3.78s) [2020-08-06T00:16:38.811Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.46s) [2020-08-06T00:16:38.811Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.31s) [2020-08-06T00:16:38.811Z] === RUN TestBuildPlatformInvalid [2020-08-06T00:16:38.811Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2020-08-06T00:16:38.811Z] PASS [2020-08-06T00:16:38.811Z] [2020-08-06T00:16:38.811Z] === Skipped [2020-08-06T00:16:38.811Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2020-08-06T00:16:38.811Z] build_session_test.go:25: TODO: BuildKit [2020-08-06T00:16:38.811Z] [2020-08-06T00:16:38.811Z] [2020-08-06T00:16:38.811Z] DONE 32 tests, 1 skipped in 92.954s [2020-08-06T00:16:38.811Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2020-08-06T00:16:38.811Z] ++ 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-08-06T00:16:38.811Z] ++ set -e [2020-08-06T00:16:38.811Z] ++ '[' -n 0 ']' [2020-08-06T00:16:38.811Z] ++ set -x [2020-08-06T00:16:38.811Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:16:38.811Z] INFO: Testing against a local daemon [2020-08-06T00:16:38.811Z] === RUN TestConfigInspect [2020-08-06T00:16:40.730Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2020-08-06T00:16:40.889Z] --- PASS: TestConfigInspect (1.92s) [2020-08-06T00:16:40.889Z] === RUN TestConfigList [2020-08-06T00:16:41.071Z] --- PASS: TestDockerNetworkConnectAlias (8.01s) [2020-08-06T00:16:41.071Z] === RUN TestDockerNetworkReConnect [2020-08-06T00:16:41.789Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-08-06T00:16:42.113Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2020-08-06T00:16:42.965Z] --- PASS: TestConfigList (1.93s) [2020-08-06T00:16:42.965Z] === RUN TestConfigsCreateAndDelete [2020-08-06T00:16:43.177Z] --- PASS: TestDockerNetworkMacvlan (18.12s) [2020-08-06T00:16:43.177Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2020-08-06T00:16:43.177Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2020-08-06T00:16:43.177Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.01s) [2020-08-06T00:16:43.177Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.02s) [2020-08-06T00:16:43.177Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.67s) [2020-08-06T00:16:43.177Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.24s) [2020-08-06T00:16:43.177Z] PASS [2020-08-06T00:16:43.177Z] [2020-08-06T00:16:43.177Z] DONE 8 tests in 20.405s [2020-08-06T00:16:43.177Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2020-08-06T00:16:43.177Z] ++ 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-08-06T00:16:43.177Z] ++ set -e [2020-08-06T00:16:43.177Z] ++ '[' -n 0 ']' [2020-08-06T00:16:43.177Z] ++ set -x [2020-08-06T00:16:43.177Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:16:43.177Z] testing: warning: no tests to run [2020-08-06T00:16:43.177Z] PASS [2020-08-06T00:16:43.177Z] [2020-08-06T00:16:43.177Z] DONE 0 tests in 0.029s [2020-08-06T00:16:43.177Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-08-06T00:16:43.177Z] ++ 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-08-06T00:16:43.177Z] ++ set -e [2020-08-06T00:16:43.177Z] ++ '[' -n 0 ']' [2020-08-06T00:16:43.177Z] ++ set -x [2020-08-06T00:16:43.177Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:16:43.439Z] INFO: Testing against a local daemon [2020-08-06T00:16:43.439Z] === RUN TestAuthZPluginAllowRequest [2020-08-06T00:16:44.547Z] --- PASS: TestConfigsCreateAndDelete (1.93s) [2020-08-06T00:16:44.547Z] === RUN TestConfigsUpdate [2020-08-06T00:16:45.356Z] --- PASS: TestAuthZPluginAllowRequest (1.72s) [2020-08-06T00:16:45.356Z] === RUN TestAuthZPluginTLS [2020-08-06T00:16:45.407Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2020-08-06T00:16:45.929Z] --- PASS: TestAuthZPluginTLS (0.69s) [2020-08-06T00:16:45.929Z] === RUN TestAuthZPluginDenyRequest [2020-08-06T00:16:46.501Z] --- PASS: TestAuthZPluginDenyRequest (0.63s) [2020-08-06T00:16:46.501Z] === RUN TestAuthZPluginAPIDenyResponse [2020-08-06T00:16:46.628Z] --- PASS: TestConfigsUpdate (1.89s) [2020-08-06T00:16:46.628Z] === RUN TestTemplatedConfig [2020-08-06T00:16:46.690Z] --- PASS: TestDockerNetworkReConnect (6.18s) [2020-08-06T00:16:46.690Z] === RUN TestServicePlugin [2020-08-06T00:16:46.690Z] --- SKIP: TestServicePlugin (0.00s) [2020-08-06T00:16:46.690Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:16:46.690Z] === RUN TestServiceUpdateLabel [2020-08-06T00:16:47.074Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.63s) [2020-08-06T00:16:47.074Z] === RUN TestAuthZPluginDenyResponse [2020-08-06T00:16:48.018Z] --- PASS: TestAuthZPluginDenyResponse (0.64s) [2020-08-06T00:16:48.019Z] === RUN TestAuthZPluginAllowEventStream [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-08-06T00:16:48.491Z] ok github.com/docker/docker/api/server/httputils 0.154s coverage: 14.7% of statements [2020-08-06T00:16:48.491Z] ok github.com/docker/docker/api/server/middleware 0.210s coverage: 37.7% of statements [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-08-06T00:16:48.491Z] ok github.com/docker/docker/api/types/filters 0.086s coverage: 92.2% of statements [2020-08-06T00:16:48.491Z] ok github.com/docker/docker/api/types/strslice 0.080s coverage: 90.0% of statements [2020-08-06T00:16:48.491Z] ok github.com/docker/docker/api/types/time 0.254s coverage: 100.0% of statements [2020-08-06T00:16:48.491Z] ok github.com/docker/docker/api/server/router/swarm 0.253s coverage: 5.7% of statements [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/container [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/events [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/image [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/network [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-08-06T00:16:48.491Z] ok github.com/docker/docker/api/types/versions 0.029s coverage: 75.0% of statements [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/builder [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-08-06T00:16:48.491Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-08-06T00:16:48.491Z] ok github.com/docker/docker/builder/dockerignore 0.161s coverage: 96.8% of statements [2020-08-06T00:16:48.947Z] ok github.com/docker/docker/cli/debug 0.041s coverage: 100.0% of statements [2020-08-06T00:16:48.947Z] ok github.com/docker/docker/builder/remotecontext 0.529s coverage: 9.2% of statements [2020-08-06T00:16:49.391Z] --- PASS: TestTemplatedConfig (2.51s) [2020-08-06T00:16:49.391Z] === RUN TestConfigCreateResolve [2020-08-06T00:16:49.406Z] --- PASS: TestAuthZPluginAllowEventStream (1.73s) [2020-08-06T00:16:49.406Z] === RUN TestAuthZPluginErrorResponse [2020-08-06T00:16:49.906Z] ok github.com/docker/docker/builder/dockerfile 0.642s coverage: 46.4% of statements [2020-08-06T00:16:50.197Z] --- PASS: TestServiceUpdateLabel (3.76s) [2020-08-06T00:16:50.197Z] === RUN TestServiceUpdateSecrets [2020-08-06T00:16:50.373Z] --- PASS: TestAuthZPluginErrorResponse (0.66s) [2020-08-06T00:16:50.373Z] === RUN TestAuthZPluginErrorRequest [2020-08-06T00:16:50.687Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2020-08-06T00:16:50.946Z] --- PASS: TestAuthZPluginErrorRequest (0.65s) [2020-08-06T00:16:50.946Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-08-06T00:16:51.488Z] --- PASS: TestConfigCreateResolve (2.40s) [2020-08-06T00:16:51.488Z] === RUN TestConfigDaemonLibtrustID [2020-08-06T00:16:51.518Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.64s) [2020-08-06T00:16:51.518Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-08-06T00:16:51.626Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2020-08-06T00:16:51.886Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2020-08-06T00:16:52.128Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2020-08-06T00:16:52.128Z] PASS [2020-08-06T00:16:52.128Z] [2020-08-06T00:16:52.128Z] DONE 7 tests in 13.199s [2020-08-06T00:16:52.128Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2020-08-06T00:16:52.128Z] ++ 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-08-06T00:16:52.128Z] ++ set -e [2020-08-06T00:16:52.128Z] ++ '[' -n 0 ']' [2020-08-06T00:16:52.128Z] ++ set -x [2020-08-06T00:16:52.128Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:16:52.128Z] INFO: Testing against a local daemon [2020-08-06T00:16:52.128Z] === RUN TestCheckpoint [2020-08-06T00:16:52.128Z] --- SKIP: TestCheckpoint (0.00s) [2020-08-06T00:16:52.128Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-08-06T00:16:52.128Z] === RUN TestContainerInvalidJSON [2020-08-06T00:16:52.128Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:16:52.128Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:16:52.128Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:16:52.128Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:16:52.128Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:16:52.128Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:16:52.128Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2020-08-06T00:16:52.128Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2020-08-06T00:16:52.128Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2020-08-06T00:16:52.128Z] --- PASS: TestContainerInvalidJSON (0.02s) [2020-08-06T00:16:52.128Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2020-08-06T00:16:52.128Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2020-08-06T00:16:52.128Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2020-08-06T00:16:52.128Z] === RUN TestCopyFromContainerPathDoesNotExist [2020-08-06T00:16:52.128Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2020-08-06T00:16:52.128Z] === RUN TestCopyFromContainerPathIsNotDir [2020-08-06T00:16:52.128Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2020-08-06T00:16:52.128Z] === RUN TestCopyToContainerPathDoesNotExist [2020-08-06T00:16:52.424Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2020-08-06T00:16:52.424Z] === RUN TestCopyToContainerPathIsNotDir [2020-08-06T00:16:52.424Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2020-08-06T00:16:52.424Z] === RUN TestCopyFromContainer [2020-08-06T00:16:52.824Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2020-08-06T00:16:53.084Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2020-08-06T00:16:53.084Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2020-08-06T00:16:53.466Z] === RUN TestCopyFromContainer// [2020-08-06T00:16:53.762Z] === RUN TestCopyFromContainer//bar/root [2020-08-06T00:16:53.762Z] === RUN TestCopyFromContainer//bar/root/ [2020-08-06T00:16:53.762Z] === RUN TestCopyFromContainer/bar/quux [2020-08-06T00:16:53.762Z] === RUN TestCopyFromContainer/bar/quux/ [2020-08-06T00:16:54.024Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2020-08-06T00:16:54.057Z] === RUN TestCopyFromContainer/bar/quux/baz [2020-08-06T00:16:54.057Z] === RUN TestCopyFromContainer/bar/filesymlink [2020-08-06T00:16:54.057Z] === RUN TestCopyFromContainer/bar/dirsymlink [2020-08-06T00:16:54.057Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2020-08-06T00:16:54.065Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.21s) [2020-08-06T00:16:54.065Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-08-06T00:16:54.352Z] === RUN TestCopyFromContainer/bar/notarget [2020-08-06T00:16:54.352Z] --- PASS: TestCopyFromContainer (1.94s) [2020-08-06T00:16:54.352Z] --- PASS: TestCopyFromContainer// (0.07s) [2020-08-06T00:16:54.352Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2020-08-06T00:16:54.352Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2020-08-06T00:16:54.352Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2020-08-06T00:16:54.352Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2020-08-06T00:16:54.352Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2020-08-06T00:16:54.352Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2020-08-06T00:16:54.352Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2020-08-06T00:16:54.352Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2020-08-06T00:16:54.352Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2020-08-06T00:16:54.352Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2020-08-06T00:16:54.352Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:16:54.352Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:16:54.352Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:16:54.352Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:16:54.352Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:16:54.352Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:16:54.352Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2020-08-06T00:16:54.352Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2020-08-06T00:16:54.352Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2020-08-06T00:16:54.352Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2020-08-06T00:16:54.352Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2020-08-06T00:16:54.352Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2020-08-06T00:16:54.352Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2020-08-06T00:16:54.352Z] === RUN TestCreateLinkToNonExistingContainer [2020-08-06T00:16:54.352Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2020-08-06T00:16:54.352Z] === RUN TestCreateWithInvalidEnv [2020-08-06T00:16:54.352Z] === RUN TestCreateWithInvalidEnv/0 [2020-08-06T00:16:54.352Z] === PAUSE TestCreateWithInvalidEnv/0 [2020-08-06T00:16:54.352Z] === RUN TestCreateWithInvalidEnv/1 [2020-08-06T00:16:54.352Z] === PAUSE TestCreateWithInvalidEnv/1 [2020-08-06T00:16:54.352Z] === RUN TestCreateWithInvalidEnv/2 [2020-08-06T00:16:54.352Z] === PAUSE TestCreateWithInvalidEnv/2 [2020-08-06T00:16:54.352Z] === CONT TestCreateWithInvalidEnv/0 [2020-08-06T00:16:54.352Z] === CONT TestCreateWithInvalidEnv/1 [2020-08-06T00:16:54.352Z] === CONT TestCreateWithInvalidEnv/2 [2020-08-06T00:16:54.352Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2020-08-06T00:16:54.352Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2020-08-06T00:16:54.352Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2020-08-06T00:16:54.352Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2020-08-06T00:16:54.352Z] === RUN TestCreateTmpfsMountsTarget [2020-08-06T00:16:54.352Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2020-08-06T00:16:54.352Z] === RUN TestCreateWithCustomMaskedPaths [2020-08-06T00:16:55.870Z] --- PASS: TestCreateWithCustomMaskedPaths (1.47s) [2020-08-06T00:16:55.870Z] === RUN TestCreateWithCustomReadonlyPaths [2020-08-06T00:16:55.980Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.24s) [2020-08-06T00:16:55.980Z] === RUN TestAuthZPluginHeader [2020-08-06T00:16:56.923Z] --- PASS: TestAuthZPluginHeader (1.01s) [2020-08-06T00:16:56.923Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-08-06T00:16:56.923Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-08-06T00:16:56.923Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:16:56.923Z] === RUN TestAuthZPluginV2Disable [2020-08-06T00:16:56.923Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-08-06T00:16:56.923Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:16:56.923Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-08-06T00:16:56.923Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-08-06T00:16:56.923Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:16:56.923Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-08-06T00:16:56.923Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-08-06T00:16:56.923Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:16:56.923Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-08-06T00:16:57.318Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2020-08-06T00:16:57.390Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.53s) [2020-08-06T00:16:57.390Z] === RUN TestCreateWithInvalidHealthcheckParams [2020-08-06T00:16:57.390Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:16:57.390Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:16:57.390Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:16:57.390Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:16:57.390Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:16:57.390Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:16:57.390Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:16:57.390Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:16:57.390Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:16:57.390Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:16:57.390Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2020-08-06T00:16:57.390Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2020-08-06T00:16:57.390Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2020-08-06T00:16:57.390Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2020-08-06T00:16:57.390Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2020-08-06T00:16:57.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2020-08-06T00:16:57.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2020-08-06T00:16:57.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2020-08-06T00:16:57.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2020-08-06T00:16:57.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2020-08-06T00:16:57.390Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2020-08-06T00:16:57.390Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2020-08-06T00:16:57.578Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2020-08-06T00:16:58.032Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.53s) [2020-08-06T00:16:58.032Z] === RUN TestCreateDifferentPlatform [2020-08-06T00:16:58.032Z] === RUN TestCreateDifferentPlatform/different_os [2020-08-06T00:16:58.032Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2020-08-06T00:16:58.032Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2020-08-06T00:16:58.032Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2020-08-06T00:16:58.032Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2020-08-06T00:16:58.032Z] === RUN TestCreateVolumesFromNonExistingContainer [2020-08-06T00:16:58.032Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2020-08-06T00:16:58.032Z] === RUN TestContainerStartOnDaemonRestart [2020-08-06T00:16:58.032Z] === PAUSE TestContainerStartOnDaemonRestart [2020-08-06T00:16:58.032Z] === RUN TestDaemonRestartIpcMode [2020-08-06T00:16:58.032Z] === PAUSE TestDaemonRestartIpcMode [2020-08-06T00:16:58.032Z] === RUN TestDaemonHostGatewayIP [2020-08-06T00:16:58.032Z] === PAUSE TestDaemonHostGatewayIP [2020-08-06T00:16:58.032Z] === RUN TestContainerKillOnDaemonStart [2020-08-06T00:16:58.032Z] === PAUSE TestContainerKillOnDaemonStart [2020-08-06T00:16:58.032Z] === RUN TestDiff [2020-08-06T00:16:58.687Z] --- PASS: TestDiff (0.54s) [2020-08-06T00:16:58.687Z] === RUN TestExecWithCloseStdin [2020-08-06T00:16:59.326Z] --- PASS: TestExecWithCloseStdin (0.58s) [2020-08-06T00:16:59.326Z] === RUN TestExec [2020-08-06T00:16:59.968Z] --- PASS: TestExec (0.63s) [2020-08-06T00:16:59.968Z] === RUN TestExecUser [2020-08-06T00:17:00.119Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2020-08-06T00:17:00.179Z] ok github.com/docker/docker/client 0.530s coverage: 74.9% of statements [2020-08-06T00:17:00.605Z] --- PASS: TestExecUser (0.62s) [2020-08-06T00:17:00.605Z] === RUN TestExportContainerAndImportImage [2020-08-06T00:17:01.248Z] --- PASS: TestExportContainerAndImportImage (0.76s) [2020-08-06T00:17:01.248Z] === RUN TestExportContainerAfterDaemonRestart [2020-08-06T00:17:02.027Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2020-08-06T00:17:02.764Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2020-08-06T00:17:02.764Z] === RUN TestHealthCheckWorkdir [2020-08-06T00:17:03.402Z] --- PASS: TestHealthCheckWorkdir (0.73s) [2020-08-06T00:17:03.402Z] === RUN TestHealthKillContainer [2020-08-06T00:17:05.334Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2020-08-06T00:17:06.140Z] --- PASS: TestHealthKillContainer (2.59s) [2020-08-06T00:17:06.140Z] === RUN TestInspectCpusetInConfigPre120 [2020-08-06T00:17:06.436Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) [2020-08-06T00:17:06.436Z] === RUN TestIpcModeNone [2020-08-06T00:17:07.072Z] --- PASS: TestIpcModeNone (0.58s) [2020-08-06T00:17:07.072Z] === RUN TestIpcModePrivate [2020-08-06T00:17:07.712Z] --- PASS: TestIpcModePrivate (0.59s) [2020-08-06T00:17:07.712Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2020-08-06T00:17:07.712Z] === RUN TestIpcModeShareable [2020-08-06T00:17:08.366Z] --- PASS: TestIpcModeShareable (0.61s) [2020-08-06T00:17:08.366Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2020-08-06T00:17:08.366Z] === RUN TestAPIIpcModeShareableAndContainer [2020-08-06T00:17:08.627Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2020-08-06T00:17:08.760Z] --- PASS: TestServiceUpdateSecrets (15.93s) [2020-08-06T00:17:08.760Z] === RUN TestServiceUpdateConfigs [2020-08-06T00:17:10.448Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.79s) [2020-08-06T00:17:10.448Z] === RUN TestAPIIpcModeHost [2020-08-06T00:17:10.448Z] --- PASS: TestAPIIpcModeHost (0.49s) [2020-08-06T00:17:10.448Z] === RUN TestDaemonIpcModeShareable [2020-08-06T00:17:10.534Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2020-08-06T00:17:11.975Z] --- PASS: TestDaemonIpcModeShareable (1.36s) [2020-08-06T00:17:11.975Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-08-06T00:17:11.975Z] === RUN TestDaemonIpcModePrivate [2020-08-06T00:17:12.441Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2020-08-06T00:17:12.522Z] ok github.com/docker/docker/builder/remotecontext/git 24.216s coverage: 86.3% of statements [2020-08-06T00:17:12.522Z] ? github.com/docker/docker/cli [no test files] [2020-08-06T00:17:12.522Z] ? github.com/docker/docker/cli/config [no test files] [2020-08-06T00:17:13.489Z] --- PASS: TestDaemonIpcModePrivate (1.35s) [2020-08-06T00:17:13.489Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-08-06T00:17:13.489Z] === RUN TestDaemonIpcModePrivateFromConfig [2020-08-06T00:17:13.823Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2020-08-06T00:17:14.535Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.32s) [2020-08-06T00:17:14.535Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2020-08-06T00:17:14.535Z] === RUN TestDaemonIpcModeShareableFromConfig [2020-08-06T00:17:16.053Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.37s) [2020-08-06T00:17:16.053Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2020-08-06T00:17:16.053Z] === RUN TestIpcModeOlderClient [2020-08-06T00:17:16.053Z] === PAUSE TestIpcModeOlderClient [2020-08-06T00:17:16.053Z] === RUN TestKillContainerInvalidSignal [2020-08-06T00:17:16.365Z] === RUN TestDockerDaemonSuite/TestShmSize [2020-08-06T00:17:16.690Z] --- PASS: TestKillContainerInvalidSignal (0.52s) [2020-08-06T00:17:16.690Z] === RUN TestKillContainer [2020-08-06T00:17:16.690Z] === RUN TestKillContainer/no_signal [2020-08-06T00:17:16.986Z] === RUN TestKillContainer/non_killing_signal [2020-08-06T00:17:17.281Z] === RUN TestKillContainer/killing_signal [2020-08-06T00:17:18.273Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2020-08-06T00:17:18.312Z] ok github.com/docker/docker/cmd/dockerd 0.549s coverage: 19.3% of statements [2020-08-06T00:17:18.325Z] --- PASS: TestKillContainer (1.57s) [2020-08-06T00:17:18.325Z] --- PASS: TestKillContainer/no_signal (0.51s) [2020-08-06T00:17:18.325Z] --- PASS: TestKillContainer/non_killing_signal (0.37s) [2020-08-06T00:17:18.325Z] --- PASS: TestKillContainer/killing_signal (0.49s) [2020-08-06T00:17:18.325Z] === RUN TestKillWithStopSignalAndRestartPolicies [2020-08-06T00:17:18.325Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2020-08-06T00:17:18.622Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2020-08-06T00:17:18.771Z] ok github.com/docker/docker/container 0.538s coverage: 41.6% of statements [2020-08-06T00:17:18.771Z] ? github.com/docker/docker/container/stream [no test files] [2020-08-06T00:17:18.771Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-08-06T00:17:18.771Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-08-06T00:17:18.771Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-08-06T00:17:18.893Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.29s) [2020-08-06T00:17:18.893Z] PASS [2020-08-06T00:17:18.893Z] [2020-08-06T00:17:18.893Z] === Skipped [2020-08-06T00:17:18.893Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-08-06T00:17:18.893Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:17:18.893Z] [2020-08-06T00:17:18.893Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-08-06T00:17:18.893Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:17:18.893Z] [2020-08-06T00:17:18.893Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-08-06T00:17:18.893Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:17:18.893Z] [2020-08-06T00:17:18.893Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-08-06T00:17:18.893Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:17:18.893Z] [2020-08-06T00:17:18.893Z] [2020-08-06T00:17:18.893Z] DONE 17 tests, 4 skipped in 31.934s [2020-08-06T00:17:18.893Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-08-06T00:17:18.893Z] ++ 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-08-06T00:17:18.893Z] ++ set -e [2020-08-06T00:17:18.893Z] ++ '[' -n 0 ']' [2020-08-06T00:17:18.893Z] ++ set -x [2020-08-06T00:17:18.893Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:17:18.893Z] INFO: Testing against a local daemon [2020-08-06T00:17:18.893Z] === RUN TestPluginInvalidJSON [2020-08-06T00:17:18.893Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:17:18.893Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:17:18.893Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:17:18.893Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-08-06T00:17:18.893Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-08-06T00:17:18.893Z] === RUN TestPluginInstall [2020-08-06T00:17:18.893Z] === RUN TestPluginInstall/no_auth [2020-08-06T00:17:19.278Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.09s) [2020-08-06T00:17:19.278Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.52s) [2020-08-06T00:17:19.278Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.39s) [2020-08-06T00:17:19.278Z] === RUN TestKillStoppedContainer [2020-08-06T00:17:19.278Z] --- PASS: TestKillStoppedContainer (0.06s) [2020-08-06T00:17:19.278Z] === RUN TestKillStoppedContainerAPIPre120 [2020-08-06T00:17:19.278Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s) [2020-08-06T00:17:19.278Z] === RUN TestKillDifferentUserContainer [2020-08-06T00:17:19.920Z] --- PASS: TestKillDifferentUserContainer (0.52s) [2020-08-06T00:17:19.920Z] === RUN TestInspectOomKilledTrue [2020-08-06T00:17:20.305Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.209s coverage: 65.3% of statements [2020-08-06T00:17:20.811Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2020-08-06T00:17:20.973Z] --- PASS: TestInspectOomKilledTrue (0.89s) [2020-08-06T00:17:20.973Z] === RUN TestInspectOomKilledFalse [2020-08-06T00:17:21.071Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2020-08-06T00:17:21.273Z] --- PASS: TestInspectOomKilledFalse (0.52s) [2020-08-06T00:17:21.273Z] === RUN TestLinksEtcHostsContentMatch [2020-08-06T00:17:21.442Z] time="2020-08-06T00:17:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:17:21.442Z] time="2020-08-06T00:17:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:58adb02927e4361b42ba82c77cf038402a28b39745be00a3174f7b2ece82541a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:17:21.442Z] time="2020-08-06T00:17:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:17:21.442Z] time="2020-08-06T00:17:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:58adb02927e4361b42ba82c77cf038402a28b39745be00a3174f7b2ece82541a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:17:21.442Z] === RUN TestPluginInstall/with_htpasswd [2020-08-06T00:17:21.574Z] --- PASS: TestLinksEtcHostsContentMatch (0.38s) [2020-08-06T00:17:21.574Z] === RUN TestLinksContainerNames [2020-08-06T00:17:22.387Z] time="2020-08-06T00:17:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:17:22.387Z] time="2020-08-06T00:17:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:649ed6b7f9e84353c4d525467f6da8505bc65c9dc543632179e896c7636fe2ba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:17:22.387Z] time="2020-08-06T00:17:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:17:22.387Z] time="2020-08-06T00:17:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:649ed6b7f9e84353c4d525467f6da8505bc65c9dc543632179e896c7636fe2ba" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:17:22.482Z] ok github.com/docker/docker/daemon/cluster 0.787s coverage: 0.5% of statements [2020-08-06T00:17:22.625Z] --- PASS: TestLinksContainerNames (1.05s) [2020-08-06T00:17:22.625Z] === RUN TestLogsFollowTailEmpty [2020-08-06T00:17:22.648Z] === RUN TestPluginInstall/with_insecure [2020-08-06T00:17:22.941Z] ok github.com/docker/docker/daemon/cluster/convert 0.954s coverage: 35.9% of statements [2020-08-06T00:17:23.266Z] --- PASS: TestLogsFollowTailEmpty (0.51s) [2020-08-06T00:17:23.266Z] === RUN TestContainerNetworkMountsNoChown [2020-08-06T00:17:23.561Z] --- PASS: TestContainerNetworkMountsNoChown (0.51s) [2020-08-06T00:17:23.561Z] === RUN TestMountDaemonRoot [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/default [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/default [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/private [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/private [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rprivate [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rprivate [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/slave [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/slave [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rslave [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rslave [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/shared [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/shared [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rshared [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rshared [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/default [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rslave [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/default/bind_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/shared [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/shared/bind_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/default/bind_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/default/mount_root [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/shared/mount_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/default/mount_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rprivate [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rshared [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/default/bind_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/private [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/private/bind_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/private/bind_root [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/slave [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/slave/bind_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/default/mount_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/slave/mount_root [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/private/mount_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/private/mount_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:17:23.861Z] === RUN TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/default/mount_root [2020-08-06T00:17:23.861Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/default/bind_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/shared/bind_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/shared/mount_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rslave/bind_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rslave/mount_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rshared/mount_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/rshared/bind_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/slave/bind_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/slave/mount_root [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2020-08-06T00:17:23.861Z] === CONT TestMountDaemonRoot/private/bind_root [2020-08-06T00:17:24.036Z] time="2020-08-06T00:17:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:17:24.036Z] time="2020-08-06T00:17:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a22f4c5378d918f18767c5e0f68669063897a8b88a899265eb922940b13b95f1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:17:24.036Z] time="2020-08-06T00:17:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:17:24.036Z] time="2020-08-06T00:17:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a22f4c5378d918f18767c5e0f68669063897a8b88a899265eb922940b13b95f1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:17:24.085Z] --- PASS: TestServiceUpdateConfigs (15.97s) [2020-08-06T00:17:24.085Z] === RUN TestServiceUpdateNetwork [2020-08-06T00:17:24.155Z] === CONT TestMountDaemonRoot/private/mount_subpath [2020-08-06T00:17:24.155Z] === CONT TestMountDaemonRoot/private/mount_root [2020-08-06T00:17:24.155Z] === CONT TestMountDaemonRoot/private/bind_subpath [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot (0.03s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2020-08-06T00:17:24.155Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2020-08-06T00:17:24.155Z] === RUN TestContainerBindMountNonRecursive [2020-08-06T00:17:24.609Z] --- PASS: TestPluginInstall (8.95s) [2020-08-06T00:17:24.609Z] --- PASS: TestPluginInstall/no_auth (5.99s) [2020-08-06T00:17:24.609Z] --- PASS: TestPluginInstall/with_htpasswd (1.19s) [2020-08-06T00:17:24.609Z] --- PASS: TestPluginInstall/with_insecure (1.77s) [2020-08-06T00:17:24.609Z] plugin_test.go:157: [d69851f6ff559] daemon is not started [2020-08-06T00:17:24.609Z] PASS [2020-08-06T00:17:24.609Z] [2020-08-06T00:17:24.609Z] DONE 6 tests in 9.196s [2020-08-06T00:17:24.609Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-08-06T00:17:24.609Z] ++ 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-08-06T00:17:24.609Z] ++ set -e [2020-08-06T00:17:24.609Z] ++ '[' -n 0 ']' [2020-08-06T00:17:24.609Z] ++ set -x [2020-08-06T00:17:24.609Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:17:24.609Z] INFO: Testing against a local daemon [2020-08-06T00:17:24.609Z] === RUN TestExternalGraphDriver [2020-08-06T00:17:24.870Z] === RUN TestExternalGraphDriver/json [2020-08-06T00:17:25.683Z] --- PASS: TestContainerBindMountNonRecursive (1.33s) [2020-08-06T00:17:25.683Z] === RUN TestNetworkNat [2020-08-06T00:17:25.978Z] --- PASS: TestNetworkNat (0.54s) [2020-08-06T00:17:25.978Z] === RUN TestNetworkLocalhostTCPNat [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite (323.72s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.65s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.74s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.59s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.82s) [2020-08-06T00:17:26.370Z] docker_cli_daemon_test.go:1449: [d45a333791dd6] daemon is not started [2020-08-06T00:17:26.370Z] check_test.go:309: [d76a33d8bbd54] daemon is not started [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.55s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.95s) [2020-08-06T00:17:26.370Z] check_test.go:309: [de7a98a5f7c61] daemon is not started [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.54s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.00s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.58s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.67s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.74s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.88s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.72s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.49s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.52s) [2020-08-06T00:17:26.370Z] check_test.go:309: [d0e82141a6a29] daemon is not started [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2020-08-06T00:17:26.370Z] check_test.go:309: [d8726ff60fc6e] daemon is not started [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.49s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.56s) [2020-08-06T00:17:26.370Z] check_test.go:309: [d8f186b9866a9] daemon is not started [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.82s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.66s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.43s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.10s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.61s) [2020-08-06T00:17:26.370Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2020-08-06T00:17:26.370Z] check_test.go:309: [d5ce541ed190f] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.00s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.84s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.39s) [2020-08-06T00:17:26.371Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-08-06T00:17:26.371Z] check_test.go:309: [d4f628eab9956] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.12s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.00s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.59s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.83s) [2020-08-06T00:17:26.371Z] check_test.go:309: [d310fe3e855a0] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.23s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.57s) [2020-08-06T00:17:26.371Z] check_test.go:309: [d63cefecaec94] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.86s) [2020-08-06T00:17:26.371Z] docker_cli_daemon_plugins_test.go:79: [d43d3ed93a4ca] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.72s) [2020-08-06T00:17:26.371Z] docker_cli_daemon_plugins_test.go:169: [d7451d757a8fc] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.00s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2020-08-06T00:17:26.371Z] check_test.go:309: [d4e01b9ec7c4f] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.40s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.76s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.65s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.76s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.75s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.62s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.04s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.53s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.22s) [2020-08-06T00:17:26.371Z] check_test.go:309: [dc05920eb2d23] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.44s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.79s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.53s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.15s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.13s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.15s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.13s) [2020-08-06T00:17:26.371Z] check_test.go:309: [d79c638bd2888] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.59s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.33s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.38s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.98s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.59s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.59s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.64s) [2020-08-06T00:17:26.371Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-08-06T00:17:26.371Z] check_test.go:309: [dfcf970879dab] daemon is not started [2020-08-06T00:17:26.371Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-08-06T00:17:26.371Z] check_test.go:309: [d32c4f87e2279] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.55s) [2020-08-06T00:17:26.371Z] check_test.go:309: [d16d91126e661] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.61s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.79s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.62s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.30s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.25s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.19s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.70s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.49s) [2020-08-06T00:17:26.371Z] check_test.go:309: [d5230b4cbca91] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.73s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.48s) [2020-08-06T00:17:26.371Z] docker_cli_daemon_plugins_test.go:105: [d2f8a0cb09f91] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.48s) [2020-08-06T00:17:26.371Z] check_test.go:309: [d28c422889bc6] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.03s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.66s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.14s) [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from config [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from config [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from config [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from config [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from config [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from cli [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from cli [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from cli [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from cli [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from cli [2020-08-06T00:17:26.371Z] check_test.go:309: [d959b08377346] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s) [2020-08-06T00:17:26.371Z] check_test.go:309: [d6b17320bc5ea] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.57s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.36s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2020-08-06T00:17:26.371Z] check_test.go:309: [df6a6b8be0f96] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.18s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.88s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.21s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2020-08-06T00:17:26.371Z] check_test.go:309: [d345167d4c9ad] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.45s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.41s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.92s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.23s) [2020-08-06T00:17:26.371Z] check_test.go:309: [df67a209f35cf] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.84s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2020-08-06T00:17:26.371Z] check_test.go:309: [de7587fa522bc] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.95s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.00s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.90s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.66s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.91s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.24s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.27s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.53s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.80s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.22s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.26s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.24s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.86s) [2020-08-06T00:17:26.371Z] docker_cli_daemon_test.go:2544: [d860ea939ef17] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.41s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.70s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.81s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.82s) [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.11s) [2020-08-06T00:17:26.371Z] check_test.go:309: [db0619d69fee1] daemon is not started [2020-08-06T00:17:26.371Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.80s) [2020-08-06T00:17:26.371Z] === RUN TestDockerSwarmSuite [2020-08-06T00:17:26.371Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2020-08-06T00:17:26.614Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s) [2020-08-06T00:17:26.614Z] === RUN TestNetworkLoopbackNat [2020-08-06T00:17:27.424Z] === RUN TestExternalGraphDriver/spec [2020-08-06T00:17:27.624Z] ok github.com/docker/docker/daemon/discovery 0.578s coverage: 30.0% of statements [2020-08-06T00:17:27.756Z] === RUN TestDockerSuite/TestBuildDotDotFile [2020-08-06T00:17:28.017Z] === RUN TestDockerSuite/TestBuildEOLInLine [2020-08-06T00:17:28.585Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2020-08-06T00:17:28.593Z] ok github.com/docker/docker/daemon/config 1.128s coverage: 79.7% of statements [2020-08-06T00:17:29.373Z] --- PASS: TestNetworkLoopbackNat (2.75s) [2020-08-06T00:17:29.373Z] === RUN TestPause [2020-08-06T00:17:29.667Z] --- PASS: TestPause (0.55s) [2020-08-06T00:17:29.667Z] === RUN TestPauseFailsOnWindowsServerContainers [2020-08-06T00:17:29.667Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2020-08-06T00:17:29.667Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-08-06T00:17:29.667Z] === RUN TestPauseStopPausedContainer [2020-08-06T00:17:30.126Z] ok github.com/docker/docker/daemon/cluster/executor/container 2.200s coverage: 11.3% of statements [2020-08-06T00:17:30.308Z] --- PASS: TestPauseStopPausedContainer (0.57s) [2020-08-06T00:17:30.308Z] === RUN TestPsFilter [2020-08-06T00:17:30.586Z] ok github.com/docker/docker/daemon/events 0.320s coverage: 50.0% of statements [2020-08-06T00:17:30.603Z] --- PASS: TestPsFilter (0.16s) [2020-08-06T00:17:30.603Z] === RUN TestRemoveContainerWithRemovedVolume [2020-08-06T00:17:30.735Z] === RUN TestExternalGraphDriver/pull [2020-08-06T00:17:30.897Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s) [2020-08-06T00:17:30.897Z] === RUN TestRemoveContainerWithVolume [2020-08-06T00:17:31.536Z] --- PASS: TestRemoveContainerWithVolume (0.53s) [2020-08-06T00:17:31.536Z] === RUN TestRemoveContainerRunning [2020-08-06T00:17:31.551Z] ok github.com/docker/docker/daemon/graphdriver 0.156s coverage: 2.3% of statements [2020-08-06T00:17:31.879Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2020-08-06T00:17:32.009Z] ok github.com/docker/docker/daemon/links 0.189s coverage: 93.0% of statements [2020-08-06T00:17:32.179Z] --- PASS: TestRemoveContainerRunning (0.54s) [2020-08-06T00:17:32.179Z] === RUN TestRemoveContainerForceRemoveRunning [2020-08-06T00:17:32.449Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2020-08-06T00:17:32.468Z] ok github.com/docker/docker/daemon 4.515s coverage: 9.1% of statements [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2020-08-06T00:17:32.468Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2020-08-06T00:17:32.479Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.54s) [2020-08-06T00:17:32.479Z] === RUN TestRemoveInvalidContainer [2020-08-06T00:17:32.648Z] --- PASS: TestExternalGraphDriver (8.00s) [2020-08-06T00:17:32.648Z] --- PASS: TestExternalGraphDriver/json (2.47s) [2020-08-06T00:17:32.648Z] --- PASS: TestExternalGraphDriver/spec (2.75s) [2020-08-06T00:17:32.648Z] --- PASS: TestExternalGraphDriver/pull (2.48s) [2020-08-06T00:17:32.648Z] === RUN TestGraphdriverPluginV2 [2020-08-06T00:17:32.709Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2020-08-06T00:17:32.776Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2020-08-06T00:17:32.776Z] === RUN TestRenameLinkedContainer [2020-08-06T00:17:32.911Z] --- SKIP: TestGraphdriverPluginV2 (0.17s) [2020-08-06T00:17:32.911Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:17:32.911Z] PASS [2020-08-06T00:17:32.911Z] [2020-08-06T00:17:32.911Z] === Skipped [2020-08-06T00:17:32.911Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.17s) [2020-08-06T00:17:32.911Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:17:32.911Z] [2020-08-06T00:17:32.911Z] [2020-08-06T00:17:32.911Z] DONE 5 tests, 1 skipped in 8.354s [2020-08-06T00:17:32.911Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-08-06T00:17:32.911Z] ++ 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-08-06T00:17:32.911Z] ++ set -e [2020-08-06T00:17:32.911Z] ++ '[' -n 0 ']' [2020-08-06T00:17:32.911Z] ++ set -x [2020-08-06T00:17:32.911Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:17:32.911Z] INFO: Testing against a local daemon [2020-08-06T00:17:32.911Z] === RUN TestContinueAfterPluginCrash [2020-08-06T00:17:32.911Z] === PAUSE TestContinueAfterPluginCrash [2020-08-06T00:17:32.911Z] === RUN TestReadPluginNoRead [2020-08-06T00:17:32.911Z] === PAUSE TestReadPluginNoRead [2020-08-06T00:17:32.911Z] === RUN TestDaemonStartWithLogOpt [2020-08-06T00:17:32.911Z] === PAUSE TestDaemonStartWithLogOpt [2020-08-06T00:17:32.911Z] === CONT TestContinueAfterPluginCrash [2020-08-06T00:17:32.911Z] === CONT TestReadPluginNoRead [2020-08-06T00:17:32.911Z] === CONT TestDaemonStartWithLogOpt [2020-08-06T00:17:32.969Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2020-08-06T00:17:33.909Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2020-08-06T00:17:33.909Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2020-08-06T00:17:34.003Z] ok github.com/docker/docker/daemon/images 0.636s coverage: 4.8% of statements [2020-08-06T00:17:34.003Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-08-06T00:17:34.003Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-08-06T00:17:34.479Z] === RUN TestDockerSuite/TestBuildEntrypoint [2020-08-06T00:17:34.740Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2020-08-06T00:17:34.860Z] --- PASS: TestRenameLinkedContainer (2.14s) [2020-08-06T00:17:34.860Z] === RUN TestRenameStoppedContainer [2020-08-06T00:17:34.969Z] ok github.com/docker/docker/daemon/logger/awslogs 0.821s coverage: 77.4% of statements [2020-08-06T00:17:34.969Z] ok github.com/docker/docker/daemon/logger 0.783s coverage: 41.2% of statements [2020-08-06T00:17:34.969Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2020-08-06T00:17:34.969Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-08-06T00:17:34.969Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-08-06T00:17:34.969Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2020-08-06T00:17:34.969Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2020-08-06T00:17:34.969Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.515s coverage: 61.6% of statements [2020-08-06T00:17:35.497Z] --- PASS: TestRenameStoppedContainer (0.54s) [2020-08-06T00:17:35.497Z] === RUN TestRenameRunningContainerAndReuse [2020-08-06T00:17:35.936Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.211s coverage: 87.2% of statements [2020-08-06T00:17:36.541Z] --- PASS: TestRenameRunningContainerAndReuse (1.05s) [2020-08-06T00:17:36.541Z] === RUN TestRenameInvalidName [2020-08-06T00:17:36.843Z] --- PASS: TestRenameInvalidName (0.56s) [2020-08-06T00:17:36.843Z] === RUN TestRenameAnonymousContainer [2020-08-06T00:17:36.902Z] ok github.com/docker/docker/daemon/logger/local 0.288s coverage: 75.2% of statements [2020-08-06T00:17:37.134Z] === RUN TestReadPluginNoRead/default [2020-08-06T00:17:37.283Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2020-08-06T00:17:37.283Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2020-08-06T00:17:37.362Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-08-06T00:17:37.362Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.243s coverage: 36.3% of statements [2020-08-06T00:17:37.706Z] --- PASS: TestDaemonStartWithLogOpt (4.77s) [2020-08-06T00:17:37.820Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.192s coverage: 33.3% of statements [2020-08-06T00:17:38.566Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2020-08-06T00:17:38.566Z] Copying nested executables into bundles/cross/linux/amd64 [2020-08-06T00:17:38.566Z] Cross building: bundles/cross/windows/amd64 [2020-08-06T00:17:38.566Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2020-08-06T00:17:38.566Z] GOOS="windows" GOARCH="amd64" GOARM="" [2020-08-06T00:17:38.665Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2020-08-06T00:17:38.787Z] ok github.com/docker/docker/daemon/logger/templates 0.097s coverage: 8.3% of statements [2020-08-06T00:17:38.787Z] ok github.com/docker/docker/daemon/logger/syslog 0.107s coverage: 46.8% of statements [2020-08-06T00:17:38.945Z] --- PASS: TestRenameAnonymousContainer (1.91s) [2020-08-06T00:17:38.945Z] === RUN TestRenameContainerWithSameName [2020-08-06T00:17:39.094Z] === RUN TestReadPluginNoRead/disabled_caching [2020-08-06T00:17:39.238Z] --- PASS: TestRenameContainerWithSameName (0.52s) [2020-08-06T00:17:39.238Z] === RUN TestRenameContainerWithLinkedContainer [2020-08-06T00:17:39.410Z] --- PASS: TestServiceUpdateNetwork (16.23s) [2020-08-06T00:17:39.410Z] === RUN TestServiceUpdatePidsLimit [2020-08-06T00:17:39.700Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-08-06T00:17:40.281Z] --- PASS: TestRenameContainerWithLinkedContainer (1.03s) [2020-08-06T00:17:40.281Z] === RUN TestResize [2020-08-06T00:17:40.320Z] ok github.com/docker/docker/daemon/logger/splunk 2.021s coverage: 82.5% of statements [2020-08-06T00:17:40.320Z] ? github.com/docker/docker/daemon/names [no test files] [2020-08-06T00:17:40.320Z] ? github.com/docker/docker/daemon/network [no test files] [2020-08-06T00:17:40.320Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-08-06T00:17:40.574Z] === RUN TestDockerSuite/TestBuildEnv [2020-08-06T00:17:40.764Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-08-06T00:17:40.922Z] --- PASS: TestResize (0.57s) [2020-08-06T00:17:40.922Z] === RUN TestResizeWithInvalidSize [2020-08-06T00:17:41.008Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-08-06T00:17:41.513Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2020-08-06T00:17:41.564Z] --- PASS: TestResizeWithInvalidSize (0.55s) [2020-08-06T00:17:41.564Z] === RUN TestResizeWhenContainerNotStarted [2020-08-06T00:17:41.854Z] ok github.com/docker/docker/distribution/metadata 1.565s coverage: 48.2% of statements [2020-08-06T00:17:42.208Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s) [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:17:42.209Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:17:42.209Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:17:42.209Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2020-08-06T00:17:42.209Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2020-08-06T00:17:42.209Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2020-08-06T00:17:42.209Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:17:42.311Z] ok github.com/docker/docker/errdefs 0.167s coverage: 49.4% of statements [2020-08-06T00:17:42.770Z] ok github.com/docker/docker/distribution 1.703s coverage: 20.1% of statements [2020-08-06T00:17:42.770Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-08-06T00:17:42.893Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2020-08-06T00:17:42.921Z] --- PASS: TestReadPluginNoRead (9.66s) [2020-08-06T00:17:42.921Z] --- PASS: TestReadPluginNoRead/default (1.84s) [2020-08-06T00:17:42.921Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.90s) [2020-08-06T00:17:42.921Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.78s) [2020-08-06T00:17:42.921Z] read_test.go:92: [ddfcbf2d100ba] daemon is not started [2020-08-06T00:17:43.182Z] --- PASS: TestContinueAfterPluginCrash (10.15s) [2020-08-06T00:17:43.182Z] PASS [2020-08-06T00:17:43.182Z] [2020-08-06T00:17:43.182Z] DONE 6 tests in 10.331s [2020-08-06T00:17:43.182Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-08-06T00:17:43.183Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:17:43.183Z] ++ set -e [2020-08-06T00:17:43.183Z] ++ '[' -n 0 ']' [2020-08-06T00:17:43.183Z] ++ set -x [2020-08-06T00:17:43.183Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:17:43.183Z] testing: warning: no tests to run [2020-08-06T00:17:43.183Z] PASS [2020-08-06T00:17:43.183Z] [2020-08-06T00:17:43.183Z] DONE 0 tests in 0.061s [2020-08-06T00:17:43.183Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-08-06T00:17:43.183Z] ++ 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-08-06T00:17:43.183Z] ++ set -e [2020-08-06T00:17:43.183Z] ++ '[' -n 0 ']' [2020-08-06T00:17:43.183Z] ++ set -x [2020-08-06T00:17:43.183Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:17:43.228Z] ok github.com/docker/docker/distribution/xfer 2.131s coverage: 76.8% of statements [2020-08-06T00:17:43.228Z] ? github.com/docker/docker/dockerversion [no test files] [2020-08-06T00:17:43.443Z] INFO: Testing against a local daemon [2020-08-06T00:17:43.443Z] === RUN TestPluginWithDevMounts [2020-08-06T00:17:43.443Z] === PAUSE TestPluginWithDevMounts [2020-08-06T00:17:43.443Z] === CONT TestPluginWithDevMounts [2020-08-06T00:17:43.461Z] === RUN TestDockerSuite/TestBuildEnvUsage [2020-08-06T00:17:43.750Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:17:44.194Z] ok github.com/docker/docker/image/cache 0.123s coverage: 19.2% of statements [2020-08-06T00:17:44.194Z] ok github.com/docker/docker/image/v1 0.278s coverage: 25.0% of statements [2020-08-06T00:17:44.653Z] ok github.com/docker/docker/image 0.994s coverage: 86.4% of statements [2020-08-06T00:17:44.809Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2020-08-06T00:17:44.809Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2020-08-06T00:17:45.111Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-08-06T00:17:45.112Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-08-06T00:17:45.452Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2020-08-06T00:17:45.569Z] ok github.com/docker/docker/libcontainerd/queue 0.156s coverage: 100.0% of statements [2020-08-06T00:17:45.751Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2020-08-06T00:17:45.989Z] --- PASS: TestPluginWithDevMounts (2.17s) [2020-08-06T00:17:45.989Z] PASS [2020-08-06T00:17:45.989Z] [2020-08-06T00:17:45.989Z] DONE 1 tests in 2.359s [2020-08-06T00:17:45.989Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2020-08-06T00:17:45.989Z] ++ 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-08-06T00:17:45.989Z] ++ set -e [2020-08-06T00:17:45.989Z] ++ '[' -n 0 ']' [2020-08-06T00:17:45.989Z] ++ set -x [2020-08-06T00:17:45.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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:17:45.989Z] INFO: Testing against a local daemon [2020-08-06T00:17:45.989Z] === RUN TestSecretInspect [2020-08-06T00:17:46.398Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2020-08-06T00:17:46.696Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2020-08-06T00:17:47.105Z] ok github.com/docker/docker/pkg/aaparser 0.045s coverage: 50.0% of statements [2020-08-06T00:17:47.562Z] ok github.com/docker/docker/libcontainerd/local 0.614s coverage: 1.0% of statements [2020-08-06T00:17:47.562Z] ok github.com/docker/docker/layer 0.743s coverage: 30.1% of statements [2020-08-06T00:17:47.562Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-08-06T00:17:47.562Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-08-06T00:17:47.562Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-08-06T00:17:47.562Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-08-06T00:17:47.562Z] ? github.com/docker/docker/oci [no test files] [2020-08-06T00:17:47.562Z] ? github.com/docker/docker/oci/caps [no test files] [2020-08-06T00:17:47.562Z] ok github.com/docker/docker/opts 0.212s coverage: 67.7% of statements [2020-08-06T00:17:47.655Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-08-06T00:17:48.240Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2020-08-06T00:17:48.530Z] ok github.com/docker/docker/pkg/broadcaster 0.049s coverage: 100.0% of statements [2020-08-06T00:17:49.292Z] --- PASS: TestSecretInspect (3.22s) [2020-08-06T00:17:49.293Z] === RUN TestSecretList [2020-08-06T00:17:49.500Z] ok github.com/docker/docker/pkg/authorization 0.562s coverage: 26.8% of statements [2020-08-06T00:17:49.959Z] ok github.com/docker/docker/pkg/capabilities 0.047s coverage: 87.5% of statements [2020-08-06T00:17:50.065Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2020-08-06T00:17:50.342Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2020-08-06T00:17:50.342Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.79s) [2020-08-06T00:17:50.342Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.79s) [2020-08-06T00:17:50.342Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.87s) [2020-08-06T00:17:50.342Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.68s) [2020-08-06T00:17:50.342Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.65s) [2020-08-06T00:17:50.342Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.68s) [2020-08-06T00:17:50.342Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.73s) [2020-08-06T00:17:50.342Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.47s) [2020-08-06T00:17:50.342Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.47s) [2020-08-06T00:17:50.343Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.56s) [2020-08-06T00:17:50.343Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.96s) [2020-08-06T00:17:50.343Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.30s) [2020-08-06T00:17:50.343Z] === RUN TestCgroupNamespacesRun [2020-08-06T00:17:50.418Z] ok github.com/docker/docker/pkg/chrootarchive 0.288s coverage: 15.4% of statements [2020-08-06T00:17:50.418Z] ok github.com/docker/docker/pkg/directory 0.056s coverage: 80.0% of statements [2020-08-06T00:17:51.004Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2020-08-06T00:17:51.409Z] ok github.com/docker/docker/pkg/discovery 0.115s coverage: 58.3% of statements [2020-08-06T00:17:51.409Z] ok github.com/docker/docker/pkg/discovery/file 0.141s coverage: 92.9% of statements [2020-08-06T00:17:51.843Z] --- PASS: TestSecretList (2.74s) [2020-08-06T00:17:51.843Z] === RUN TestSecretsCreateAndDelete [2020-08-06T00:17:51.863Z] --- PASS: TestCgroupNamespacesRun (1.33s) [2020-08-06T00:17:51.863Z] === RUN TestCgroupNamespacesRunPrivileged [2020-08-06T00:17:51.944Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2020-08-06T00:17:52.909Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.34s) [2020-08-06T00:17:52.909Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2020-08-06T00:17:52.947Z] ok github.com/docker/docker/pkg/discovery/memory 0.449s coverage: 92.3% of statements [2020-08-06T00:17:53.405Z] ok github.com/docker/docker/pkg/discovery/nodes 0.084s coverage: 93.8% of statements [2020-08-06T00:17:54.372Z] ok github.com/docker/docker/pkg/filenotify 0.088s coverage: 36.2% of statements [2020-08-06T00:17:54.372Z] ok github.com/docker/docker/pkg/fileutils 0.141s coverage: 87.7% of statements [2020-08-06T00:17:54.405Z] --- PASS: TestSecretsCreateAndDelete (2.68s) [2020-08-06T00:17:54.405Z] === RUN TestSecretsUpdate [2020-08-06T00:17:54.429Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.35s) [2020-08-06T00:17:54.429Z] === RUN TestCgroupNamespacesRunHostMode [2020-08-06T00:17:55.340Z] ok github.com/docker/docker/pkg/homedir 0.093s coverage: 42.9% of statements [2020-08-06T00:17:55.799Z] ok github.com/docker/docker/pkg/idtools 0.069s coverage: 7.3% of statements [2020-08-06T00:17:55.952Z] --- PASS: TestCgroupNamespacesRunHostMode (1.35s) [2020-08-06T00:17:55.952Z] === RUN TestCgroupNamespacesRunPrivateMode [2020-08-06T00:17:56.127Z] --- PASS: TestServiceUpdatePidsLimit (17.87s) [2020-08-06T00:17:56.127Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.82s) [2020-08-06T00:17:56.127Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.26s) [2020-08-06T00:17:56.127Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.25s) [2020-08-06T00:17:56.127Z] PASS [2020-08-06T00:17:56.127Z] [2020-08-06T00:17:56.127Z] === Skipped [2020-08-06T00:17:56.127Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2020-08-06T00:17:56.127Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-08-06T00:17:56.127Z] [2020-08-06T00:17:56.127Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2020-08-06T00:17:56.127Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:17:56.127Z] [2020-08-06T00:17:56.127Z] [2020-08-06T00:17:56.127Z] DONE 27 tests, 2 skipped in 176.092s [2020-08-06T00:17:56.127Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2020-08-06T00:17:56.127Z] ++ 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-08-06T00:17:56.127Z] ++ set -e [2020-08-06T00:17:56.127Z] ++ '[' -n 0 ']' [2020-08-06T00:17:56.127Z] ++ set -x [2020-08-06T00:17:56.127Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:17:56.258Z] ok github.com/docker/docker/pkg/discovery/kv 3.439s coverage: 84.1% of statements [2020-08-06T00:17:56.418Z] INFO: Testing against a local daemon [2020-08-06T00:17:56.418Z] === RUN TestSessionCreate [2020-08-06T00:17:56.418Z] --- PASS: TestSessionCreate (0.02s) [2020-08-06T00:17:56.418Z] === RUN TestSessionCreateWithBadUpgrade [2020-08-06T00:17:56.418Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2020-08-06T00:17:56.418Z] PASS [2020-08-06T00:17:56.418Z] [2020-08-06T00:17:56.418Z] DONE 2 tests in 0.153s [2020-08-06T00:17:56.418Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2020-08-06T00:17:56.418Z] ++ 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-08-06T00:17:56.418Z] ++ set -e [2020-08-06T00:17:56.418Z] ++ '[' -n 0 ']' [2020-08-06T00:17:56.418Z] ++ set -x [2020-08-06T00:17:56.418Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:17:56.418Z] INFO: Testing against a local daemon [2020-08-06T00:17:56.418Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-08-06T00:17:56.418Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-08-06T00:17:56.418Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-08-06T00:17:56.418Z] === RUN TestEventsExecDie [2020-08-06T00:17:57.000Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.32s) [2020-08-06T00:17:57.000Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2020-08-06T00:17:57.225Z] ok github.com/docker/docker/pkg/locker 0.048s coverage: 88.9% of statements [2020-08-06T00:17:57.225Z] ok github.com/docker/docker/pkg/archive 6.894s coverage: 62.7% of statements [2020-08-06T00:17:57.225Z] ok github.com/docker/docker/pkg/ioutils 0.649s coverage: 67.9% of statements [2020-08-06T00:17:57.225Z] ok github.com/docker/docker/pkg/jsonmessage 0.209s coverage: 91.7% of statements [2020-08-06T00:17:57.450Z] --- PASS: TestEventsExecDie (0.96s) [2020-08-06T00:17:57.450Z] === RUN TestEventsBackwardsCompatible [2020-08-06T00:17:57.684Z] ok github.com/docker/docker/pkg/longpath 0.081s coverage: 100.0% of statements [2020-08-06T00:17:57.684Z] ok github.com/docker/docker/pkg/namesgenerator 0.042s coverage: 85.7% of statements [2020-08-06T00:17:57.711Z] --- PASS: TestSecretsUpdate (2.75s) [2020-08-06T00:17:57.711Z] === RUN TestTemplatedSecret [2020-08-06T00:17:57.740Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2020-08-06T00:17:57.741Z] === RUN TestInfoBinaryCommits [2020-08-06T00:17:57.741Z] --- PASS: TestInfoBinaryCommits (0.02s) [2020-08-06T00:17:57.741Z] === RUN TestInfoAPIVersioned [2020-08-06T00:17:57.741Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-08-06T00:17:57.741Z] === RUN TestInfoDiscoveryBackend [2020-08-06T00:17:58.031Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-08-06T00:17:58.031Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-08-06T00:17:58.148Z] ok github.com/docker/docker/pkg/parsers 0.146s coverage: 97.0% of statements [2020-08-06T00:17:58.517Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.33s) [2020-08-06T00:17:58.518Z] === RUN TestCgroupNamespacesRunInvalidMode [2020-08-06T00:17:58.606Z] ok github.com/docker/docker/pkg/pidfile 0.104s coverage: 82.6% of statements [2020-08-06T00:17:59.062Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-08-06T00:17:59.063Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-08-06T00:17:59.168Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.81s) [2020-08-06T00:17:59.168Z] === RUN TestCgroupNamespacesRunOlderClient [2020-08-06T00:17:59.694Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-08-06T00:17:59.694Z] === RUN TestInfoAPI [2020-08-06T00:17:59.694Z] --- PASS: TestInfoAPI (0.02s) [2020-08-06T00:17:59.694Z] === RUN TestInfoAPIWarnings [2020-08-06T00:18:00.142Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.240s coverage: 56.8% of statements [2020-08-06T00:18:00.142Z] ok github.com/docker/docker/pkg/plugins/transport 0.098s coverage: 85.7% of statements [2020-08-06T00:18:00.325Z] --- PASS: TestInfoAPIWarnings (0.53s) [2020-08-06T00:18:00.325Z] === RUN TestInfoDebug [2020-08-06T00:18:00.601Z] ok github.com/docker/docker/pkg/pools 0.117s coverage: 88.2% of statements [2020-08-06T00:18:00.686Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.33s) [2020-08-06T00:18:00.686Z] === RUN TestKernelTCPMemory [2020-08-06T00:18:00.956Z] --- PASS: TestInfoDebug (0.52s) [2020-08-06T00:18:00.956Z] === RUN TestInfoInsecureRegistries [2020-08-06T00:18:00.983Z] --- PASS: TestKernelTCPMemory (0.59s) [2020-08-06T00:18:00.983Z] === RUN TestNISDomainname [2020-08-06T00:18:01.017Z] --- PASS: TestTemplatedSecret (3.38s) [2020-08-06T00:18:01.017Z] === RUN TestSecretCreateResolve [2020-08-06T00:18:01.059Z] ok github.com/docker/docker/pkg/progress 0.073s coverage: 75.9% of statements [2020-08-06T00:18:01.247Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2020-08-06T00:18:01.247Z] === RUN TestInfoRegistryMirrors [2020-08-06T00:18:01.627Z] --- PASS: TestNISDomainname (0.68s) [2020-08-06T00:18:01.627Z] === RUN TestHostnameDnsResolution [2020-08-06T00:18:01.879Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-08-06T00:18:01.879Z] === RUN TestLoginFailsWithBadCredentials [2020-08-06T00:18:02.026Z] ok github.com/docker/docker/pkg/reexec 0.161s coverage: 82.4% of statements [2020-08-06T00:18:02.170Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s) [2020-08-06T00:18:02.170Z] === RUN TestPingCacheHeaders [2020-08-06T00:18:02.170Z] --- PASS: TestPingCacheHeaders (0.01s) [2020-08-06T00:18:02.170Z] === RUN TestPingGet [2020-08-06T00:18:02.170Z] --- PASS: TestPingGet (0.01s) [2020-08-06T00:18:02.170Z] === RUN TestPingHead [2020-08-06T00:18:02.170Z] --- PASS: TestPingHead (0.01s) [2020-08-06T00:18:02.170Z] === RUN TestVersion [2020-08-06T00:18:02.170Z] --- PASS: TestVersion (0.01s) [2020-08-06T00:18:02.170Z] PASS [2020-08-06T00:18:02.170Z] [2020-08-06T00:18:02.170Z] === Skipped [2020-08-06T00:18:02.170Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-08-06T00:18:02.170Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-08-06T00:18:02.170Z] [2020-08-06T00:18:02.170Z] [2020-08-06T00:18:02.170Z] DONE 18 tests, 1 skipped in 5.833s [2020-08-06T00:18:02.170Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2020-08-06T00:18:02.170Z] ++ 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-08-06T00:18:02.170Z] ++ set -e [2020-08-06T00:18:02.170Z] ++ '[' -n 0 ']' [2020-08-06T00:18:02.170Z] ++ set -x [2020-08-06T00:18:02.170Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:18:02.460Z] INFO: Testing against a local daemon [2020-08-06T00:18:02.461Z] === RUN TestVolumesCreateAndList [2020-08-06T00:18:02.461Z] --- PASS: TestVolumesCreateAndList (0.01s) [2020-08-06T00:18:02.461Z] === RUN TestVolumesRemove [2020-08-06T00:18:02.461Z] --- PASS: TestVolumesRemove (0.12s) [2020-08-06T00:18:02.461Z] === RUN TestVolumesInspect [2020-08-06T00:18:02.461Z] --- PASS: TestVolumesInspect (0.01s) [2020-08-06T00:18:02.461Z] === RUN TestVolumesInvalidJSON [2020-08-06T00:18:02.461Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-08-06T00:18:02.461Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-08-06T00:18:02.461Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-08-06T00:18:02.461Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2020-08-06T00:18:02.461Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-08-06T00:18:02.461Z] PASS [2020-08-06T00:18:02.461Z] [2020-08-06T00:18:02.461Z] DONE 5 tests in 0.233s [2020-08-06T00:18:02.461Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-08-06T00:18:02.485Z] ok github.com/docker/docker/pkg/pubsub 1.087s coverage: 73.9% of statements [2020-08-06T00:18:02.485Z] ok github.com/docker/docker/pkg/signal 0.092s coverage: 20.3% of statements [2020-08-06T00:18:02.679Z] --- PASS: TestHostnameDnsResolution (0.82s) [2020-08-06T00:18:02.679Z] === RUN TestStats [2020-08-06T00:18:02.751Z] ++++ cat bundles/test-integration/docker.pid [2020-08-06T00:18:02.751Z] +++ kill 11984 [2020-08-06T00:18:03.452Z] ok github.com/docker/docker/pkg/stdcopy 0.045s coverage: 100.0% of statements [2020-08-06T00:18:03.565Z] --- PASS: TestSecretCreateResolve (2.73s) [2020-08-06T00:18:03.565Z] PASS [2020-08-06T00:18:03.565Z] [2020-08-06T00:18:03.565Z] DONE 6 tests in 17.673s [2020-08-06T00:18:03.565Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2020-08-06T00:18:03.565Z] ++ 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-08-06T00:18:03.565Z] ++ set -e [2020-08-06T00:18:03.565Z] ++ '[' -n 0 ']' [2020-08-06T00:18:03.565Z] ++ set -x [2020-08-06T00:18:03.565Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:18:03.565Z] INFO: Testing against a local daemon [2020-08-06T00:18:03.565Z] === RUN TestServiceCreateInit [2020-08-06T00:18:03.565Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-08-06T00:18:03.910Z] ok github.com/docker/docker/pkg/streamformatter 0.139s coverage: 66.2% of statements [2020-08-06T00:18:03.910Z] ok github.com/docker/docker/pkg/stringid 0.034s coverage: 70.6% of statements [2020-08-06T00:18:04.255Z] +++ /etc/init.d/apparmor stop [2020-08-06T00:18:04.255Z] Leaving: AppArmorNo profiles have been unloaded. [2020-08-06T00:18:04.255Z] [2020-08-06T00:18:04.255Z] Unloading profiles will leave already running processes permanently [2020-08-06T00:18:04.255Z] unconfined, which can lead to unexpected situations. [2020-08-06T00:18:04.255Z] [2020-08-06T00:18:04.255Z] To set a process to complain mode, use the command line tool [2020-08-06T00:18:04.255Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-08-06T00:18:04.255Z] +++ true [2020-08-06T00:18:04.255Z] exiting test-integration [2020-08-06T00:18:04.255Z] ++ exit 0 [2020-08-06T00:18:04.255Z] [2020-08-06T00:18:04.876Z] ok github.com/docker/docker/pkg/sysinfo 0.074s coverage: 38.2% of statements [2020-08-06T00:18:05.334Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-08-06T00:18:05.334Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-08-06T00:18:05.334Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-08-06T00:18:05.334Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-08-06T00:18:05.334Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2020-08-06T00:18:05.334Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2020-08-06T00:18:05.334Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-08-06T00:18:05.334Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-08-06T00:18:05.428Z] --- PASS: TestStats (2.54s) [2020-08-06T00:18:05.428Z] === RUN TestStopContainerWithTimeout [2020-08-06T00:18:05.428Z] === RUN TestStopContainerWithTimeout/0 [2020-08-06T00:18:05.428Z] === PAUSE TestStopContainerWithTimeout/0 [2020-08-06T00:18:05.428Z] === RUN TestStopContainerWithTimeout/1 [2020-08-06T00:18:05.428Z] === PAUSE TestStopContainerWithTimeout/1 [2020-08-06T00:18:05.428Z] === RUN TestStopContainerWithTimeout/3 [2020-08-06T00:18:05.428Z] === PAUSE TestStopContainerWithTimeout/3 [2020-08-06T00:18:05.428Z] === RUN TestStopContainerWithTimeout/-1 [2020-08-06T00:18:05.428Z] === PAUSE TestStopContainerWithTimeout/-1 [2020-08-06T00:18:05.428Z] === CONT TestStopContainerWithTimeout/0 [2020-08-06T00:18:05.428Z] === CONT TestStopContainerWithTimeout/3 [2020-08-06T00:18:05.428Z] === CONT TestStopContainerWithTimeout/-1 [2020-08-06T00:18:05.428Z] === CONT TestStopContainerWithTimeout/1 Post stage [2020-08-06T00:18:05.792Z] ok github.com/docker/docker/pkg/system 0.109s coverage: 13.8% of statements [2020-08-06T00:18:05.792Z] ok github.com/docker/docker/pkg/tailfile 0.136s coverage: 88.6% of statements [Pipeline] junit [2020-08-06T00:18:05.804Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-08-06T00:18:06.251Z] testing: warning: no tests to run [2020-08-06T00:18:06.251Z] coverage: [no statements] [2020-08-06T00:18:06.251Z] ok github.com/docker/docker/pkg/term/windows 0.029s coverage: [no statements] [no tests to run] [2020-08-06T00:18:06.251Z] ok github.com/docker/docker/pkg/tarsum 0.186s coverage: 89.3% of statements [2020-08-06T00:18:06.450Z] + echo Ensuring container killed. [2020-08-06T00:18:06.450Z] Ensuring container killed. [2020-08-06T00:18:06.450Z] + docker rm -vf docker-pr1 [2020-08-06T00:18:06.450Z] Error: No such container: docker-pr1 [2020-08-06T00:18:06.450Z] + true [Pipeline] sh [2020-08-06T00:18:06.709Z] ok github.com/docker/docker/pkg/truncindex 0.150s coverage: 91.5% of statements [2020-08-06T00:18:06.827Z] + echo Chowning /workspace to jenkins user [2020-08-06T00:18:06.827Z] Chowning /workspace to jenkins user [2020-08-06T00:18:06.827Z] + id -u [2020-08-06T00:18:06.827Z] + id -g [2020-08-06T00:18:06.827Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41316:/workspace busybox chown -R 1001:1001 /workspace [2020-08-06T00:18:06.827Z] Unable to find image 'busybox:latest' locally [2020-08-06T00:18:07.117Z] latest: Pulling from library/busybox [2020-08-06T00:18:07.117Z] 970013469dcd: Pulling fs layer [2020-08-06T00:18:07.168Z] ok github.com/docker/docker/pkg/urlutil 0.029s coverage: 100.0% of statements [2020-08-06T00:18:07.168Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2020-08-06T00:18:07.409Z] 970013469dcd: Verifying Checksum [2020-08-06T00:18:07.409Z] 970013469dcd: Download complete [2020-08-06T00:18:07.699Z] 970013469dcd: Pull complete [2020-08-06T00:18:07.699Z] Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977 [2020-08-06T00:18:07.699Z] Status: Downloaded newer image for busybox:latest [2020-08-06T00:18:08.178Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2020-08-06T00:18:08.178Z] --- PASS: TestStopContainerWithTimeout/0 (1.01s) [2020-08-06T00:18:08.178Z] --- PASS: TestStopContainerWithTimeout/1 (2.00s) [2020-08-06T00:18:08.178Z] --- PASS: TestStopContainerWithTimeout/-1 (2.68s) [2020-08-06T00:18:08.178Z] --- PASS: TestStopContainerWithTimeout/3 (2.87s) [2020-08-06T00:18:08.178Z] === RUN TestDeleteDevicemapper [2020-08-06T00:18:08.178Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2020-08-06T00:18:08.178Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-08-06T00:18:08.178Z] === RUN TestStopContainerWithRestartPolicyAlways [2020-08-06T00:18:08.703Z] ok github.com/docker/docker/plugin/v2 0.229s coverage: 20.1% of statements [2020-08-06T00:18:08.859Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-08-06T00:18:09.162Z] ok github.com/docker/docker/reference 0.589s coverage: 84.4% of statements [2020-08-06T00:18:09.162Z] ok github.com/docker/docker/plugin 0.357s coverage: 12.0% of statements [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-08-06T00:18:10.047Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2020-08-06T00:18:10.129Z] ok github.com/docker/docker/restartmanager 0.086s coverage: 50.9% of statements [2020-08-06T00:18:10.152Z] + bundleName=s390x-integration [2020-08-06T00:18:10.152Z] + echo Creating s390x-integration-bundles.tar.gz [2020-08-06T00:18:10.152Z] Creating s390x-integration-bundles.tar.gz [2020-08-06T00:18:10.152Z] + xargs tar -czf s390x-integration-bundles.tar.gz [2020-08-06T00:18:10.152Z] + 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-08-06T00:18:10.195Z] Archiving artifacts [2020-08-06T00:18:10.265Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.33s) [2020-08-06T00:18:10.265Z] === RUN TestUpdateMemory [2020-08-06T00:18:10.557Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41316/1/artifacts/ [Pipeline] } [Pipeline] // catchError [2020-08-06T00:18:10.587Z] ok github.com/docker/docker/registry/resumable 0.298s coverage: 100.0% of statements [Pipeline] sh [2020-08-06T00:18:10.917Z] --- PASS: TestUpdateMemory (0.70s) [2020-08-06T00:18:10.917Z] === RUN TestUpdateCPUQuota [2020-08-06T00:18:10.948Z] + make clean [2020-08-06T00:18:11.045Z] ok github.com/docker/docker/runconfig 0.038s coverage: 52.2% of statements [2020-08-06T00:18:11.238Z] docker volume rm -f docker-dev-cache [2020-08-06T00:18:11.239Z] docker-dev-cache [Pipeline] deleteDir [2020-08-06T00:18:11.426Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2020-08-06T00:18:11.504Z] ok github.com/docker/docker/testutil 0.086s coverage: 62.5% of statements [2020-08-06T00:18:11.504Z] ok github.com/docker/docker/registry 0.353s coverage: 51.7% of statements [2020-08-06T00:18:11.961Z] --- PASS: TestUpdateCPUQuota (0.85s) [2020-08-06T00:18:11.961Z] === RUN TestUpdatePidsLimit [2020-08-06T00:18:11.961Z] === RUN TestUpdatePidsLimit/update_from_none [2020-08-06T00:18:12.254Z] === RUN TestUpdatePidsLimit/no_change [2020-08-06T00:18:12.254Z] === RUN TestUpdatePidsLimit/update_lower [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2020-08-06T00:18:12.551Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [Pipeline] } [2020-08-06T00:18:12.848Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2020-08-06T00:18:13.072Z] --- PASS: TestServiceCreateInit (9.49s) [2020-08-06T00:18:13.072Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.44s) [2020-08-06T00:18:13.072Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.02s) [2020-08-06T00:18:13.072Z] === RUN TestCreateServiceMultipleTimes [2020-08-06T00:18:13.144Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2020-08-06T00:18:13.441Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2020-08-06T00:18:13.680Z] ok github.com/docker/docker/volume/drivers 0.236s coverage: 36.1% of statements [2020-08-06T00:18:14.138Z] ok github.com/docker/docker/volume/local 0.202s coverage: 37.7% of statements [2020-08-06T00:18:14.484Z] --- PASS: TestUpdatePidsLimit (2.42s) [2020-08-06T00:18:14.484Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.26s) [2020-08-06T00:18:14.484Z] --- PASS: TestUpdatePidsLimit/no_change (0.25s) [2020-08-06T00:18:14.484Z] --- PASS: TestUpdatePidsLimit/update_lower (0.24s) [2020-08-06T00:18:14.484Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.25s) [2020-08-06T00:18:14.484Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.27s) [2020-08-06T00:18:14.484Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2020-08-06T00:18:14.484Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.26s) [2020-08-06T00:18:14.484Z] === RUN TestUpdateRestartPolicy [2020-08-06T00:18:14.598Z] ok github.com/docker/docker/volume/mounts 0.180s coverage: 66.2% of statements [2020-08-06T00:18:15.565Z] ok github.com/docker/docker/volume/service 0.319s coverage: 70.3% of statements [2020-08-06T00:18:19.557Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2020-08-06T00:18:19.557Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2020-08-06T00:18:20.127Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2020-08-06T00:18:20.387Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2020-08-06T00:18:21.327Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2020-08-06T00:18:21.327Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2020-08-06T00:18:21.588Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2020-08-06T00:18:21.848Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2020-08-06T00:18:22.419Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2020-08-06T00:18:27.295Z] --- PASS: TestUpdateRestartPolicy (11.19s) [2020-08-06T00:18:27.295Z] === RUN TestUpdateRestartWithAutoRemove [2020-08-06T00:18:27.295Z] --- PASS: TestUpdateRestartWithAutoRemove (0.54s) [2020-08-06T00:18:27.295Z] === RUN TestWaitNonBlocked [2020-08-06T00:18:27.295Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:18:27.295Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:18:27.295Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:18:27.295Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:18:27.295Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2020-08-06T00:18:27.295Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2020-08-06T00:18:27.295Z] --- PASS: TestWaitNonBlocked (0.02s) [2020-08-06T00:18:27.295Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.63s) [2020-08-06T00:18:27.295Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2020-08-06T00:18:27.295Z] === RUN TestWaitBlocked [2020-08-06T00:18:27.295Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:18:27.295Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:18:27.295Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:18:27.295Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:18:27.295Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2020-08-06T00:18:27.295Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2020-08-06T00:18:27.592Z] --- PASS: TestWaitBlocked (0.02s) [2020-08-06T00:18:27.592Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.73s) [2020-08-06T00:18:27.592Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.78s) [2020-08-06T00:18:27.592Z] === CONT TestContainerStartOnDaemonRestart [2020-08-06T00:18:27.592Z] === CONT TestIpcModeOlderClient [2020-08-06T00:18:27.592Z] === CONT TestDaemonHostGatewayIP [2020-08-06T00:18:27.592Z] === CONT TestContainerKillOnDaemonStart [2020-08-06T00:18:27.592Z] --- PASS: TestIpcModeOlderClient (0.16s) [2020-08-06T00:18:27.592Z] === CONT TestDaemonRestartIpcMode [2020-08-06T00:18:31.170Z] --- PASS: TestContainerStartOnDaemonRestart (3.41s) [2020-08-06T00:18:31.465Z] --- PASS: TestDaemonHostGatewayIP (3.92s) [2020-08-06T00:18:31.465Z] --- PASS: TestDaemonRestartIpcMode (3.92s) [2020-08-06T00:18:32.432Z] === RUN TestDockerSuite/TestBuildExpose [2020-08-06T00:18:32.432Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2020-08-06T00:18:32.432Z] === RUN TestDockerSuite/TestBuildExposeOrder [2020-08-06T00:18:32.692Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2020-08-06T00:18:33.261Z] === RUN TestDockerSuite/TestBuildFails [2020-08-06T00:18:33.831Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2020-08-06T00:18:33.831Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2020-08-06T00:18:35.105Z] --- PASS: TestCreateServiceMultipleTimes (19.57s) [2020-08-06T00:18:35.105Z] === RUN TestCreateServiceConflict [2020-08-06T00:18:35.678Z] --- PASS: TestCreateServiceConflict (3.22s) [2020-08-06T00:18:35.678Z] === RUN TestCreateServiceMaxReplicas [2020-08-06T00:18:36.373Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2020-08-06T00:18:36.661Z] ok github.com/docker/docker/pkg/plugins 35.140s coverage: 73.4% of statements [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/pkg/symlink [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/pkg/term [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/rootless [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/testutil/request [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/volume [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-08-06T00:18:36.661Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === Skipped [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2020-08-06T00:18:36.661Z] dispatchers_test.go:376: Windows does not support stopsignal [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2020-08-06T00:18:36.661Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2020-08-06T00:18:36.661Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2020-08-06T00:18:36.661Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2020-08-06T00:18:36.661Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2020-08-06T00:18:36.661Z] client_test.go:23: runtime.GOOS == "windows" [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2020-08-06T00:18:36.661Z] daemon_test.go:147: root required [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2020-08-06T00:18:36.661Z] reload_test.go:520: root required [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2020-08-06T00:18:36.661Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2020-08-06T00:18:36.661Z] pull_v2_test.go:73: Needs fixing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2020-08-06T00:18:36.661Z] pull_v2_test.go:118: Needs fixing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2020-08-06T00:18:36.661Z] download_test.go:268: Needs fixing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2020-08-06T00:18:36.661Z] layer_test.go:304: Failing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2020-08-06T00:18:36.661Z] layer_test.go:353: Failing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2020-08-06T00:18:36.661Z] layer_test.go:468: Failing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2020-08-06T00:18:36.661Z] layer_test.go:697: Failing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2020-08-06T00:18:36.661Z] migration_test.go:46: Failing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2020-08-06T00:18:36.661Z] migration_test.go:182: Failing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2020-08-06T00:18:36.661Z] mount_test.go:17: Failing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2020-08-06T00:18:36.661Z] mount_test.go:76: Failing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2020-08-06T00:18:36.661Z] mount_test.go:125: Failing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2020-08-06T00:18:36.661Z] mount_test.go:212: Failing on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2020-08-06T00:18:36.661Z] archive_test.go:133: Xz not present in msys2 [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2020-08-06T00:18:36.661Z] archive_test.go:238: Failing on Windows CI machines [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2020-08-06T00:18:36.661Z] archive_windows_test.go:16: Currently fails [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2020-08-06T00:18:36.661Z] changes_test.go:192: needs more investigation [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2020-08-06T00:18:36.661Z] changes_test.go:405: needs further investigation [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2020-08-06T00:18:36.661Z] changes_test.go:441: needs further investigation [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2020-08-06T00:18:36.661Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2020-08-06T00:18:36.661Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2020-08-06T00:18:36.661Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2020-08-06T00:18:36.661Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2020-08-06T00:18:36.661Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2020-08-06T00:18:36.661Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2020-08-06T00:18:36.661Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2020-08-06T00:18:36.661Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2020-08-06T00:18:36.661Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2020-08-06T00:18:36.661Z] poller_test.go:41: No chmod on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2020-08-06T00:18:36.661Z] fileutils_test.go:134: Needs porting to Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2020-08-06T00:18:36.661Z] fileutils_test.go:180: Needs porting to Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) [2020-08-06T00:18:36.661Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2020-08-06T00:18:36.661Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2020-08-06T00:18:36.661Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2020-08-06T00:18:36.661Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2020-08-06T00:18:36.661Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2020-08-06T00:18:36.661Z] local_test.go:181: runtime.GOOS == "windows" [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] [2020-08-06T00:18:36.661Z] DONE 1765 tests, 46 skipped in 167.697s [2020-08-06T00:18:36.661Z] INFO: make.ps1 ended at 08/06/2020 00:18:35 [2020-08-06T00:18:37.119Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2020-08-06T00:18:37.119Z] INFO: Unit tests ended at 08/06/2020 00:18:36. Duration:00:03:00.1465539 [2020-08-06T00:18:37.119Z] INFO: Building busybox [2020-08-06T00:18:37.119Z] Sending build context to Docker daemon 5.12kB [2020-08-06T00:18:37.119Z] [2020-08-06T00:18:37.119Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2020-08-06T00:18:37.119Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2020-08-06T00:18:37.119Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2020-08-06T00:18:37.119Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2020-08-06T00:18:37.119Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2020-08-06T00:18:37.119Z] ---> 987b1d5e0abf [2020-08-06T00:18:37.119Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2020-08-06T00:18:37.119Z] ---> Running in 1510abb19a66 [2020-08-06T00:18:38.913Z] === RUN TestDockerSuite/TestBuildForceRm [2020-08-06T00:18:39.852Z] === RUN TestDockerSuite/TestBuildFromGit [2020-08-06T00:18:39.891Z] --- PASS: TestCreateServiceMaxReplicas (3.42s) [2020-08-06T00:18:39.891Z] === RUN TestCreateWithDuplicateNetworkNames [2020-08-06T00:18:41.236Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2020-08-06T00:18:41.496Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2020-08-06T00:18:41.802Z] Removing intermediate container 1510abb19a66 [2020-08-06T00:18:41.802Z] ---> 10e1ff5c265e [2020-08-06T00:18:41.802Z] Step 7/13 : ARG BUSYBOX_VERSION [2020-08-06T00:18:41.802Z] ---> Running in af74bd360fca [2020-08-06T00:18:41.887Z] --- PASS: TestContainerKillOnDaemonStart (12.61s) [2020-08-06T00:18:41.887Z] PASS [2020-08-06T00:18:41.887Z] [2020-08-06T00:18:41.887Z] === Skipped [2020-08-06T00:18:41.887Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2020-08-06T00:18:41.887Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-08-06T00:18:41.887Z] [2020-08-06T00:18:41.887Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2020-08-06T00:18:41.887Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2020-08-06T00:18:41.887Z] [2020-08-06T00:18:41.887Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2020-08-06T00:18:41.887Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2020-08-06T00:18:41.887Z] [2020-08-06T00:18:41.887Z] [2020-08-06T00:18:41.887Z] DONE 192 tests, 3 skipped in 108.149s [2020-08-06T00:18:41.887Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2020-08-06T00:18:41.887Z] ++ 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-08-06T00:18:41.887Z] ++ set -e [2020-08-06T00:18:41.887Z] ++ '[' -n 0 ']' [2020-08-06T00:18:41.887Z] ++ set -x [2020-08-06T00:18:41.887Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:18:41.887Z] INFO: Testing against a local daemon [2020-08-06T00:18:41.887Z] === RUN TestCommitInheritsEnv [2020-08-06T00:18:41.887Z] --- PASS: TestCommitInheritsEnv (0.34s) [2020-08-06T00:18:41.887Z] === RUN TestImportExtremelyLargeImageWorks [2020-08-06T00:18:41.887Z] === PAUSE TestImportExtremelyLargeImageWorks [2020-08-06T00:18:41.887Z] === RUN TestImagesFilterMultiReference [2020-08-06T00:18:41.887Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2020-08-06T00:18:41.887Z] === RUN TestImagePullPlatformInvalid [2020-08-06T00:18:41.887Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2020-08-06T00:18:41.887Z] === RUN TestRemoveImageOrphaning [2020-08-06T00:18:41.887Z] --- PASS: TestRemoveImageOrphaning (0.31s) [2020-08-06T00:18:41.887Z] === RUN TestRemoveImageGarbageCollector [2020-08-06T00:18:41.887Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2020-08-06T00:18:41.887Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:18:41.887Z] === RUN TestTagUnprefixedRepoByNameOrName [2020-08-06T00:18:41.887Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2020-08-06T00:18:41.887Z] === RUN TestTagInvalidReference [2020-08-06T00:18:41.887Z] --- PASS: TestTagInvalidReference (0.03s) [2020-08-06T00:18:41.887Z] === RUN TestTagValidPrefixedRepo [2020-08-06T00:18:41.887Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2020-08-06T00:18:41.887Z] === RUN TestTagExistedNameWithoutForce [2020-08-06T00:18:41.887Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2020-08-06T00:18:41.887Z] === RUN TestTagOfficialNames [2020-08-06T00:18:41.887Z] --- PASS: TestTagOfficialNames (0.04s) [2020-08-06T00:18:41.887Z] === RUN TestTagMatchesDigest [2020-08-06T00:18:41.887Z] --- PASS: TestTagMatchesDigest (0.02s) [2020-08-06T00:18:41.887Z] === CONT TestImportExtremelyLargeImageWorks [2020-08-06T00:18:42.260Z] Removing intermediate container af74bd360fca [2020-08-06T00:18:42.260Z] ---> cb27c18c5afc [2020-08-06T00:18:42.260Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2020-08-06T00:18:42.260Z] ---> Running in b639dfa4fbb6 [2020-08-06T00:18:42.434Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2020-08-06T00:18:42.695Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2020-08-06T00:18:42.718Z] Removing intermediate container b639dfa4fbb6 [2020-08-06T00:18:42.718Z] ---> a85c34c55a17 [2020-08-06T00:18:42.718Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2020-08-06T00:18:43.635Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2020-08-06T00:18:43.686Z] [2020-08-06T00:18:44.144Z] ---> a8103dab942b [2020-08-06T00:18:44.144Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2020-08-06T00:18:44.144Z] ---> Running in 4a3b8098b778 [2020-08-06T00:18:44.576Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2020-08-06T00:18:45.518Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2020-08-06T00:18:46.089Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2020-08-06T00:18:48.632Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2020-08-06T00:18:50.027Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2020-08-06T00:18:51.408Z] === RUN TestDockerSuite/TestBuildHistory [2020-08-06T00:18:54.458Z] Removing intermediate container 4a3b8098b778 [2020-08-06T00:18:54.458Z] ---> 321a29586724 [2020-08-06T00:18:54.458Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2020-08-06T00:18:54.458Z] ---> Running in bbcaebea6f01 [2020-08-06T00:18:54.458Z] [2020-08-06T00:18:54.458Z] SUCCESS: Specified value was saved. [2020-08-06T00:18:54.806Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.04s) [2020-08-06T00:18:54.806Z] === RUN TestCreateServiceSecretFileMode [2020-08-06T00:18:55.608Z] === RUN TestDockerSuite/TestBuildIidFile [2020-08-06T00:18:55.608Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2020-08-06T00:18:55.867Z] === RUN TestDockerSuite/TestBuildInheritance [2020-08-06T00:18:56.437Z] --- PASS: TestImportExtremelyLargeImageWorks (193.26s) [2020-08-06T00:18:56.437Z] PASS [2020-08-06T00:18:56.437Z] [2020-08-06T00:18:56.437Z] DONE 12 tests in 196.679s [2020-08-06T00:18:56.437Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2020-08-06T00:18:56.437Z] ++ 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-08-06T00:18:56.437Z] ++ set -e [2020-08-06T00:18:56.437Z] ++ '[' -n 0 ']' [2020-08-06T00:18:56.437Z] ++ set -x [2020-08-06T00:18:56.437Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:18:56.437Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2020-08-06T00:18:56.632Z] Removing intermediate container bbcaebea6f01 [2020-08-06T00:18:56.632Z] ---> c894cce55dbd [2020-08-06T00:18:56.632Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2020-08-06T00:18:56.632Z] ---> Running in c00637e5336c [2020-08-06T00:18:56.697Z] INFO: Testing against a local daemon [2020-08-06T00:18:56.697Z] === RUN TestNetworkCreateDelete [2020-08-06T00:18:56.697Z] --- PASS: TestNetworkCreateDelete (0.20s) [2020-08-06T00:18:56.697Z] === RUN TestDockerNetworkDeletePreferID [2020-08-06T00:18:56.957Z] === RUN TestDockerSuite/TestBuildInvalidTag [2020-08-06T00:18:56.957Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2020-08-06T00:18:57.219Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s) [2020-08-06T00:18:57.219Z] === RUN TestDaemonDNSFallback [2020-08-06T00:18:57.788Z] === RUN TestDockerSuite/TestBuildLabel [2020-08-06T00:18:58.049Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2020-08-06T00:18:58.112Z] --- PASS: TestCreateServiceSecretFileMode (3.44s) [2020-08-06T00:18:58.112Z] === RUN TestCreateServiceConfigFileMode [2020-08-06T00:18:58.619Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2020-08-06T00:18:58.879Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2020-08-06T00:18:59.139Z] === RUN TestDockerSuite/TestBuildLabels [2020-08-06T00:18:59.400Z] === RUN TestDockerSuite/TestBuildLabelsCache [2020-08-06T00:18:59.530Z] Cannot create a file when that file already exists. [2020-08-06T00:18:59.969Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2020-08-06T00:19:00.008Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2020-08-06T00:19:00.008Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2020-08-06T00:19:00.008Z] remote: Enumerating objects: 2, done. [2020-08-06T00:19:00.008Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2020-08-06T00:19:00.008Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2020-08-06T00:19:00.008Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2020-08-06T00:19:00.008Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2020-08-06T00:19:00.008Z] Building: bundles/cross/windows/amd64/containerutility.exe [2020-08-06T00:19:00.008Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2020-08-06T00:19:00.334Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/test/unit [2020-08-06T00:19:01.415Z] --- PASS: TestCreateServiceConfigFileMode (3.27s) [2020-08-06T00:19:01.415Z] === RUN TestCreateServiceSysctls [2020-08-06T00:19:01.883Z] === RUN TestDockerSuite/TestBuildLastModified [2020-08-06T00:19:02.863Z] ? github.com/docker/docker/api [no test files] [2020-08-06T00:19:03.788Z] --- PASS: TestDaemonDNSFallback (6.57s) [2020-08-06T00:19:03.788Z] === RUN TestInspectNetwork [2020-08-06T00:19:04.212Z] Removing intermediate container c00637e5336c [2020-08-06T00:19:04.212Z] ---> 7903688b0aee [2020-08-06T00:19:04.212Z] Step 13/13 : CMD ["sh"] [2020-08-06T00:19:04.212Z] ---> Running in b8e94e83f4e5 [2020-08-06T00:19:04.212Z] Removing intermediate container b8e94e83f4e5 [2020-08-06T00:19:04.212Z] ---> 76071bb89600 [2020-08-06T00:19:04.212Z] Successfully built 76071bb89600 [2020-08-06T00:19:04.212Z] Successfully tagged busybox:latest [2020-08-06T00:19:04.212Z] INFO: Docker images of the daemon under test [2020-08-06T00:19:04.212Z] [2020-08-06T00:19:04.212Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2020-08-06T00:19:04.212Z] busybox latest 76071bb89600 1 second ago 5.06GB [2020-08-06T00:19:04.212Z] microsoft/windowsservercore latest 987b1d5e0abf 4 weeks ago 4.99GB [2020-08-06T00:19:04.212Z] mcr.microsoft.com/windows/servercore ltsc2019 987b1d5e0abf 4 weeks ago 4.99GB [2020-08-06T00:19:04.212Z] [2020-08-06T00:19:04.212Z] INFO: Running integration tests at 08/06/2020 00:19:04... [2020-08-06T00:19:04.212Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2020-08-06T00:19:04.212Z] INFO: Integration API tests being run from the host: [2020-08-06T00:19:04.670Z] INFO: make.ps1 starting at 08/06/2020 00:19:04 [2020-08-06T00:19:05.128Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2020-08-06T00:19:05.624Z] --- PASS: TestCreateServiceSysctls (4.13s) [2020-08-06T00:19:05.624Z] === RUN TestCreateServiceCapabilities [2020-08-06T00:19:06.326Z] === RUN TestDockerSuite/TestBuildLineBreak [2020-08-06T00:19:08.235Z] === RUN TestInspectNetwork/full_network_id [2020-08-06T00:19:08.235Z] === RUN TestInspectNetwork/partial_network_id [2020-08-06T00:19:08.235Z] === RUN TestInspectNetwork/network_name [2020-08-06T00:19:08.235Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-08-06T00:19:08.813Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2020-08-06T00:19:08.928Z] --- PASS: TestCreateServiceCapabilities (3.36s) [2020-08-06T00:19:08.928Z] === RUN TestInspect [2020-08-06T00:19:09.075Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2020-08-06T00:19:09.075Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2020-08-06T00:19:09.075Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2020-08-06T00:19:09.075Z] === RUN TestDockerSuite/TestBuildMaintainer [2020-08-06T00:19:09.334Z] === RUN TestDockerSuite/TestBuildMissingArgs [2020-08-06T00:19:10.716Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2020-08-06T00:19:11.477Z] --- PASS: TestInspect (3.00s) [2020-08-06T00:19:11.477Z] === RUN TestCreateJob [2020-08-06T00:19:11.658Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2020-08-06T00:19:12.227Z] --- PASS: TestInspectNetwork (8.27s) [2020-08-06T00:19:12.227Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-08-06T00:19:12.227Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-08-06T00:19:12.227Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-08-06T00:19:12.227Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-08-06T00:19:12.227Z] === RUN TestRunContainerWithBridgeNone [2020-08-06T00:19:14.137Z] --- PASS: TestRunContainerWithBridgeNone (1.92s) [2020-08-06T00:19:14.138Z] === RUN TestNetworkInvalidJSON [2020-08-06T00:19:14.138Z] === RUN TestNetworkInvalidJSON//networks/create [2020-08-06T00:19:14.138Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-08-06T00:19:14.138Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:19:14.138Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:19:14.138Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:19:14.138Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:19:14.138Z] === CONT TestNetworkInvalidJSON//networks/create [2020-08-06T00:19:14.138Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:19:14.138Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:19:14.138Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2020-08-06T00:19:14.138Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-08-06T00:19:14.138Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-08-06T00:19:14.138Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-08-06T00:19:14.138Z] === RUN TestHostIPv4BridgeLabel [2020-08-06T00:19:14.398Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2020-08-06T00:19:14.657Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2020-08-06T00:19:14.657Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2020-08-06T00:19:14.657Z] === RUN TestDaemonRestartWithLiveRestore [2020-08-06T00:19:15.226Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2020-08-06T00:19:15.686Z] --- PASS: TestCreateJob (4.16s) [2020-08-06T00:19:15.686Z] === RUN TestReplicatedJob [2020-08-06T00:19:15.796Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2020-08-06T00:19:15.796Z] === RUN TestDaemonDefaultNetworkPools [2020-08-06T00:19:16.735Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2020-08-06T00:19:16.735Z] === RUN TestDaemonRestartWithExistingNetwork [2020-08-06T00:19:17.673Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2020-08-06T00:19:17.673Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-08-06T00:19:17.723Z] ok github.com/docker/docker/api/server 0.004s coverage: 9.0% of statements [2020-08-06T00:19:19.056Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2020-08-06T00:19:19.056Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-08-06T00:19:19.626Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2020-08-06T00:19:19.626Z] === RUN TestServiceWithPredefinedNetwork [2020-08-06T00:19:22.169Z] --- PASS: TestServiceWithPredefinedNetwork (2.34s) [2020-08-06T00:19:22.169Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-08-06T00:19:22.169Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-08-06T00:19:22.169Z] service_test.go:236: FLAKY_TEST [2020-08-06T00:19:22.169Z] === RUN TestServiceWithDataPathPortInit [2020-08-06T00:19:22.278Z] --- PASS: TestReplicatedJob (6.74s) [2020-08-06T00:19:22.278Z] === RUN TestUpdateReplicatedJob [2020-08-06T00:19:22.739Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2020-08-06T00:19:22.825Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:19:22.825Z] INFO: Testing against a local daemon [2020-08-06T00:19:26.031Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2020-08-06T00:19:26.291Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2020-08-06T00:19:26.489Z] --- PASS: TestUpdateReplicatedJob (4.17s) [2020-08-06T00:19:26.489Z] === RUN TestServiceListWithStatuses [2020-08-06T00:19:26.489Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-08-06T00:19:26.489Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-08-06T00:19:26.489Z] === RUN TestDockerNetworkConnectAlias [2020-08-06T00:19:27.682Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2020-08-06T00:19:27.682Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2020-08-06T00:19:31.877Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2020-08-06T00:19:31.877Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2020-08-06T00:19:33.081Z] --- PASS: TestDockerNetworkConnectAlias (6.52s) [2020-08-06T00:19:33.081Z] === RUN TestDockerNetworkReConnect [2020-08-06T00:19:33.257Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2020-08-06T00:19:33.517Z] === RUN TestDockerSuite/TestBuildMultipleTags [2020-08-06T00:19:34.086Z] === RUN TestDockerSuite/TestBuildNetContainer [2020-08-06T00:19:35.469Z] === RUN TestDockerSuite/TestBuildNetNone [2020-08-06T00:19:36.040Z] === RUN TestDockerSuite/TestBuildNoContext [2020-08-06T00:19:36.979Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2020-08-06T00:19:37.239Z] --- PASS: TestServiceWithDataPathPortInit (15.31s) [2020-08-06T00:19:37.239Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-08-06T00:19:37.625Z] ok github.com/docker/docker/integration/build 13.575s [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] === Skipped [2020-08-06T00:19:37.625Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2020-08-06T00:19:37.625Z] build_session_test.go:25: TODO: BuildKit [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2020-08-06T00:19:37.625Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) [2020-08-06T00:19:37.625Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s) [2020-08-06T00:19:37.625Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2020-08-06T00:19:37.625Z] build_test.go:237: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.00s) [2020-08-06T00:19:37.625Z] build_test.go:344: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2020-08-06T00:19:37.625Z] build_test.go:391: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.01s) [2020-08-06T00:19:37.625Z] build_test.go:451: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) [2020-08-06T00:19:37.625Z] build_test.go:492: testEnv.OSType == "windows" [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2020-08-06T00:19:37.625Z] build_test.go:580: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] DONE 22 tests, 10 skipped in 31.326s [2020-08-06T00:19:37.625Z] [2020-08-06T00:19:37.625Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2020-08-06T00:19:38.177Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2020-08-06T00:19:38.373Z] --- PASS: TestDockerNetworkReConnect (5.09s) [2020-08-06T00:19:38.373Z] === RUN TestServicePlugin [2020-08-06T00:19:38.373Z] --- SKIP: TestServicePlugin (0.00s) [2020-08-06T00:19:38.373Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:19:38.373Z] === RUN TestServiceUpdateLabel [2020-08-06T00:19:38.592Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:19:38.592Z] INFO: Testing against a local daemon [2020-08-06T00:19:38.592Z] ok github.com/docker/docker/integration/config 0.186s [2020-08-06T00:19:38.592Z] [2020-08-06T00:19:38.592Z] === Skipped [2020-08-06T00:19:38.592Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2020-08-06T00:19:38.592Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:19:38.592Z] [2020-08-06T00:19:38.592Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2020-08-06T00:19:38.592Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:19:38.592Z] [2020-08-06T00:19:38.592Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2020-08-06T00:19:38.592Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:19:38.592Z] [2020-08-06T00:19:38.592Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2020-08-06T00:19:38.592Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:19:38.592Z] [2020-08-06T00:19:38.592Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2020-08-06T00:19:38.592Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:19:38.592Z] [2020-08-06T00:19:38.592Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2020-08-06T00:19:38.592Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:19:38.592Z] [2020-08-06T00:19:38.592Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2020-08-06T00:19:38.592Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:19:38.592Z] [2020-08-06T00:19:38.592Z] [2020-08-06T00:19:38.592Z] DONE 7 tests, 7 skipped in 2.057s [2020-08-06T00:19:38.592Z] [2020-08-06T00:19:38.592Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2020-08-06T00:19:39.117Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2020-08-06T00:19:39.688Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2020-08-06T00:19:39.949Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2020-08-06T00:19:40.208Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2020-08-06T00:19:40.467Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2020-08-06T00:19:41.037Z] === RUN TestDockerSuite/TestBuildOnBuild [2020-08-06T00:19:41.512Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:19:41.512Z] INFO: Testing against a local daemon [2020-08-06T00:19:41.678Z] --- PASS: TestServiceUpdateLabel (3.22s) [2020-08-06T00:19:41.678Z] === RUN TestServiceUpdateSecrets [2020-08-06T00:19:42.417Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2020-08-06T00:19:42.676Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2020-08-06T00:19:44.582Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2020-08-06T00:19:45.151Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.88s) [2020-08-06T00:19:45.151Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zrd3r4tx9zqdopaortxfwrnow Created:2020-08-06 00:19:38.764219559 +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[316597be108ee925ece185ae9a54122435e586676e7157cc56d2d15b41003724:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ipdsi3eqd8mql8lkn1jnpo4nn EndpointID:22c955a5f47d6e0314dc028db8eb86a6a13e3bce5de5a7ff51eda1ea16c27a5a MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d65391f92d0c9d241705bd7203cfd09d4ce70df969d3c5ce6c45bf10c802c449 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:4f49b04fea74 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ipdsi3eqd8mql8lkn1jnpo4nn EndpointID:22c955a5f47d6e0314dc028db8eb86a6a13e3bce5de5a7ff51eda1ea16c27a5a EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-08-06T00:19:45.151Z] PASS [2020-08-06T00:19:45.151Z] [2020-08-06T00:19:45.151Z] === Skipped [2020-08-06T00:19:45.151Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-08-06T00:19:45.151Z] service_test.go:236: FLAKY_TEST [2020-08-06T00:19:45.151Z] [2020-08-06T00:19:45.151Z] [2020-08-06T00:19:45.151Z] DONE 23 tests, 1 skipped in 48.695s [2020-08-06T00:19:45.151Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-08-06T00:19:45.151Z] ++ 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-08-06T00:19:45.151Z] ++ set -e [2020-08-06T00:19:45.151Z] ++ '[' -n 0 ']' [2020-08-06T00:19:45.151Z] ++ set -x [2020-08-06T00:19:45.151Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:19:45.410Z] INFO: Testing against a local daemon [2020-08-06T00:19:45.410Z] === RUN TestDockerNetworkIpvlanPersistance [2020-08-06T00:19:45.410Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2020-08-06T00:19:45.410Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:19:45.410Z] === RUN TestDockerNetworkIpvlan [2020-08-06T00:19:45.410Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-08-06T00:19:45.410Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:19:45.410Z] PASS [2020-08-06T00:19:45.410Z] [2020-08-06T00:19:45.410Z] === Skipped [2020-08-06T00:19:45.410Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2020-08-06T00:19:45.410Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:19:45.410Z] [2020-08-06T00:19:45.410Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-08-06T00:19:45.410Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:19:45.410Z] [2020-08-06T00:19:45.410Z] [2020-08-06T00:19:45.410Z] DONE 2 tests, 2 skipped in 0.224s [2020-08-06T00:19:45.411Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-08-06T00:19:45.411Z] ++ 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-08-06T00:19:45.411Z] ++ set -e [2020-08-06T00:19:45.411Z] ++ '[' -n 0 ']' [2020-08-06T00:19:45.411Z] ++ set -x [2020-08-06T00:19:45.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=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:19:45.411Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2020-08-06T00:19:45.670Z] INFO: Testing against a local daemon [2020-08-06T00:19:45.670Z] === RUN TestDockerNetworkMacvlanPersistance [2020-08-06T00:19:47.053Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.37s) [2020-08-06T00:19:47.053Z] === RUN TestDockerNetworkMacvlan [2020-08-06T00:19:47.053Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2020-08-06T00:19:47.995Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-08-06T00:19:47.995Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2020-08-06T00:19:48.566Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-08-06T00:19:49.137Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2020-08-06T00:19:49.708Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2020-08-06T00:19:49.708Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-08-06T00:19:52.250Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-08-06T00:19:52.250Z] === RUN TestDockerSuite/TestBuildPATH [2020-08-06T00:19:54.160Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-08-06T00:19:54.421Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2020-08-06T00:19:55.362Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2020-08-06T00:19:56.302Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2020-08-06T00:19:56.592Z] --- PASS: TestServiceUpdateSecrets (14.83s) [2020-08-06T00:19:56.592Z] === RUN TestServiceUpdateConfigs [2020-08-06T00:19:59.602Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-08-06T00:20:00.174Z] --- PASS: TestDockerNetworkMacvlan (13.13s) [2020-08-06T00:20:00.174Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-08-06T00:20:00.174Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2020-08-06T00:20:00.174Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.37s) [2020-08-06T00:20:00.174Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.13s) [2020-08-06T00:20:00.174Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.53s) [2020-08-06T00:20:00.174Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.86s) [2020-08-06T00:20:00.174Z] PASS [2020-08-06T00:20:00.174Z] [2020-08-06T00:20:00.174Z] DONE 8 tests in 14.750s [2020-08-06T00:20:00.174Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2020-08-06T00:20:00.174Z] ++ 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-08-06T00:20:00.174Z] ++ set -e [2020-08-06T00:20:00.174Z] ++ '[' -n 0 ']' [2020-08-06T00:20:00.174Z] ++ set -x [2020-08-06T00:20:00.174Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:20:00.174Z] testing: warning: no tests to run [2020-08-06T00:20:00.174Z] PASS [2020-08-06T00:20:00.174Z] [2020-08-06T00:20:00.174Z] DONE 0 tests in 0.083s [2020-08-06T00:20:00.174Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-08-06T00:20:00.174Z] ++ 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-08-06T00:20:00.174Z] ++ set -e [2020-08-06T00:20:00.174Z] ++ '[' -n 0 ']' [2020-08-06T00:20:00.174Z] ++ set -x [2020-08-06T00:20:00.174Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:20:00.433Z] INFO: Testing against a local daemon [2020-08-06T00:20:00.434Z] === RUN TestAuthZPluginAllowRequest [2020-08-06T00:20:02.343Z] --- PASS: TestAuthZPluginAllowRequest (1.52s) [2020-08-06T00:20:02.343Z] === RUN TestAuthZPluginTLS [2020-08-06T00:20:02.603Z] --- PASS: TestAuthZPluginTLS (0.55s) [2020-08-06T00:20:02.603Z] === RUN TestAuthZPluginDenyRequest [2020-08-06T00:20:03.172Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-08-06T00:20:03.172Z] === RUN TestAuthZPluginAPIDenyResponse [2020-08-06T00:20:03.741Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2020-08-06T00:20:03.741Z] === RUN TestAuthZPluginDenyResponse [2020-08-06T00:20:03.741Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2020-08-06T00:20:04.310Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-08-06T00:20:04.310Z] === RUN TestAuthZPluginAllowEventStream [2020-08-06T00:20:05.700Z] --- PASS: TestAuthZPluginAllowEventStream (1.33s) [2020-08-06T00:20:05.700Z] === RUN TestAuthZPluginErrorResponse [2020-08-06T00:20:05.960Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2020-08-06T00:20:06.220Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2020-08-06T00:20:06.220Z] === RUN TestAuthZPluginErrorRequest [2020-08-06T00:20:06.789Z] --- PASS: TestAuthZPluginErrorRequest (0.65s) [2020-08-06T00:20:06.789Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-08-06T00:20:07.359Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.57s) [2020-08-06T00:20:07.359Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-08-06T00:20:07.359Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2020-08-06T00:20:09.900Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.11s) [2020-08-06T00:20:09.900Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-08-06T00:20:09.900Z] === RUN TestDockerSuite/TestBuildRm [2020-08-06T00:20:11.282Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.78s) [2020-08-06T00:20:11.282Z] === RUN TestAuthZPluginHeader [2020-08-06T00:20:11.514Z] --- PASS: TestServiceUpdateConfigs (15.32s) [2020-08-06T00:20:11.514Z] === RUN TestServiceUpdateNetwork [2020-08-06T00:20:11.851Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2020-08-06T00:20:12.111Z] --- PASS: TestAuthZPluginHeader (0.82s) [2020-08-06T00:20:12.111Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-08-06T00:20:12.680Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2020-08-06T00:20:13.619Z] === RUN TestDockerSuite/TestBuildScratchCopy [2020-08-06T00:20:14.188Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2020-08-06T00:20:14.448Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2020-08-06T00:20:15.388Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2020-08-06T00:20:15.959Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.97s) [2020-08-06T00:20:15.959Z] === RUN TestAuthZPluginV2Disable [2020-08-06T00:20:16.531Z] === RUN TestDockerSuite/TestBuildShellInherited [2020-08-06T00:20:17.101Z] === RUN TestDockerSuite/TestBuildShellMultiple [2020-08-06T00:20:19.647Z] --- PASS: TestAuthZPluginV2Disable (3.42s) [2020-08-06T00:20:19.647Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-08-06T00:20:19.906Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2020-08-06T00:20:20.165Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2020-08-06T00:20:20.425Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2020-08-06T00:20:20.425Z] === RUN TestDockerSuite/TestBuildSpaces [2020-08-06T00:20:20.684Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2020-08-06T00:20:21.625Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2020-08-06T00:20:21.625Z] === RUN TestDockerSuite/TestBuildStderr [2020-08-06T00:20:22.195Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2020-08-06T00:20:22.454Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.00s) [2020-08-06T00:20:22.454Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-08-06T00:20:25.759Z] === RUN TestDockerSuite/TestBuildStopSignal [2020-08-06T00:20:26.327Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2020-08-06T00:20:26.428Z] --- PASS: TestServiceUpdateNetwork (14.62s) [2020-08-06T00:20:26.428Z] === RUN TestServiceUpdatePidsLimit [2020-08-06T00:20:27.266Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2020-08-06T00:20:27.813Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-08-06T00:20:28.207Z] === RUN TestDockerSuite/TestBuildTagEvent [2020-08-06T00:20:28.757Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-08-06T00:20:29.146Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2020-08-06T00:20:30.527Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2020-08-06T00:20:30.787Z] === RUN TestDockerSuite/TestBuildUser [2020-08-06T00:20:32.170Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2020-08-06T00:20:34.082Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.53s) [2020-08-06T00:20:34.082Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-08-06T00:20:35.462Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2020-08-06T00:20:36.898Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/build [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/container [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/image [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/network [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/session [no test files] [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/system [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/backend [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/container [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/events [no test files] [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/image [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/mount [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/network [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/registry [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/swarm [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 75.0% of statements [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/api/types/volume [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/builder [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/builder/builder-next [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/builder/dockerignore 0.018s coverage: 96.8% of statements [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/builder/dockerfile 0.141s coverage: 48.1% of statements [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/builder/remotecontext 0.116s coverage: 13.6% of statements [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2020-08-06T00:20:39.138Z] ok github.com/docker/docker/builder/remotecontext/git 1.226s coverage: 86.3% of statements [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/cli [no test files] [2020-08-06T00:20:39.138Z] ? github.com/docker/docker/cli/config [no test files] [2020-08-06T00:20:41.665Z] ok github.com/docker/docker/client 0.188s coverage: 75.4% of statements [2020-08-06T00:20:41.933Z] ok github.com/docker/docker/integration/container 57.695s [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === Skipped [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2020-08-06T00:20:41.933Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.02s) [2020-08-06T00:20:41.933Z] copy_test.go:25: testEnv.OSType == "windows" [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2020-08-06T00:20:41.933Z] copy_test.go:39: testEnv.OSType == "windows" [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) [2020-08-06T00:20:41.933Z] copy_test.go:51: testEnv.OSType == "windows" [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) [2020-08-06T00:20:41.933Z] copy_test.go:65: testEnv.OSType == "windows" [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2020-08-06T00:20:41.933Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2020-08-06T00:20:41.933Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2020-08-06T00:20:41.933Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2020-08-06T00:20:41.933Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2020-08-06T00:20:41.933Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2020-08-06T00:20:41.933Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2020-08-06T00:20:41.933Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2020-08-06T00:20:41.933Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) [2020-08-06T00:20:41.933Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2020-08-06T00:20:41.933Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2020-08-06T00:20:41.933Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2020-08-06T00:20:41.933Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2020-08-06T00:20:41.933Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2020-08-06T00:20:41.933Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2020-08-06T00:20:41.933Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) [2020-08-06T00:20:41.933Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH [2020-08-06T00:20:41.933Z] [2020-08-06T00:20:41.933Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2020-08-06T00:20:41.933Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2020-08-06T00:20:41.934Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2020-08-06T00:20:41.934Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2020-08-06T00:20:41.934Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2020-08-06T00:20:41.934Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2020-08-06T00:20:41.934Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2020-08-06T00:20:41.934Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) [2020-08-06T00:20:41.934Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2020-08-06T00:20:41.934Z] nat_test.go:61: testEnv.OSType == "windows": FIXME [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2020-08-06T00:20:41.934Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2020-08-06T00:20:41.934Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2020-08-06T00:20:41.934Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2020-08-06T00:20:41.934Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2020-08-06T00:20:41.934Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) [2020-08-06T00:20:41.934Z] resize_test.go:20: testEnv.OSType == "windows": FIXME [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2020-08-06T00:20:41.934Z] resize_test.go:38: testEnv.OSType == "windows": FIXME [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2020-08-06T00:20:41.934Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2020-08-06T00:20:41.934Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2020-08-06T00:20:41.934Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2020-08-06T00:20:41.934Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] DONE 84 tests, 41 skipped in 59.947s [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2020-08-06T00:20:41.934Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:20:41.934Z] INFO: Testing against a local daemon [2020-08-06T00:20:41.934Z] ok github.com/docker/docker/integration/image 0.394s [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === Skipped [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2020-08-06T00:20:41.934Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2020-08-06T00:20:41.934Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) [2020-08-06T00:20:41.934Z] remove_test.go:16: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) [2020-08-06T00:20:41.934Z] tag_test.go:98: testEnv.OSType == "windows" [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] DONE 11 tests, 4 skipped in 1.970s [2020-08-06T00:20:41.934Z] [2020-08-06T00:20:41.934Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2020-08-06T00:20:42.391Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:20:42.391Z] INFO: Testing against a local daemon [2020-08-06T00:20:42.391Z] ok github.com/docker/docker/integration/network 0.206s [2020-08-06T00:20:42.391Z] [2020-08-06T00:20:42.391Z] === Skipped [2020-08-06T00:20:42.391Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2020-08-06T00:20:42.391Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:20:42.391Z] [2020-08-06T00:20:42.391Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2020-08-06T00:20:42.391Z] 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-08-06T00:20:42.391Z] [2020-08-06T00:20:42.391Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2020-08-06T00:20:42.391Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:20:42.391Z] [2020-08-06T00:20:42.391Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2020-08-06T00:20:42.391Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2020-08-06T00:20:42.391Z] [2020-08-06T00:20:42.391Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2020-08-06T00:20:42.391Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:20:42.391Z] [2020-08-06T00:20:42.391Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2020-08-06T00:20:42.391Z] network_test.go:97: testEnv.OSType == "windows" [2020-08-06T00:20:42.391Z] [2020-08-06T00:20:42.391Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2020-08-06T00:20:42.391Z] service_test.go:29: testEnv.OSType == "windows" [2020-08-06T00:20:42.391Z] [2020-08-06T00:20:42.391Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2020-08-06T00:20:42.391Z] service_test.go:52: testEnv.OSType == "windows" [2020-08-06T00:20:42.391Z] [2020-08-06T00:20:42.392Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2020-08-06T00:20:42.392Z] service_test.go:96: testEnv.OSType == "windows" [2020-08-06T00:20:42.392Z] [2020-08-06T00:20:42.392Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2020-08-06T00:20:42.392Z] service_test.go:130: testEnv.OSType == "windows" [2020-08-06T00:20:42.392Z] [2020-08-06T00:20:42.392Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2020-08-06T00:20:42.392Z] service_test.go:181: testEnv.OSType == "windows" [2020-08-06T00:20:42.392Z] [2020-08-06T00:20:42.392Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2020-08-06T00:20:42.392Z] service_test.go:206: testEnv.OSType == "windows" [2020-08-06T00:20:42.392Z] [2020-08-06T00:20:42.392Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-08-06T00:20:42.392Z] service_test.go:236: FLAKY_TEST [2020-08-06T00:20:42.392Z] [2020-08-06T00:20:42.392Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2020-08-06T00:20:42.392Z] service_test.go:326: testEnv.OSType == "windows" [2020-08-06T00:20:42.392Z] [2020-08-06T00:20:42.392Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2020-08-06T00:20:42.392Z] service_test.go:394: testEnv.OSType == "windows" [2020-08-06T00:20:42.392Z] [2020-08-06T00:20:42.392Z] [2020-08-06T00:20:42.392Z] DONE 19 tests, 15 skipped in 1.999s [2020-08-06T00:20:42.850Z] [2020-08-06T00:20:42.850Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2020-08-06T00:20:43.308Z] testing: warning: no tests to run [2020-08-06T00:20:43.308Z] ok github.com/docker/docker/integration/network/ipvlan 0.056s [2020-08-06T00:20:43.308Z] [2020-08-06T00:20:43.308Z] DONE 0 tests in 0.610s [2020-08-06T00:20:43.308Z] [2020-08-06T00:20:43.308Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2020-08-06T00:20:43.486Z] --- PASS: TestServiceUpdatePidsLimit (17.40s) [2020-08-06T00:20:43.486Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) [2020-08-06T00:20:43.486Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2020-08-06T00:20:43.486Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2020-08-06T00:20:43.486Z] PASS [2020-08-06T00:20:43.486Z] [2020-08-06T00:20:43.486Z] === Skipped [2020-08-06T00:20:43.486Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2020-08-06T00:20:43.486Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-08-06T00:20:43.486Z] [2020-08-06T00:20:43.486Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2020-08-06T00:20:43.486Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:20:43.486Z] [2020-08-06T00:20:43.486Z] [2020-08-06T00:20:43.486Z] DONE 27 tests, 2 skipped in 160.187s [2020-08-06T00:20:43.486Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2020-08-06T00:20:43.486Z] ++ 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-08-06T00:20:43.486Z] ++ set -e [2020-08-06T00:20:43.486Z] ++ '[' -n 0 ']' [2020-08-06T00:20:43.486Z] ++ set -x [2020-08-06T00:20:43.486Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:20:43.747Z] INFO: Testing against a local daemon [2020-08-06T00:20:43.747Z] === RUN TestSessionCreate [2020-08-06T00:20:43.747Z] --- PASS: TestSessionCreate (0.05s) [2020-08-06T00:20:43.747Z] === RUN TestSessionCreateWithBadUpgrade [2020-08-06T00:20:43.747Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2020-08-06T00:20:43.747Z] PASS [2020-08-06T00:20:43.747Z] [2020-08-06T00:20:43.747Z] DONE 2 tests in 0.289s [2020-08-06T00:20:43.747Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2020-08-06T00:20:43.747Z] ++ 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-08-06T00:20:43.747Z] ++ set -e [2020-08-06T00:20:43.747Z] ++ '[' -n 0 ']' [2020-08-06T00:20:43.747Z] ++ set -x [2020-08-06T00:20:43.747Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:20:43.767Z] testing: warning: no tests to run [2020-08-06T00:20:43.767Z] ok github.com/docker/docker/integration/network/macvlan 0.068s [2020-08-06T00:20:43.767Z] [2020-08-06T00:20:43.767Z] DONE 0 tests in 0.587s [2020-08-06T00:20:43.767Z] [2020-08-06T00:20:43.767Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2020-08-06T00:20:44.008Z] INFO: Testing against a local daemon [2020-08-06T00:20:44.008Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-08-06T00:20:44.008Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-08-06T00:20:44.008Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-08-06T00:20:44.008Z] === RUN TestEventsExecDie [2020-08-06T00:20:44.733Z] testing: warning: no tests to run [2020-08-06T00:20:44.733Z] ok github.com/docker/docker/integration/plugin 0.051s [2020-08-06T00:20:44.733Z] [2020-08-06T00:20:44.733Z] DONE 0 tests in 0.611s [2020-08-06T00:20:44.733Z] [2020-08-06T00:20:44.733Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2020-08-06T00:20:44.954Z] --- PASS: TestEventsExecDie (0.90s) [2020-08-06T00:20:44.954Z] === RUN TestEventsBackwardsCompatible [2020-08-06T00:20:44.954Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2020-08-06T00:20:44.954Z] === RUN TestInfoBinaryCommits [2020-08-06T00:20:45.191Z] testing: warning: no tests to run [2020-08-06T00:20:45.191Z] ok github.com/docker/docker/integration/plugin/authz 0.098s [2020-08-06T00:20:45.191Z] [2020-08-06T00:20:45.191Z] DONE 0 tests in 0.660s [2020-08-06T00:20:45.191Z] [2020-08-06T00:20:45.191Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2020-08-06T00:20:45.217Z] --- PASS: TestInfoBinaryCommits (0.06s) [2020-08-06T00:20:45.217Z] === RUN TestInfoAPIVersioned [2020-08-06T00:20:45.217Z] --- PASS: TestInfoAPIVersioned (0.02s) [2020-08-06T00:20:45.217Z] === RUN TestInfoDiscoveryBackend [2020-08-06T00:20:45.451Z] === RUN TestDockerSuite/TestBuildVerboseOut [2020-08-06T00:20:45.451Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2020-08-06T00:20:45.451Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2020-08-06T00:20:45.789Z] --- PASS: TestInfoDiscoveryBackend (0.61s) [2020-08-06T00:20:45.789Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-08-06T00:20:46.020Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2020-08-06T00:20:46.590Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2020-08-06T00:20:46.731Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-08-06T00:20:46.731Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-08-06T00:20:47.305Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.63s) [2020-08-06T00:20:47.305Z] === RUN TestInfoAPI [2020-08-06T00:20:47.305Z] --- PASS: TestInfoAPI (0.05s) [2020-08-06T00:20:47.305Z] === RUN TestInfoAPIWarnings [2020-08-06T00:20:47.529Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2020-08-06T00:20:47.529Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2020-08-06T00:20:47.529Z] === RUN TestDockerSuite/TestBuildWindowsUser [2020-08-06T00:20:47.529Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2020-08-06T00:20:47.529Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2020-08-06T00:20:48.250Z] --- PASS: TestInfoAPIWarnings (0.61s) [2020-08-06T00:20:48.250Z] === RUN TestInfoDebug [2020-08-06T00:20:48.823Z] --- PASS: TestInfoDebug (0.62s) [2020-08-06T00:20:48.823Z] === RUN TestInfoInsecureRegistries [2020-08-06T00:20:48.933Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2020-08-06T00:20:48.933Z] === RUN TestDockerSuite/TestBuildWithFailure [2020-08-06T00:20:49.193Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2020-08-06T00:20:49.397Z] --- PASS: TestInfoInsecureRegistries (0.63s) [2020-08-06T00:20:49.397Z] === RUN TestInfoRegistryMirrors [2020-08-06T00:20:49.763Z] === RUN TestDockerSuite/TestBuildWithTabs [2020-08-06T00:20:49.970Z] --- PASS: TestInfoRegistryMirrors (0.61s) [2020-08-06T00:20:49.970Z] === RUN TestLoginFailsWithBadCredentials [2020-08-06T00:20:50.232Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2020-08-06T00:20:50.232Z] === RUN TestPingCacheHeaders [2020-08-06T00:20:50.232Z] --- PASS: TestPingCacheHeaders (0.05s) [2020-08-06T00:20:50.232Z] === RUN TestPingGet [2020-08-06T00:20:50.232Z] --- PASS: TestPingGet (0.02s) [2020-08-06T00:20:50.232Z] === RUN TestPingHead [2020-08-06T00:20:50.232Z] --- PASS: TestPingHead (0.05s) [2020-08-06T00:20:50.232Z] === RUN TestVersion [2020-08-06T00:20:50.333Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2020-08-06T00:20:50.333Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2020-08-06T00:20:50.493Z] --- PASS: TestVersion (0.05s) [2020-08-06T00:20:50.493Z] PASS [2020-08-06T00:20:50.493Z] [2020-08-06T00:20:50.493Z] === Skipped [2020-08-06T00:20:50.493Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-08-06T00:20:50.493Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-08-06T00:20:50.493Z] [2020-08-06T00:20:50.493Z] [2020-08-06T00:20:50.493Z] DONE 18 tests, 1 skipped in 6.536s [2020-08-06T00:20:50.493Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2020-08-06T00:20:50.493Z] ++ 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-08-06T00:20:50.493Z] ++ set -e [2020-08-06T00:20:50.493Z] ++ '[' -n 0 ']' [2020-08-06T00:20:50.493Z] ++ set -x [2020-08-06T00:20:50.493Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:20:50.493Z] INFO: Testing against a local daemon [2020-08-06T00:20:50.493Z] === RUN TestVolumesCreateAndList [2020-08-06T00:20:50.593Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2020-08-06T00:20:50.593Z] PASS [2020-08-06T00:20:50.593Z] [2020-08-06T00:20:50.593Z] DONE 17 tests in 50.286s [2020-08-06T00:20:50.593Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-08-06T00:20:50.593Z] ++ 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-08-06T00:20:50.593Z] ++ set -e [2020-08-06T00:20:50.593Z] ++ '[' -n 0 ']' [2020-08-06T00:20:50.593Z] ++ set -x [2020-08-06T00:20:50.593Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:20:50.754Z] --- PASS: TestVolumesCreateAndList (0.04s) [2020-08-06T00:20:50.755Z] === RUN TestVolumesRemove [2020-08-06T00:20:50.755Z] --- PASS: TestVolumesRemove (0.12s) [2020-08-06T00:20:50.755Z] === RUN TestVolumesInspect [2020-08-06T00:20:50.755Z] --- PASS: TestVolumesInspect (0.03s) [2020-08-06T00:20:50.755Z] === RUN TestVolumesInvalidJSON [2020-08-06T00:20:50.755Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-08-06T00:20:50.755Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-08-06T00:20:50.755Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-08-06T00:20:50.755Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-08-06T00:20:50.755Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-08-06T00:20:50.755Z] PASS [2020-08-06T00:20:50.755Z] [2020-08-06T00:20:50.755Z] DONE 5 tests in 0.394s [2020-08-06T00:20:50.755Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-08-06T00:20:50.853Z] INFO: Testing against a local daemon [2020-08-06T00:20:50.853Z] === RUN TestPluginInvalidJSON [2020-08-06T00:20:50.853Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:20:50.853Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:20:50.853Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:20:50.853Z] --- PASS: TestPluginInvalidJSON (0.03s) [2020-08-06T00:20:50.853Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2020-08-06T00:20:50.853Z] === RUN TestPluginInstall [2020-08-06T00:20:50.853Z] === RUN TestPluginInstall/no_auth [2020-08-06T00:20:51.327Z] ++++ cat bundles/test-integration/docker.pid [2020-08-06T00:20:51.327Z] +++ kill 13585 [2020-08-06T00:20:52.264Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:20:52.264Z] INFO: Testing against a local daemon [2020-08-06T00:20:52.264Z] ok github.com/docker/docker/integration/plugin/common 0.238s [2020-08-06T00:20:52.264Z] [2020-08-06T00:20:52.264Z] === Skipped [2020-08-06T00:20:52.264Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2020-08-06T00:20:52.264Z] plugin_test.go:55: testEnv.OSType == "windows" [2020-08-06T00:20:52.264Z] [2020-08-06T00:20:52.264Z] [2020-08-06T00:20:52.264Z] DONE 3 tests, 1 skipped in 6.312s [2020-08-06T00:20:52.264Z] [2020-08-06T00:20:52.264Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2020-08-06T00:20:52.270Z] +++ /etc/init.d/apparmor stop [2020-08-06T00:20:52.270Z] Leaving: AppArmorNo profiles have been unloaded. [2020-08-06T00:20:52.270Z] [2020-08-06T00:20:52.270Z] Unloading profiles will leave already running processes permanently [2020-08-06T00:20:52.270Z] unconfined, which can lead to unexpected situations. [2020-08-06T00:20:52.270Z] [2020-08-06T00:20:52.270Z] To set a process to complain mode, use the command line tool [2020-08-06T00:20:52.270Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-08-06T00:20:52.270Z] +++ true [2020-08-06T00:20:52.532Z] exiting test-integration [2020-08-06T00:20:52.532Z] ++ exit 0 [2020-08-06T00:20:52.532Z] [2020-08-06T00:20:52.761Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2020-08-06T00:20:54.440Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:20:54.440Z] INFO: Testing against a local daemon [2020-08-06T00:20:54.440Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.218s [2020-08-06T00:20:54.440Z] [2020-08-06T00:20:54.440Z] === Skipped [2020-08-06T00:20:54.440Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2020-08-06T00:20:54.440Z] external_test.go:48: runtime.GOOS == "windows" [2020-08-06T00:20:54.440Z] [2020-08-06T00:20:54.440Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2020-08-06T00:20:54.440Z] external_test.go:408: runtime.GOOS == "windows" [2020-08-06T00:20:54.440Z] [2020-08-06T00:20:54.440Z] [2020-08-06T00:20:54.440Z] DONE 2 tests, 2 skipped in 2.583s [2020-08-06T00:20:54.440Z] [2020-08-06T00:20:54.440Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2020-08-06T00:20:54.673Z] === RUN TestDockerSuite/TestBuildWithVolumes [2020-08-06T00:20:54.674Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer Post stage [Pipeline] junit [2020-08-06T00:20:55.094Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-08-06T00:20:55.934Z] + echo Ensuring container killed. [2020-08-06T00:20:55.934Z] Ensuring container killed. [2020-08-06T00:20:55.934Z] + docker rm -vf docker-pr1 [2020-08-06T00:20:55.934Z] Error: No such container: docker-pr1 [2020-08-06T00:20:55.934Z] + true [Pipeline] sh [2020-08-06T00:20:56.055Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2020-08-06T00:20:56.228Z] + echo Chowning /workspace to jenkins user [2020-08-06T00:20:56.228Z] Chowning /workspace to jenkins user [2020-08-06T00:20:56.228Z] + id -u [2020-08-06T00:20:56.228Z] + id -g [2020-08-06T00:20:56.228Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41316:/workspace busybox chown -R 1000:1000 /workspace [2020-08-06T00:20:56.228Z] Unable to find image 'busybox:latest' locally [2020-08-06T00:20:56.228Z] latest: Pulling from library/busybox [2020-08-06T00:20:56.496Z] b532f239b6e6: Pulling fs layer [2020-08-06T00:20:56.496Z] b532f239b6e6: Verifying Checksum [2020-08-06T00:20:56.496Z] b532f239b6e6: Download complete [2020-08-06T00:20:56.619Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:20:56.619Z] INFO: Testing against a local daemon [2020-08-06T00:20:56.619Z] ok github.com/docker/docker/integration/plugin/logging 0.222s [2020-08-06T00:20:56.619Z] [2020-08-06T00:20:56.619Z] === Skipped [2020-08-06T00:20:56.619Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2020-08-06T00:20:56.619Z] read_test.go:21: no unix domain sockets on Windows [2020-08-06T00:20:56.619Z] [2020-08-06T00:20:56.619Z] [2020-08-06T00:20:56.619Z] DONE 1 tests, 1 skipped in 2.220s [2020-08-06T00:20:56.619Z] [2020-08-06T00:20:56.619Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2020-08-06T00:20:56.625Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2020-08-06T00:20:56.762Z] b532f239b6e6: Pull complete [2020-08-06T00:20:56.762Z] Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977 [2020-08-06T00:20:56.762Z] Status: Downloaded newer image for busybox:latest [2020-08-06T00:20:57.584Z] testing: warning: no tests to run [2020-08-06T00:20:57.584Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.101s [2020-08-06T00:20:57.584Z] [2020-08-06T00:20:57.584Z] DONE 0 tests in 1.006s [2020-08-06T00:20:57.584Z] [2020-08-06T00:20:57.584Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2020-08-06T00:20:58.008Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2020-08-06T00:20:58.008Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2020-08-06T00:20:58.949Z] === RUN TestDockerSuite/TestBuildXZHost [2020-08-06T00:20:59.758Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:20:59.758Z] INFO: Testing against a local daemon [2020-08-06T00:20:59.758Z] ok github.com/docker/docker/integration/plugin/volumes 0.212s [2020-08-06T00:20:59.758Z] [2020-08-06T00:20:59.758Z] === Skipped [2020-08-06T00:20:59.758Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2020-08-06T00:20:59.758Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:20:59.758Z] [2020-08-06T00:20:59.758Z] [2020-08-06T00:20:59.758Z] DONE 1 tests, 1 skipped in 2.138s [2020-08-06T00:20:59.758Z] [2020-08-06T00:20:59.758Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2020-08-06T00:20:59.890Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-08-06T00:21:00.376Z] + bundleName=arm64-integration [2020-08-06T00:21:00.376Z] + echo Creating arm64-integration-bundles.tar.gz [2020-08-06T00:21:00.376Z] Creating arm64-integration-bundles.tar.gz [2020-08-06T00:21:00.376Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2020-08-06T00:21:00.376Z] + 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-08-06T00:21:00.652Z] Archiving artifacts [2020-08-06T00:21:01.273Z] time="2020-08-06T00:21:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:21:01.273Z] time="2020-08-06T00:21:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:33bb41ed9f6f95c501c8897ee62dc09c9dc86fa449c0a136f51b234505e7a9a6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:21:01.273Z] time="2020-08-06T00:21:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:21:01.273Z] time="2020-08-06T00:21:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:33bb41ed9f6f95c501c8897ee62dc09c9dc86fa449c0a136f51b234505e7a9a6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:21:01.533Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2020-08-06T00:21:01.533Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2020-08-06T00:21:01.533Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2020-08-06T00:21:01.794Z] === RUN TestPluginInstall/with_htpasswd [2020-08-06T00:21:01.936Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:21:01.936Z] INFO: Testing against a local daemon [2020-08-06T00:21:01.936Z] ok github.com/docker/docker/integration/secret 0.217s [2020-08-06T00:21:01.936Z] [2020-08-06T00:21:01.936Z] === Skipped [2020-08-06T00:21:01.936Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2020-08-06T00:21:01.936Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:01.936Z] [2020-08-06T00:21:01.936Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2020-08-06T00:21:01.936Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:01.936Z] [2020-08-06T00:21:01.936Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2020-08-06T00:21:01.936Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:01.936Z] [2020-08-06T00:21:01.936Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2020-08-06T00:21:01.936Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:01.936Z] [2020-08-06T00:21:01.936Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2020-08-06T00:21:01.936Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:01.936Z] [2020-08-06T00:21:01.936Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2020-08-06T00:21:01.936Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:21:01.936Z] [2020-08-06T00:21:01.936Z] [2020-08-06T00:21:01.936Z] DONE 6 tests, 6 skipped in 1.868s [2020-08-06T00:21:01.936Z] [2020-08-06T00:21:01.936Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2020-08-06T00:21:02.365Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2020-08-06T00:21:02.500Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41316/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-08-06T00:21:02.851Z] + make clean [2020-08-06T00:21:02.935Z] time="2020-08-06T00:21:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:21:02.935Z] time="2020-08-06T00:21:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8f5afdc614da920725d9d28772743dcc83a6f92397c5da5a6aadd2990edeba2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:21:02.935Z] time="2020-08-06T00:21:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:21:02.935Z] time="2020-08-06T00:21:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8f5afdc614da920725d9d28772743dcc83a6f92397c5da5a6aadd2990edeba2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:21:03.423Z] docker volume rm -f docker-dev-cache [2020-08-06T00:21:03.423Z] docker-dev-cache [Pipeline] deleteDir [2020-08-06T00:21:03.504Z] === RUN TestPluginInstall/with_insecure [2020-08-06T00:21:03.505Z] === RUN TestDockerSuite/TestCommitChange [2020-08-06T00:21:04.111Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:21:04.111Z] INFO: Testing against a local daemon [2020-08-06T00:21:04.111Z] ok github.com/docker/docker/integration/service 0.329s [2020-08-06T00:21:04.111Z] [2020-08-06T00:21:04.111Z] === Skipped [2020-08-06T00:21:04.111Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-08-06T00:21:04.111Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2020-08-06T00:21:04.111Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.111Z] [2020-08-06T00:21:04.111Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-08-06T00:21:04.111Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2020-08-06T00:21:04.111Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.111Z] [2020-08-06T00:21:04.111Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2020-08-06T00:21:04.111Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.111Z] [2020-08-06T00:21:04.111Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2020-08-06T00:21:04.111Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.111Z] [2020-08-06T00:21:04.111Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2020-08-06T00:21:04.111Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.111Z] [2020-08-06T00:21:04.111Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2020-08-06T00:21:04.111Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.111Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2020-08-06T00:21:04.112Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2020-08-06T00:21:04.112Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2020-08-06T00:21:04.112Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2020-08-06T00:21:04.112Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2020-08-06T00:21:04.112Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2020-08-06T00:21:04.112Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2020-08-06T00:21:04.112Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2020-08-06T00:21:04.112Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2020-08-06T00:21:04.112Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2020-08-06T00:21:04.112Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2020-08-06T00:21:04.112Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2020-08-06T00:21:04.112Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2020-08-06T00:21:04.112Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2020-08-06T00:21:04.112Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2020-08-06T00:21:04.112Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2020-08-06T00:21:04.112Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2020-08-06T00:21:04.112Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] DONE 24 tests, 23 skipped in 2.299s [2020-08-06T00:21:04.112Z] [2020-08-06T00:21:04.112Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2020-08-06T00:21:04.445Z] === RUN TestDockerSuite/TestCommitChangeLabels [2020-08-06T00:21:04.445Z] time="2020-08-06T00:21:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:21:04.445Z] time="2020-08-06T00:21:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0a266b3b9567dbe069d6a79e0f1bf9448e40911e6cfbc8a67e420b97164b9a14" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:21:04.445Z] time="2020-08-06T00:21:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:21:04.445Z] time="2020-08-06T00:21:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0a266b3b9567dbe069d6a79e0f1bf9448e40911e6cfbc8a67e420b97164b9a14" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:21:05.021Z] --- PASS: TestPluginInstall (14.05s) [2020-08-06T00:21:05.021Z] --- PASS: TestPluginInstall/no_auth (10.97s) [2020-08-06T00:21:05.021Z] --- PASS: TestPluginInstall/with_htpasswd (1.57s) [2020-08-06T00:21:05.021Z] --- PASS: TestPluginInstall/with_insecure (1.51s) [2020-08-06T00:21:05.021Z] plugin_test.go:157: [d6111d89b6d48] daemon is not started [2020-08-06T00:21:05.021Z] PASS [2020-08-06T00:21:05.021Z] [2020-08-06T00:21:05.021Z] DONE 6 tests in 14.323s [2020-08-06T00:21:05.021Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-08-06T00:21:05.021Z] ++ 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-08-06T00:21:05.021Z] ++ set -e [2020-08-06T00:21:05.021Z] ++ '[' -n 0 ']' [2020-08-06T00:21:05.021Z] ++ set -x [2020-08-06T00:21:05.021Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:21:05.283Z] INFO: Testing against a local daemon [2020-08-06T00:21:05.283Z] === RUN TestExternalGraphDriver [2020-08-06T00:21:05.283Z] === RUN TestDockerSuite/TestCommitHardlink [2020-08-06T00:21:05.283Z] === RUN TestExternalGraphDriver/json [2020-08-06T00:21:05.645Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:21:05.645Z] INFO: Testing against a local daemon [2020-08-06T00:21:05.645Z] ok github.com/docker/docker/integration/session 0.216s [2020-08-06T00:21:05.645Z] [2020-08-06T00:21:05.645Z] === Skipped [2020-08-06T00:21:05.645Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2020-08-06T00:21:05.645Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2020-08-06T00:21:05.645Z] [2020-08-06T00:21:05.645Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2020-08-06T00:21:05.645Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2020-08-06T00:21:05.645Z] [2020-08-06T00:21:05.645Z] [2020-08-06T00:21:05.645Z] DONE 2 tests, 2 skipped in 1.726s [2020-08-06T00:21:06.105Z] [2020-08-06T00:21:06.105Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2020-08-06T00:21:06.665Z] === RUN TestDockerSuite/TestCommitNewFile [2020-08-06T00:21:07.234Z] === RUN TestExternalGraphDriver/spec [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-06T00:21:07.640Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:21:07.640Z] INFO: Testing against a local daemon [2020-08-06T00:21:07.803Z] === RUN TestDockerSuite/TestCommitPausedContainer [2020-08-06T00:21:08.607Z] ok github.com/docker/docker/integration/system 1.295s [2020-08-06T00:21:08.607Z] [2020-08-06T00:21:08.607Z] === Skipped [2020-08-06T00:21:08.607Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-08-06T00:21:08.607Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2020-08-06T00:21:08.607Z] [2020-08-06T00:21:08.607Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2020-08-06T00:21:08.607Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2020-08-06T00:21:08.607Z] [2020-08-06T00:21:08.607Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2020-08-06T00:21:08.607Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2020-08-06T00:21:08.607Z] [2020-08-06T00:21:08.607Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2020-08-06T00:21:08.607Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2020-08-06T00:21:08.607Z] [2020-08-06T00:21:08.607Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2020-08-06T00:21:08.607Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-08-06T00:21:08.607Z] [2020-08-06T00:21:08.607Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2020-08-06T00:21:08.607Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-08-06T00:21:08.607Z] [2020-08-06T00:21:08.607Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2020-08-06T00:21:08.607Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2020-08-06T00:21:08.607Z] [2020-08-06T00:21:08.607Z] [2020-08-06T00:21:08.607Z] DONE 13 tests, 7 skipped in 2.824s [2020-08-06T00:21:08.607Z] [2020-08-06T00:21:08.607Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2020-08-06T00:21:08.742Z] === RUN TestDockerSuite/TestCommitTTY [2020-08-06T00:21:09.002Z] === RUN TestExternalGraphDriver/pull [2020-08-06T00:21:09.572Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2020-08-06T00:21:10.512Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2020-08-06T00:21:10.512Z] --- PASS: TestExternalGraphDriver (5.45s) [2020-08-06T00:21:10.512Z] --- PASS: TestExternalGraphDriver/json (1.86s) [2020-08-06T00:21:10.512Z] --- PASS: TestExternalGraphDriver/spec (1.82s) [2020-08-06T00:21:10.512Z] --- PASS: TestExternalGraphDriver/pull (1.65s) [2020-08-06T00:21:10.512Z] === RUN TestGraphdriverPluginV2 [2020-08-06T00:21:10.784Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:21:10.784Z] INFO: Testing against a local daemon [2020-08-06T00:21:10.784Z] ok github.com/docker/docker/integration/volume 0.306s [2020-08-06T00:21:10.784Z] [2020-08-06T00:21:10.784Z] === Skipped [2020-08-06T00:21:10.784Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) [2020-08-06T00:21:10.784Z] volume_test.go:64: testEnv.OSType == "windows": FIXME [2020-08-06T00:21:10.784Z] [2020-08-06T00:21:10.784Z] [2020-08-06T00:21:10.784Z] DONE 5 tests, 1 skipped in 2.006s [2020-08-06T00:21:10.784Z] [2020-08-06T00:21:10.784Z] INFO: make.ps1 ended at 08/06/2020 00:21:10 [2020-08-06T00:21:10.784Z] INFO: Integration CLI tests being run from the host: [2020-08-06T00:21:10.784Z] 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-08-06T00:21:11.452Z] === RUN TestDockerSuite/TestCommitWithoutPause [2020-08-06T00:21:12.021Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2020-08-06T00:21:12.281Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2020-08-06T00:21:12.281Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2020-08-06T00:21:12.281Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2020-08-06T00:21:12.281Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2020-08-06T00:21:12.281Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2020-08-06T00:21:12.281Z] === RUN TestDockerSuite/TestContainerAPICommit [2020-08-06T00:21:13.660Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2020-08-06T00:21:13.920Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2020-08-06T00:21:14.861Z] --- PASS: TestGraphdriverPluginV2 (4.26s) [2020-08-06T00:21:14.861Z] PASS [2020-08-06T00:21:14.861Z] [2020-08-06T00:21:14.861Z] DONE 5 tests in 9.985s [2020-08-06T00:21:14.861Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-08-06T00:21:14.861Z] ++ 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-08-06T00:21:14.861Z] ++ set -e [2020-08-06T00:21:14.861Z] ++ '[' -n 0 ']' [2020-08-06T00:21:14.861Z] ++ set -x [2020-08-06T00:21:14.861Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:21:15.121Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2020-08-06T00:21:15.121Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2020-08-06T00:21:15.121Z] INFO: Testing against a local daemon [2020-08-06T00:21:15.121Z] === RUN TestContinueAfterPluginCrash [2020-08-06T00:21:15.121Z] === PAUSE TestContinueAfterPluginCrash [2020-08-06T00:21:15.121Z] === RUN TestReadPluginNoRead [2020-08-06T00:21:15.121Z] === PAUSE TestReadPluginNoRead [2020-08-06T00:21:15.121Z] === RUN TestDaemonStartWithLogOpt [2020-08-06T00:21:15.121Z] === PAUSE TestDaemonStartWithLogOpt [2020-08-06T00:21:15.121Z] === CONT TestContinueAfterPluginCrash [2020-08-06T00:21:15.121Z] === CONT TestDaemonStartWithLogOpt [2020-08-06T00:21:15.692Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2020-08-06T00:21:16.632Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2020-08-06T00:21:17.573Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2020-08-06T00:21:17.855Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2020-08-06T00:21:17.855Z] INFO: Testing against a local daemon [2020-08-06T00:21:18.513Z] === RUN TestDockerSuite/TestContainerAPICreate [2020-08-06T00:21:19.452Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2020-08-06T00:21:19.452Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2020-08-06T00:21:19.452Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2020-08-06T00:21:20.365Z] ok github.com/docker/docker/cmd/dockerd 0.073s coverage: 30.8% of statements [2020-08-06T00:21:20.401Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2020-08-06T00:21:20.401Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2020-08-06T00:21:20.401Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2020-08-06T00:21:20.401Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2020-08-06T00:21:20.660Z] === RUN TestDockerSuite/TestContainerAPIDelete [2020-08-06T00:21:21.233Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2020-08-06T00:21:21.733Z] ok github.com/docker/docker/container 0.118s coverage: 34.7% of statements [2020-08-06T00:21:21.733Z] ? github.com/docker/docker/container/stream [no test files] [2020-08-06T00:21:21.733Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2020-08-06T00:21:21.733Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2020-08-06T00:21:21.733Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2020-08-06T00:21:21.804Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2020-08-06T00:21:22.372Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2020-08-06T00:21:22.372Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2020-08-06T00:21:22.372Z] --- PASS: TestDaemonStartWithLogOpt (7.25s) [2020-08-06T00:21:22.372Z] === CONT TestReadPluginNoRead [2020-08-06T00:21:23.753Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2020-08-06T00:21:24.323Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2020-08-06T00:21:24.323Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2020-08-06T00:21:24.893Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2020-08-06T00:21:25.464Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2020-08-06T00:21:25.725Z] === RUN TestReadPluginNoRead/default [2020-08-06T00:21:26.294Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2020-08-06T00:21:26.864Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2020-08-06T00:21:26.864Z] === RUN TestDockerSuite/TestContainerAPIKill [2020-08-06T00:21:27.435Z] --- PASS: TestContinueAfterPluginCrash (12.23s) [2020-08-06T00:21:27.696Z] === RUN TestReadPluginNoRead/disabled_caching [2020-08-06T00:21:27.696Z] === RUN TestDockerSuite/TestContainerAPIPause [2020-08-06T00:21:28.265Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2020-08-06T00:21:28.834Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2020-08-06T00:21:29.094Z] === RUN TestDockerSuite/TestContainerAPIRename [2020-08-06T00:21:29.094Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-08-06T00:21:29.663Z] === RUN TestDockerSuite/TestContainerAPIRestart [2020-08-06T00:21:30.604Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2020-08-06T00:21:30.865Z] --- PASS: TestReadPluginNoRead (8.27s) [2020-08-06T00:21:30.865Z] --- PASS: TestReadPluginNoRead/default (1.83s) [2020-08-06T00:21:30.865Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.51s) [2020-08-06T00:21:30.865Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.66s) [2020-08-06T00:21:30.865Z] read_test.go:92: [d79a932a4b004] daemon is not started [2020-08-06T00:21:30.865Z] PASS [2020-08-06T00:21:30.865Z] [2020-08-06T00:21:30.865Z] DONE 6 tests in 15.820s [2020-08-06T00:21:30.865Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-08-06T00:21:30.865Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:21:30.865Z] ++ set -e [2020-08-06T00:21:30.865Z] ++ '[' -n 0 ']' [2020-08-06T00:21:30.865Z] ++ set -x [2020-08-06T00:21:30.866Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:21:30.866Z] testing: warning: no tests to run [2020-08-06T00:21:30.866Z] PASS [2020-08-06T00:21:30.866Z] [2020-08-06T00:21:30.866Z] DONE 0 tests in 0.136s [2020-08-06T00:21:30.866Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-08-06T00:21:30.866Z] ++ 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-08-06T00:21:30.866Z] ++ set -e [2020-08-06T00:21:30.866Z] ++ '[' -n 0 ']' [2020-08-06T00:21:30.866Z] ++ set -x [2020-08-06T00:21:30.866Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:21:31.126Z] INFO: Testing against a local daemon [2020-08-06T00:21:31.126Z] === RUN TestPluginWithDevMounts [2020-08-06T00:21:31.126Z] === PAUSE TestPluginWithDevMounts [2020-08-06T00:21:31.126Z] === CONT TestPluginWithDevMounts [2020-08-06T00:21:31.689Z] ok github.com/docker/docker/daemon/cluster 0.057s coverage: 0.5% of statements [2020-08-06T00:21:31.695Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2020-08-06T00:21:31.695Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2020-08-06T00:21:31.695Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2020-08-06T00:21:31.955Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2020-08-06T00:21:31.955Z] === RUN TestDockerSuite/TestContainerAPIStart [2020-08-06T00:21:32.530Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2020-08-06T00:21:33.099Z] --- PASS: TestPluginWithDevMounts (1.92s) [2020-08-06T00:21:33.099Z] PASS [2020-08-06T00:21:33.099Z] [2020-08-06T00:21:33.099Z] DONE 1 tests in 2.225s [2020-08-06T00:21:33.099Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2020-08-06T00:21:33.099Z] ++ 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-08-06T00:21:33.099Z] ++ set -e [2020-08-06T00:21:33.099Z] ++ '[' -n 0 ']' [2020-08-06T00:21:33.099Z] ++ set -x [2020-08-06T00:21:33.099Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:21:33.359Z] INFO: Testing against a local daemon [2020-08-06T00:21:33.359Z] === RUN TestSecretInspect [2020-08-06T00:21:33.586Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2020-08-06T00:21:35.482Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2020-08-06T00:21:35.896Z] --- PASS: TestSecretInspect (2.22s) [2020-08-06T00:21:35.896Z] === RUN TestSecretList [2020-08-06T00:21:36.844Z] === RUN TestDockerSuite/TestContainerAPIStop [2020-08-06T00:21:37.415Z] === RUN TestDockerSuite/TestContainerAPITop [2020-08-06T00:21:37.985Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2020-08-06T00:21:37.985Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2020-08-06T00:21:38.245Z] === RUN TestDockerSuite/TestContainerAPIWait [2020-08-06T00:21:38.245Z] --- PASS: TestSecretList (2.64s) [2020-08-06T00:21:38.245Z] === RUN TestSecretsCreateAndDelete [2020-08-06T00:21:40.784Z] --- PASS: TestSecretsCreateAndDelete (2.21s) [2020-08-06T00:21:40.784Z] === RUN TestSecretsUpdate [2020-08-06T00:21:40.784Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2020-08-06T00:21:41.353Z] === RUN TestDockerSuite/TestContainerNetworkMode [2020-08-06T00:21:41.924Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2020-08-06T00:21:43.307Z] --- PASS: TestSecretsUpdate (2.57s) [2020-08-06T00:21:43.307Z] === RUN TestTemplatedSecret [2020-08-06T00:21:43.585Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 14.1% of statements [2020-08-06T00:21:47.378Z] ok github.com/docker/docker/daemon 12.132s coverage: 17.4% of statements [2020-08-06T00:21:47.378Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2020-08-06T00:21:47.378Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2020-08-06T00:21:47.378Z] ok github.com/docker/docker/daemon/config 0.064s coverage: 81.8% of statements [2020-08-06T00:21:47.378Z] ok github.com/docker/docker/daemon/discovery 0.007s coverage: 30.0% of statements [2020-08-06T00:21:47.378Z] ok github.com/docker/docker/daemon/events 0.060s coverage: 50.0% of statements [2020-08-06T00:21:47.378Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2020-08-06T00:21:47.378Z] ? github.com/docker/docker/daemon/exec [no test files] [2020-08-06T00:21:47.380Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2020-08-06T00:21:47.380Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2020-08-06T00:21:47.380Z] --- PASS: TestTemplatedSecret (2.90s) [2020-08-06T00:21:47.380Z] === RUN TestSecretCreateResolve [2020-08-06T00:21:47.380Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2020-08-06T00:21:47.943Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2020-08-06T00:21:48.760Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2020-08-06T00:21:48.760Z] --- PASS: TestSecretCreateResolve (2.78s) [2020-08-06T00:21:48.760Z] PASS [2020-08-06T00:21:48.760Z] [2020-08-06T00:21:48.760Z] DONE 6 tests in 15.524s [2020-08-06T00:21:48.760Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2020-08-06T00:21:48.760Z] ++ 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-08-06T00:21:48.760Z] ++ set -e [2020-08-06T00:21:48.760Z] ++ '[' -n 0 ']' [2020-08-06T00:21:48.760Z] ++ set -x [2020-08-06T00:21:48.760Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:21:49.019Z] INFO: Testing against a local daemon [2020-08-06T00:21:49.019Z] === RUN TestServiceCreateInit [2020-08-06T00:21:49.019Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-08-06T00:21:49.281Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2020-08-06T00:21:49.860Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.404s coverage: 73.1% of statements [2020-08-06T00:21:50.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2020-08-06T00:21:50.791Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.025s coverage: 2.9% of statements [2020-08-06T00:21:51.723Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.370s coverage: 57.0% of statements [2020-08-06T00:21:52.043Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2020-08-06T00:21:52.981Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-08-06T00:21:53.550Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2020-08-06T00:21:54.119Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000aea540_} [2020-08-06T00:21:54.247Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.8% of statements [2020-08-06T00:21:55.500Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1263312166_/foo_false____} [2020-08-06T00:21:55.617Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.281s coverage: 49.5% of statements [2020-08-06T00:21:55.875Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.611s coverage: 46.2% of statements [2020-08-06T00:21:55.876Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2020-08-06T00:21:56.899Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1263312166_/foo_true____} [2020-08-06T00:21:57.159Z] --- PASS: TestServiceCreateInit (8.09s) [2020-08-06T00:21:57.159Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.97s) [2020-08-06T00:21:57.159Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.11s) [2020-08-06T00:21:57.159Z] === RUN TestCreateServiceMultipleTimes [2020-08-06T00:21:58.098Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3917428301_/foo_false____} [2020-08-06T00:21:58.400Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.527s coverage: 57.7% of statements [2020-08-06T00:21:58.401Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2020-08-06T00:21:58.401Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.263s coverage: 76.1% of statements [2020-08-06T00:21:58.401Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2020-08-06T00:21:59.478Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3917428301_/foo_true____} [2020-08-06T00:21:59.773Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.0% of statements [2020-08-06T00:21:59.773Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2020-08-06T00:22:00.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3917428301_/foo_true__0xc000aea660__} [2020-08-06T00:22:00.339Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2020-08-06T00:22:00.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000aea6a0_} [2020-08-06T00:22:02.375Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000aea6e0_} [2020-08-06T00:22:02.867Z] ok github.com/docker/docker/daemon/images 0.019s coverage: 4.8% of statements [2020-08-06T00:22:02.867Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2020-08-06T00:22:02.867Z] ? github.com/docker/docker/daemon/listeners [no test files] [2020-08-06T00:22:03.125Z] ok github.com/docker/docker/daemon/logger 0.221s coverage: 41.0% of statements [2020-08-06T00:22:03.757Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000aea720_} [2020-08-06T00:22:04.524Z] --- PASS: TestImportExtremelyLargeImageWorks (193.14s) [2020-08-06T00:22:04.524Z] PASS [2020-08-06T00:22:04.524Z] [2020-08-06T00:22:04.524Z] === Skipped [2020-08-06T00:22:04.524Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2020-08-06T00:22:04.524Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:22:04.524Z] [2020-08-06T00:22:04.524Z] [2020-08-06T00:22:04.524Z] DONE 12 tests, 1 skipped in 194.126s [2020-08-06T00:22:04.524Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2020-08-06T00:22:04.524Z] ++ 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-08-06T00:22:04.524Z] ++ set -e [2020-08-06T00:22:04.524Z] ++ '[' -n 0 ']' [2020-08-06T00:22:04.524Z] ++ set -x [2020-08-06T00:22:04.524Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:22:04.524Z] INFO: Testing against a local daemon [2020-08-06T00:22:04.524Z] === RUN TestNetworkCreateDelete [2020-08-06T00:22:04.524Z] --- PASS: TestNetworkCreateDelete (0.17s) [2020-08-06T00:22:04.524Z] === RUN TestDockerNetworkDeletePreferID [2020-08-06T00:22:04.524Z] --- PASS: TestDockerNetworkDeletePreferID (0.46s) [2020-08-06T00:22:04.524Z] === RUN TestDaemonDNSFallback [2020-08-06T00:22:04.524Z] --- PASS: TestDaemonDNSFallback (1.53s) [2020-08-06T00:22:04.524Z] === RUN TestInspectNetwork [2020-08-06T00:22:04.524Z] === RUN TestInspectNetwork/full_network_id [2020-08-06T00:22:04.524Z] === RUN TestInspectNetwork/partial_network_id [2020-08-06T00:22:04.524Z] === RUN TestInspectNetwork/network_name [2020-08-06T00:22:04.524Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2020-08-06T00:22:04.524Z] --- PASS: TestInspectNetwork (6.90s) [2020-08-06T00:22:04.524Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2020-08-06T00:22:04.524Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2020-08-06T00:22:04.524Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2020-08-06T00:22:04.524Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2020-08-06T00:22:04.524Z] === RUN TestRunContainerWithBridgeNone [2020-08-06T00:22:05.024Z] ok github.com/docker/docker/daemon/logger/gelf 0.031s coverage: 67.0% of statements [2020-08-06T00:22:05.025Z] ok github.com/docker/docker/daemon/logger/awslogs 0.152s coverage: 77.8% of statements [2020-08-06T00:22:05.025Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2020-08-06T00:22:05.025Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2020-08-06T00:22:05.137Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000aea740_} [2020-08-06T00:22:05.163Z] --- PASS: TestRunContainerWithBridgeNone (1.82s) [2020-08-06T00:22:05.163Z] === RUN TestNetworkInvalidJSON [2020-08-06T00:22:05.163Z] === RUN TestNetworkInvalidJSON//networks/create [2020-08-06T00:22:05.163Z] === PAUSE TestNetworkInvalidJSON//networks/create [2020-08-06T00:22:05.163Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:22:05.163Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:22:05.163Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:22:05.163Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:22:05.163Z] === CONT TestNetworkInvalidJSON//networks/create [2020-08-06T00:22:05.163Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2020-08-06T00:22:05.163Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2020-08-06T00:22:05.163Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2020-08-06T00:22:05.163Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2020-08-06T00:22:05.163Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2020-08-06T00:22:05.163Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2020-08-06T00:22:05.163Z] === RUN TestHostIPv4BridgeLabel [2020-08-06T00:22:05.707Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2020-08-06T00:22:05.815Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2020-08-06T00:22:05.815Z] === RUN TestDaemonRestartWithLiveRestore [2020-08-06T00:22:05.957Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements [2020-08-06T00:22:06.249Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 61.6% of statements [2020-08-06T00:22:06.507Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.018s coverage: 87.2% of statements [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2020-08-06T00:22:06.648Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2020-08-06T00:22:06.862Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2020-08-06T00:22:06.862Z] === RUN TestDaemonDefaultNetworkPools [2020-08-06T00:22:06.907Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2020-08-06T00:22:06.907Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2020-08-06T00:22:06.907Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2020-08-06T00:22:06.907Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2020-08-06T00:22:07.167Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2020-08-06T00:22:07.880Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2020-08-06T00:22:07.880Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2020-08-06T00:22:07.903Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2020-08-06T00:22:07.904Z] === RUN TestDaemonRestartWithExistingNetwork [2020-08-06T00:22:08.137Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.030s coverage: 37.7% of statements [2020-08-06T00:22:08.951Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2020-08-06T00:22:08.951Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2020-08-06T00:22:09.075Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2020-08-06T00:22:09.511Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 33.3% of statements [2020-08-06T00:22:10.006Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2020-08-06T00:22:10.006Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2020-08-06T00:22:10.455Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2020-08-06T00:22:10.644Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2020-08-06T00:22:10.644Z] === RUN TestServiceWithPredefinedNetwork [2020-08-06T00:22:10.882Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2020-08-06T00:22:10.882Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2020-08-06T00:22:11.445Z] ok github.com/docker/docker/daemon/logger/splunk 1.675s coverage: 82.5% of statements [2020-08-06T00:22:11.445Z] ? github.com/docker/docker/daemon/names [no test files] [2020-08-06T00:22:11.702Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2020-08-06T00:22:11.702Z] ? github.com/docker/docker/daemon/stats [no test files] [2020-08-06T00:22:12.731Z] --- PASS: TestServiceWithPredefinedNetwork (2.09s) [2020-08-06T00:22:12.731Z] === RUN TestServiceRemoveKeepsIngressNetwork [2020-08-06T00:22:12.731Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-08-06T00:22:12.731Z] service_test.go:236: FLAKY_TEST [2020-08-06T00:22:12.731Z] === RUN TestServiceWithDataPathPortInit [2020-08-06T00:22:12.994Z] === RUN TestDockerSuite/TestCopyAndRestart [2020-08-06T00:22:13.563Z] --- PASS: TestCreateServiceMultipleTimes (16.47s) [2020-08-06T00:22:13.563Z] === RUN TestCreateServiceConflict [2020-08-06T00:22:13.599Z] ok github.com/docker/docker/distribution/metadata 0.045s coverage: 48.2% of statements [2020-08-06T00:22:14.132Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2020-08-06T00:22:14.132Z] === RUN TestDockerSuite/TestCpAbsolutePath [2020-08-06T00:22:14.164Z] ok github.com/docker/docker/distribution 0.241s coverage: 21.9% of statements [2020-08-06T00:22:14.164Z] ? github.com/docker/docker/distribution/utils [no test files] [2020-08-06T00:22:15.085Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2020-08-06T00:22:15.537Z] ok github.com/docker/docker/errdefs 0.006s coverage: 49.4% of statements [2020-08-06T00:22:16.024Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2020-08-06T00:22:16.469Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements [2020-08-06T00:22:16.594Z] --- PASS: TestCreateServiceConflict (3.04s) [2020-08-06T00:22:16.595Z] === RUN TestCreateServiceMaxReplicas [2020-08-06T00:22:16.854Z] === RUN TestDockerSuite/TestCpFromCaseA [2020-08-06T00:22:17.034Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2020-08-06T00:22:17.034Z] ok github.com/docker/docker/distribution/xfer 1.879s coverage: 85.1% of statements [2020-08-06T00:22:17.034Z] ? github.com/docker/docker/dockerversion [no test files] [2020-08-06T00:22:17.034Z] ? github.com/docker/docker/image/tarexport [no test files] [2020-08-06T00:22:17.793Z] === RUN TestDockerSuite/TestCpFromCaseB [2020-08-06T00:22:18.405Z] ok github.com/docker/docker/image/v1 0.024s coverage: 25.0% of statements [2020-08-06T00:22:18.405Z] ? github.com/docker/docker/internal/test/suite [no test files] [2020-08-06T00:22:18.731Z] === RUN TestDockerSuite/TestCpFromCaseC [2020-08-06T00:22:18.969Z] ok github.com/docker/docker/libcontainerd/queue 0.043s coverage: 100.0% of statements [2020-08-06T00:22:19.671Z] === RUN TestDockerSuite/TestCpFromCaseD [2020-08-06T00:22:20.340Z] ok github.com/docker/docker/opts 0.020s coverage: 67.4% of statements [2020-08-06T00:22:20.340Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements [2020-08-06T00:22:20.609Z] --- PASS: TestCreateServiceMaxReplicas (3.80s) [2020-08-06T00:22:20.609Z] === RUN TestCreateWithDuplicateNetworkNames [2020-08-06T00:22:20.609Z] === RUN TestDockerSuite/TestCpFromCaseE [2020-08-06T00:22:21.178Z] === RUN TestDockerSuite/TestCpFromCaseF [2020-08-06T00:22:21.747Z] === RUN TestDockerSuite/TestCpFromCaseG [2020-08-06T00:22:22.259Z] ok github.com/docker/docker/pkg/archive 0.294s coverage: 76.9% of statements [2020-08-06T00:22:22.686Z] === RUN TestDockerSuite/TestCpFromCaseH [2020-08-06T00:22:23.190Z] ok github.com/docker/docker/pkg/authorization 0.098s coverage: 68.3% of statements [2020-08-06T00:22:23.447Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2020-08-06T00:22:23.625Z] === RUN TestDockerSuite/TestCpFromCaseI [2020-08-06T00:22:23.703Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2020-08-06T00:22:23.884Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2020-08-06T00:22:24.144Z] === RUN TestDockerSuite/TestCpFromCaseJ [2020-08-06T00:22:25.083Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2020-08-06T00:22:26.022Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2020-08-06T00:22:26.960Z] === RUN TestDockerSuite/TestCpGarbagePath [2020-08-06T00:22:26.975Z] ok github.com/docker/docker/pkg/chrootarchive 2.490s coverage: 43.2% of statements [2020-08-06T00:22:26.975Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2020-08-06T00:22:27.233Z] ok github.com/docker/docker/layer 7.456s coverage: 68.8% of statements [2020-08-06T00:22:27.233Z] ? github.com/docker/docker/libcontainerd [no test files] [2020-08-06T00:22:27.233Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2020-08-06T00:22:27.233Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2020-08-06T00:22:27.233Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2020-08-06T00:22:27.233Z] ? github.com/docker/docker/oci [no test files] [2020-08-06T00:22:27.233Z] ? github.com/docker/docker/oci/caps [no test files] [2020-08-06T00:22:27.233Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2020-08-06T00:22:27.233Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2020-08-06T00:22:27.799Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2020-08-06T00:22:27.799Z] ok github.com/docker/docker/pkg/discovery/file 0.005s coverage: 92.9% of statements [2020-08-06T00:22:27.898Z] === RUN TestDockerSuite/TestCpLocalOnly [2020-08-06T00:22:27.898Z] === RUN TestDockerSuite/TestCpNameHasColon [2020-08-06T00:22:28.121Z] --- PASS: TestServiceWithDataPathPortInit (13.59s) [2020-08-06T00:22:28.121Z] === RUN TestServiceWithDefaultAddressPoolInit [2020-08-06T00:22:28.157Z] === RUN TestDockerSuite/TestCpRelativePath [2020-08-06T00:22:28.726Z] === RUN TestDockerSuite/TestCpSpecialFiles [2020-08-06T00:22:28.731Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2020-08-06T00:22:28.988Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2020-08-06T00:22:29.294Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2020-08-06T00:22:29.553Z] ok github.com/docker/docker/pkg/dmesg 0.015s coverage: 83.3% of statements [2020-08-06T00:22:29.861Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2020-08-06T00:22:30.431Z] === RUN TestDockerSuite/TestCpToCaseA [2020-08-06T00:22:30.923Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2020-08-06T00:22:31.381Z] === RUN TestDockerSuite/TestCpToCaseB [2020-08-06T00:22:31.487Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 89.5% of statements [2020-08-06T00:22:31.952Z] === RUN TestDockerSuite/TestCpToCaseC [2020-08-06T00:22:32.056Z] ok github.com/docker/docker/pkg/discovery/kv 3.068s coverage: 84.1% of statements [2020-08-06T00:22:32.056Z] ok github.com/docker/docker/pkg/fsutils 0.155s coverage: 85.1% of statements [2020-08-06T00:22:32.621Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2020-08-06T00:22:33.331Z] === RUN TestDockerSuite/TestCpToCaseD [2020-08-06T00:22:33.553Z] ok github.com/docker/docker/pkg/idtools 0.513s coverage: 70.5% of statements [2020-08-06T00:22:33.708Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.98s) [2020-08-06T00:22:33.708Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:khb12fozlu8yzh560547iz1wu Created:2020-08-06 00:22:27.399110046 +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[3ff081f77cd51811f6bba4ffa57918874c12136360f7f3dc2d96bc4ec56a2c94:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.exk33uuph9fln4mfwh71x3nky EndpointID:987ecde20edc51813d6cf48152ccb69345dc5ef2f2caa57c1df6b4ef29c1a76b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5f60b1f72b4e585e27ea2601363e7e3696449b87198130bb6ddbed8813a35122 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:846e14459dd3 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.exk33uuph9fln4mfwh71x3nky EndpointID:987ecde20edc51813d6cf48152ccb69345dc5ef2f2caa57c1df6b4ef29c1a76b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2020-08-06T00:22:33.708Z] PASS [2020-08-06T00:22:33.708Z] [2020-08-06T00:22:33.708Z] === Skipped [2020-08-06T00:22:33.708Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2020-08-06T00:22:33.708Z] service_test.go:236: FLAKY_TEST [2020-08-06T00:22:33.708Z] [2020-08-06T00:22:33.708Z] [2020-08-06T00:22:33.708Z] DONE 23 tests, 1 skipped in 39.057s [2020-08-06T00:22:33.708Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2020-08-06T00:22:33.708Z] ++ 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-08-06T00:22:33.708Z] ++ set -e [2020-08-06T00:22:33.708Z] ++ '[' -n 0 ']' [2020-08-06T00:22:33.708Z] ++ set -x [2020-08-06T00:22:33.708Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:22:33.708Z] INFO: Testing against a local daemon [2020-08-06T00:22:33.708Z] === RUN TestDockerNetworkIpvlanPersistance [2020-08-06T00:22:33.708Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2020-08-06T00:22:33.708Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:22:33.708Z] === RUN TestDockerNetworkIpvlan [2020-08-06T00:22:33.708Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2020-08-06T00:22:33.708Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:22:33.708Z] PASS [2020-08-06T00:22:33.708Z] [2020-08-06T00:22:33.708Z] === Skipped [2020-08-06T00:22:33.708Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2020-08-06T00:22:33.708Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:22:33.708Z] [2020-08-06T00:22:33.708Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2020-08-06T00:22:33.708Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2020-08-06T00:22:33.708Z] [2020-08-06T00:22:33.708Z] [2020-08-06T00:22:33.708Z] DONE 2 tests, 2 skipped in 0.078s [2020-08-06T00:22:33.708Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2020-08-06T00:22:33.708Z] ++ 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-08-06T00:22:33.708Z] ++ set -e [2020-08-06T00:22:33.708Z] ++ '[' -n 0 ']' [2020-08-06T00:22:33.708Z] ++ set -x [2020-08-06T00:22:33.708Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:22:33.708Z] INFO: Testing against a local daemon [2020-08-06T00:22:33.708Z] === RUN TestDockerNetworkMacvlanPersistance [2020-08-06T00:22:33.810Z] ok github.com/docker/docker/pkg/ioutils 0.597s coverage: 70.6% of statements [2020-08-06T00:22:34.067Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2020-08-06T00:22:34.269Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.97s) [2020-08-06T00:22:34.269Z] === RUN TestCreateServiceSecretFileMode [2020-08-06T00:22:34.325Z] ok github.com/docker/docker/pkg/locker 0.020s coverage: 88.9% of statements [2020-08-06T00:22:34.325Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2020-08-06T00:22:34.325Z] ? github.com/docker/docker/pkg/loopback [no test files] [2020-08-06T00:22:34.325Z] ? github.com/docker/docker/pkg/mount [no test files] [2020-08-06T00:22:34.890Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2020-08-06T00:22:34.890Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2020-08-06T00:22:34.890Z] ok github.com/docker/docker/pkg/parsers 0.008s coverage: 97.0% of statements [2020-08-06T00:22:35.147Z] ok github.com/docker/docker/pkg/parsers/kernel 0.010s coverage: 60.0% of statements [2020-08-06T00:22:35.225Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s) [2020-08-06T00:22:35.225Z] === RUN TestDockerNetworkMacvlan [2020-08-06T00:22:35.711Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.018s coverage: 86.7% of statements [2020-08-06T00:22:35.711Z] ok github.com/docker/docker/pkg/pidfile 0.014s coverage: 82.4% of statements [2020-08-06T00:22:35.711Z] ? github.com/docker/docker/pkg/platform [no test files] [2020-08-06T00:22:35.711Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2020-08-06T00:22:35.863Z] === RUN TestDockerNetworkMacvlan/Subinterface [2020-08-06T00:22:36.178Z] === RUN TestDockerSuite/TestCpToCaseE [2020-08-06T00:22:36.507Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2020-08-06T00:22:36.664Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.013s coverage: 56.8% of statements [2020-08-06T00:22:37.229Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2020-08-06T00:22:37.487Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2020-08-06T00:22:37.558Z] === RUN TestDockerNetworkMacvlan/NilParent [2020-08-06T00:22:37.561Z] --- PASS: TestCreateServiceSecretFileMode (3.06s) [2020-08-06T00:22:37.561Z] === RUN TestCreateServiceConfigFileMode [2020-08-06T00:22:37.744Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2020-08-06T00:22:38.946Z] === RUN TestDockerSuite/TestCpToCaseF [2020-08-06T00:22:39.113Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements [2020-08-06T00:22:39.206Z] === RUN TestDockerSuite/TestCpToCaseG [2020-08-06T00:22:39.370Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2020-08-06T00:22:39.683Z] === RUN TestDockerNetworkMacvlan/InternalMode [2020-08-06T00:22:40.588Z] --- PASS: TestCreateServiceConfigFileMode (2.92s) [2020-08-06T00:22:40.588Z] === RUN TestCreateServiceSysctls [2020-08-06T00:22:41.771Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2020-08-06T00:22:42.643Z] ok github.com/docker/docker/pkg/signal 2.385s coverage: 61.0% of statements [2020-08-06T00:22:42.643Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2020-08-06T00:22:42.901Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2020-08-06T00:22:43.128Z] === RUN TestDockerSuite/TestCpToCaseH [2020-08-06T00:22:43.157Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2020-08-06T00:22:43.414Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements [2020-08-06T00:22:44.345Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 54.6% of statements [2020-08-06T00:22:44.508Z] --- PASS: TestCreateServiceSysctls (3.92s) [2020-08-06T00:22:44.508Z] === RUN TestCreateServiceCapabilities [2020-08-06T00:22:44.603Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2020-08-06T00:22:45.078Z] === RUN TestDockerSuite/TestCpToCaseI [2020-08-06T00:22:45.168Z] ok github.com/docker/docker/pkg/tailfile 0.053s coverage: 88.6% of statements [2020-08-06T00:22:45.306Z] === RUN TestDockerNetworkMacvlan/Addressing [2020-08-06T00:22:45.647Z] === RUN TestDockerSuite/TestCpToCaseJ [2020-08-06T00:22:45.731Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2020-08-06T00:22:45.950Z] --- PASS: TestDockerNetworkMacvlan (11.01s) [2020-08-06T00:22:45.950Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2020-08-06T00:22:45.950Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2020-08-06T00:22:45.950Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s) [2020-08-06T00:22:45.950Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.94s) [2020-08-06T00:22:45.950Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.25s) [2020-08-06T00:22:45.951Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2020-08-06T00:22:45.951Z] PASS [2020-08-06T00:22:45.951Z] [2020-08-06T00:22:45.951Z] DONE 8 tests in 12.478s [2020-08-06T00:22:45.951Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2020-08-06T00:22:45.951Z] ++ 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-08-06T00:22:45.951Z] ++ set -e [2020-08-06T00:22:45.951Z] ++ '[' -n 0 ']' [2020-08-06T00:22:45.951Z] ++ set -x [2020-08-06T00:22:45.951Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:22:45.951Z] testing: warning: no tests to run [2020-08-06T00:22:45.951Z] PASS [2020-08-06T00:22:45.951Z] [2020-08-06T00:22:45.951Z] DONE 0 tests in 0.012s [2020-08-06T00:22:45.951Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2020-08-06T00:22:45.951Z] ++ 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-08-06T00:22:45.951Z] ++ set -e [2020-08-06T00:22:45.951Z] ++ '[' -n 0 ']' [2020-08-06T00:22:45.951Z] ++ set -x [2020-08-06T00:22:45.951Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:22:45.951Z] INFO: Testing against a local daemon [2020-08-06T00:22:45.951Z] === RUN TestAuthZPluginAllowRequest [2020-08-06T00:22:45.988Z] testing: warning: no tests to run [2020-08-06T00:22:45.988Z] coverage: [no statements] [2020-08-06T00:22:45.988Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2020-08-06T00:22:46.245Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2020-08-06T00:22:46.503Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2020-08-06T00:22:46.761Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2020-08-06T00:22:47.474Z] --- PASS: TestAuthZPluginAllowRequest (1.33s) [2020-08-06T00:22:47.474Z] === RUN TestAuthZPluginTLS [2020-08-06T00:22:47.555Z] --- PASS: TestCreateServiceCapabilities (2.93s) [2020-08-06T00:22:47.555Z] === RUN TestInspect [2020-08-06T00:22:48.111Z] --- PASS: TestAuthZPluginTLS (0.58s) [2020-08-06T00:22:48.111Z] === RUN TestAuthZPluginDenyRequest [2020-08-06T00:22:48.406Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2020-08-06T00:22:48.406Z] === RUN TestAuthZPluginAPIDenyResponse [2020-08-06T00:22:48.656Z] ok github.com/docker/docker/plugin 0.515s coverage: 23.1% of statements [2020-08-06T00:22:49.045Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2020-08-06T00:22:49.045Z] === RUN TestAuthZPluginDenyResponse [2020-08-06T00:22:49.220Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements [2020-08-06T00:22:49.463Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2020-08-06T00:22:49.682Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2020-08-06T00:22:49.682Z] === RUN TestAuthZPluginAllowEventStream [2020-08-06T00:22:50.033Z] === RUN TestDockerSuite/TestCpToDot [2020-08-06T00:22:50.153Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements [2020-08-06T00:22:50.324Z] --- PASS: TestInspect (3.15s) [2020-08-06T00:22:50.324Z] === RUN TestCreateJob [2020-08-06T00:22:50.410Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2020-08-06T00:22:50.587Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2020-08-06T00:22:51.225Z] --- PASS: TestAuthZPluginAllowEventStream (1.35s) [2020-08-06T00:22:51.225Z] === RUN TestAuthZPluginErrorResponse [2020-08-06T00:22:51.520Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2020-08-06T00:22:51.520Z] === RUN TestAuthZPluginErrorRequest [2020-08-06T00:22:51.967Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2020-08-06T00:22:52.158Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2020-08-06T00:22:52.158Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2020-08-06T00:22:52.323Z] ok github.com/docker/docker/registry 0.073s coverage: 56.3% of statements [2020-08-06T00:22:52.453Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2020-08-06T00:22:52.453Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2020-08-06T00:22:52.580Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2020-08-06T00:22:52.837Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2020-08-06T00:22:52.907Z] === RUN TestDockerSuite/TestCpToStdout [2020-08-06T00:22:53.401Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2020-08-06T00:22:53.846Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2020-08-06T00:22:53.965Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2020-08-06T00:22:54.416Z] --- PASS: TestCreateJob (4.14s) [2020-08-06T00:22:54.416Z] === RUN TestReplicatedJob [2020-08-06T00:22:54.545Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.70s) [2020-08-06T00:22:54.545Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2020-08-06T00:22:54.985Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2020-08-06T00:22:55.245Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2020-08-06T00:22:55.813Z] === RUN TestDockerSuite/TestCpVolumePath [2020-08-06T00:22:56.076Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.67s) [2020-08-06T00:22:56.076Z] === RUN TestAuthZPluginHeader [2020-08-06T00:22:56.489Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2020-08-06T00:22:56.713Z] --- PASS: TestAuthZPluginHeader (0.83s) [2020-08-06T00:22:56.714Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2020-08-06T00:22:56.714Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-08-06T00:22:56.714Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:22:56.714Z] === RUN TestAuthZPluginV2Disable [2020-08-06T00:22:56.714Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2020-08-06T00:22:56.714Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:22:56.714Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2020-08-06T00:22:56.714Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-08-06T00:22:56.714Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:22:56.714Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2020-08-06T00:22:56.714Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-08-06T00:22:56.714Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:22:56.714Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2020-08-06T00:22:57.053Z] ok github.com/docker/docker/volume/local 0.005s coverage: 73.0% of statements [2020-08-06T00:22:57.195Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2020-08-06T00:22:57.195Z] === RUN TestDockerSuite/TestCreateArgs [2020-08-06T00:22:57.455Z] === RUN TestDockerSuite/TestCreateByImageID [2020-08-06T00:22:57.617Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements [2020-08-06T00:22:58.026Z] === RUN TestDockerSuite/TestCreateEchoStdout [2020-08-06T00:22:58.596Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2020-08-06T00:22:58.596Z] === RUN TestDockerSuite/TestCreateHostConfig [2020-08-06T00:22:58.596Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2020-08-06T00:22:58.988Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.1% of statements [2020-08-06T00:22:59.538Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2020-08-06T00:22:59.538Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2020-08-06T00:22:59.797Z] === RUN TestDockerSuite/TestCreateLabels [2020-08-06T00:22:59.797Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2020-08-06T00:23:00.057Z] === RUN TestDockerSuite/TestCreateRM [2020-08-06T00:23:00.057Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2020-08-06T00:23:00.057Z] === RUN TestDockerSuite/TestCreateStopSignal [2020-08-06T00:23:00.317Z] === RUN TestDockerSuite/TestCreateStopTimeout [2020-08-06T00:23:00.317Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2020-08-06T00:23:00.577Z] --- PASS: TestReplicatedJob (6.20s) [2020-08-06T00:23:00.577Z] === RUN TestUpdateReplicatedJob [2020-08-06T00:23:02.485Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2020-08-06T00:23:02.485Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2020-08-06T00:23:02.485Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2020-08-06T00:23:05.026Z] --- PASS: TestUpdateReplicatedJob (3.89s) [2020-08-06T00:23:05.026Z] === RUN TestServiceListWithStatuses [2020-08-06T00:23:05.026Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-08-06T00:23:05.026Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-08-06T00:23:05.026Z] === RUN TestDockerNetworkConnectAlias [2020-08-06T00:23:06.406Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2020-08-06T00:23:07.345Z] === RUN TestDockerSuite/TestCreateWithPortRange [2020-08-06T00:23:07.345Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2020-08-06T00:23:07.345Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2020-08-06T00:23:07.604Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2020-08-06T00:23:07.604Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2020-08-06T00:23:07.604Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2020-08-06T00:23:08.557Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2020-08-06T00:23:09.939Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2020-08-06T00:23:10.880Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2020-08-06T00:23:10.880Z] --- PASS: TestDockerNetworkConnectAlias (6.30s) [2020-08-06T00:23:10.880Z] === RUN TestDockerNetworkReConnect [2020-08-06T00:23:11.164Z] ok github.com/docker/docker/pkg/plugins 33.648s coverage: 76.6% of statements [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/pkg/term [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/rootless [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/rootless/specconv [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/runconfig/opts [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/testutil/daemon [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/testutil/environment [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/testutil/registry [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/testutil/request [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/volume [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/volume/service/opts [no test files] [2020-08-06T00:23:11.164Z] ? github.com/docker/docker/volume/testutils [no test files] [2020-08-06T00:23:11.164Z] [2020-08-06T00:23:11.164Z] === Skipped [2020-08-06T00:23:11.164Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2020-08-06T00:23:11.164Z] exec_linux_test.go:18: requires AppArmor to be enabled [2020-08-06T00:23:11.164Z] [2020-08-06T00:23:11.164Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2020-08-06T00:23:11.164Z] exec_linux_test.go:38: requires AppArmor to be enabled [2020-08-06T00:23:11.164Z] [2020-08-06T00:23:11.164Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2020-08-06T00:23:11.164Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:23:11.164Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:23:11.164Z] [2020-08-06T00:23:11.164Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2020-08-06T00:23:11.164Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:23:11.164Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:23:11.164Z] [2020-08-06T00:23:11.164Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2020-08-06T00:23:11.164Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:23:11.164Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:23:11.164Z] [2020-08-06T00:23:11.164Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2020-08-06T00:23:11.164Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:23:11.164Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:23:11.164Z] [2020-08-06T00:23:11.164Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2020-08-06T00:23:11.164Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:23:11.164Z] graphtest_unix.go:46: Driver btrfs not supported [2020-08-06T00:23:11.164Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2020-08-06T00:23:11.165Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2020-08-06T00:23:11.165Z] time="2020-08-06T00:21:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:23:11.165Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:23:11.165Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2020-08-06T00:23:11.165Z] time="2020-08-06T00:21:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:23:11.165Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:23:11.165Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2020-08-06T00:23:11.165Z] time="2020-08-06T00:21:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:23:11.165Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:23:11.165Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2020-08-06T00:23:11.165Z] time="2020-08-06T00:21:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:23:11.165Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:23:11.165Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2020-08-06T00:23:11.165Z] time="2020-08-06T00:21:53Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2020-08-06T00:23:11.165Z] graphtest_unix.go:44: graphdriver: driver not supported [2020-08-06T00:23:11.165Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2020-08-06T00:23:11.165Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2020-08-06T00:23:11.165Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2020-08-06T00:23:11.165Z] overlay_test.go:49: Fails to compute changes intermittently [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2020-08-06T00:23:11.165Z] overlay_test.go:65: Cannot run test with naive change algorithm [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2020-08-06T00:23:11.165Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2020-08-06T00:23:11.165Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:23:11.165Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2020-08-06T00:23:11.165Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:23:11.165Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2020-08-06T00:23:11.165Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:23:11.165Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2020-08-06T00:23:11.165Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:23:11.165Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2020-08-06T00:23:11.165Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2020-08-06T00:23:11.165Z] graphtest_unix.go:46: Driver zfs not supported [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2020-08-06T00:23:11.165Z] graphtest_unix.go:73: No driver to put! [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2020-08-06T00:23:11.165Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2020-08-06T00:23:11.165Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] [2020-08-06T00:23:11.165Z] DONE 2123 tests, 26 skipped in 248.904s Post stage [Pipeline] junit [2020-08-06T00:23:11.175Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2020-08-06T00:23:11.818Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2020-08-06T00:23:12.013Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41316/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e hack/validate/vendor [2020-08-06T00:23:12.576Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh [2020-08-06T00:23:13.200Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2020-08-06T00:23:13.467Z] + echo Building e2e image [2020-08-06T00:23:13.467Z] Building e2e image [2020-08-06T00:23:13.467Z] + docker build --build-arg DOCKER_GITCOMMIT=a6b00ed9b91fad73c5fa2bd6cb76998ce6382e5e -t moby-e2e-test -f Dockerfile.e2e . [2020-08-06T00:23:13.467Z] #1 [internal] load .dockerignore [2020-08-06T00:23:13.467Z] #1 transferring context: 34B done [2020-08-06T00:23:13.467Z] #1 DONE 0.0s [2020-08-06T00:23:13.467Z] [2020-08-06T00:23:13.467Z] #2 [internal] load build definition from Dockerfile.e2e [2020-08-06T00:23:13.467Z] #2 transferring dockerfile: 3.21kB 0.0s done [2020-08-06T00:23:13.467Z] #2 DONE 0.0s [2020-08-06T00:23:13.467Z] [2020-08-06T00:23:13.467Z] #4 [internal] load metadata for docker.io/library/alpine:3.10 [2020-08-06T00:23:13.726Z] #4 DONE 0.2s [2020-08-06T00:23:13.726Z] [2020-08-06T00:23:13.726Z] #3 [internal] load metadata for docker.io/library/golang:1.13.14-alpine [2020-08-06T00:23:13.726Z] #3 DONE 0.3s [2020-08-06T00:23:13.726Z] [2020-08-06T00:23:13.726Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-08-06T00:23:13.726Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done [2020-08-06T00:23:13.726Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done [2020-08-06T00:23:13.726Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done [2020-08-06T00:23:13.726Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done [2020-08-06T00:23:13.770Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2020-08-06T00:23:13.988Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0B / 2.80MB 0.2s [2020-08-06T00:23:13.988Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.3s done [2020-08-06T00:23:13.988Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d [2020-08-06T00:23:14.244Z] #5 ... [2020-08-06T00:23:14.244Z] [2020-08-06T00:23:14.244Z] #8 [internal] load build context [2020-08-06T00:23:14.244Z] #8 transferring context: 855.54kB 0.4s done [2020-08-06T00:23:14.244Z] #8 DONE 0.5s [2020-08-06T00:23:14.244Z] [2020-08-06T00:23:14.244Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... [2020-08-06T00:23:14.503Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.4s done [2020-08-06T00:23:14.503Z] #5 DONE 0.8s [2020-08-06T00:23:14.503Z] [2020-08-06T00:23:14.503Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... [2020-08-06T00:23:14.707Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2020-08-06T00:23:14.707Z] === RUN TestDockerSuite/TestDevicePermissions [2020-08-06T00:23:14.966Z] --- PASS: TestDockerNetworkReConnect (4.06s) [2020-08-06T00:23:14.966Z] === RUN TestServicePlugin [2020-08-06T00:23:15.225Z] === RUN TestDockerSuite/TestDockerFails [2020-08-06T00:23:15.225Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2020-08-06T00:23:15.225Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2020-08-06T00:23:15.225Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2020-08-06T00:23:15.328Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.76s) [2020-08-06T00:23:15.328Z] PASS [2020-08-06T00:23:15.328Z] [2020-08-06T00:23:15.328Z] === Skipped [2020-08-06T00:23:15.328Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2020-08-06T00:23:15.328Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:23:15.328Z] [2020-08-06T00:23:15.328Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2020-08-06T00:23:15.328Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:23:15.328Z] [2020-08-06T00:23:15.328Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2020-08-06T00:23:15.328Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:23:15.328Z] [2020-08-06T00:23:15.328Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2020-08-06T00:23:15.328Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:23:15.328Z] [2020-08-06T00:23:15.328Z] [2020-08-06T00:23:15.328Z] DONE 17 tests, 4 skipped in 27.578s [2020-08-06T00:23:15.328Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2020-08-06T00:23:15.328Z] ++ 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-08-06T00:23:15.328Z] ++ set -e [2020-08-06T00:23:15.328Z] ++ '[' -n 0 ']' [2020-08-06T00:23:15.328Z] ++ set -x [2020-08-06T00:23:15.328Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:23:15.328Z] INFO: Testing against a local daemon [2020-08-06T00:23:15.328Z] === RUN TestPluginInvalidJSON [2020-08-06T00:23:15.328Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:23:15.328Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:23:15.328Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2020-08-06T00:23:15.328Z] --- PASS: TestPluginInvalidJSON (0.02s) [2020-08-06T00:23:15.328Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2020-08-06T00:23:15.328Z] === RUN TestPluginInstall [2020-08-06T00:23:15.328Z] === RUN TestPluginInstall/no_auth [2020-08-06T00:23:15.440Z] #6 DONE 1.0s [2020-08-06T00:23:15.440Z] [2020-08-06T00:23:15.440Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.14-alpine@sha256:f0634bb38... [2020-08-06T00:23:15.440Z] #14 resolve docker.io/library/golang:1.13.14-alpine@sha256:f0634bb385432f172e2a1410877436790745347cc74c48fa33299acbb9141a4b done [2020-08-06T00:23:15.440Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 0.5s done [2020-08-06T00:23:15.440Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done [2020-08-06T00:23:15.440Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.0s done [2020-08-06T00:23:15.440Z] #14 sha256:076567cb229d06d1adccc3fc16a19fc4315e3ba97607d442a62fb93ee4d9653c 103.02MB / 127.35MB 1.7s [2020-08-06T00:23:15.440Z] #14 sha256:cfc5244440ca858ac4977159729e12b5d75de590df9f768b4e59848e07ed04e6 126B / 126B 0.1s done [2020-08-06T00:23:15.440Z] #14 sha256:f0634bb385432f172e2a1410877436790745347cc74c48fa33299acbb9141a4b 1.65kB / 1.65kB done [2020-08-06T00:23:15.440Z] #14 sha256:8c4e26ae98bc6cca696af54c802970fca0fe83353272e2d33ca3b1a5ed6a4c5f 1.36kB / 1.36kB done [2020-08-06T00:23:15.440Z] #14 sha256:298aa35a5d8df51a0106afd3977b44d7fe278954f25480a5d877e4db724cf992 3.83kB / 3.83kB done [2020-08-06T00:23:15.440Z] #14 sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 2.80MB / 2.80MB 0.1s done [2020-08-06T00:23:15.440Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.2s done [2020-08-06T00:23:15.440Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done [2020-08-06T00:23:15.698Z] #14 sha256:076567cb229d06d1adccc3fc16a19fc4315e3ba97607d442a62fb93ee4d9653c 115.16MB / 127.35MB 1.9s [2020-08-06T00:23:15.955Z] #14 sha256:076567cb229d06d1adccc3fc16a19fc4315e3ba97607d442a62fb93ee4d9653c 127.35MB / 127.35MB 2.2s done [2020-08-06T00:23:15.955Z] #14 extracting sha256:076567cb229d06d1adccc3fc16a19fc4315e3ba97607d442a62fb93ee4d9653c [2020-08-06T00:23:16.165Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2020-08-06T00:23:17.103Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2020-08-06T00:23:18.483Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2020-08-06T00:23:18.483Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2020-08-06T00:23:18.483Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2020-08-06T00:23:18.483Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2020-08-06T00:23:18.918Z] time="2020-08-06T00:23:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:23:18.918Z] time="2020-08-06T00:23:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f0b1fe3199dd556d874b0933d25163b9ff203517b4272c8410c18674484ebaab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:23:18.918Z] time="2020-08-06T00:23:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:23:18.918Z] time="2020-08-06T00:23:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f0b1fe3199dd556d874b0933d25163b9ff203517b4272c8410c18674484ebaab" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:23:19.212Z] === RUN TestPluginInstall/with_htpasswd [2020-08-06T00:23:19.855Z] time="2020-08-06T00:23:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:23:19.855Z] time="2020-08-06T00:23:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1795bbb7b34e87591f94b06507dc5a046e21f1fb3d1f40e9449355e6b02811d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:23:19.855Z] time="2020-08-06T00:23:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:23:19.855Z] time="2020-08-06T00:23:19Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1795bbb7b34e87591f94b06507dc5a046e21f1fb3d1f40e9449355e6b02811d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:23:20.151Z] === RUN TestPluginInstall/with_insecure [2020-08-06T00:23:21.194Z] time="2020-08-06T00:23:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:23:21.194Z] time="2020-08-06T00:23:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f584123abb73e78b6ddf136bf40987915e06efc8b6c322d3048d59e80e7a922" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:23:21.194Z] time="2020-08-06T00:23:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2020-08-06T00:23:21.194Z] time="2020-08-06T00:23:21Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0f584123abb73e78b6ddf136bf40987915e06efc8b6c322d3048d59e80e7a922" mediatype=application/vnd.docker.plugin.v1+json size=522 [2020-08-06T00:23:21.220Z] #14 ... [2020-08-06T00:23:21.220Z] [2020-08-06T00:23:21.220Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... [2020-08-06T00:23:21.220Z] #7 0.516 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-06T00:23:21.220Z] #7 1.599 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-06T00:23:21.220Z] #7 1.699 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) [2020-08-06T00:23:21.220Z] #7 1.705 (2/30) Installing ncurses-libs (6.1_p20190518-r2) [2020-08-06T00:23:21.220Z] #7 1.718 (3/30) Installing readline (8.0.0-r0) [2020-08-06T00:23:21.220Z] #7 1.723 (4/30) Installing bash (5.0.0-r0) [2020-08-06T00:23:21.220Z] #7 1.741 Executing bash-5.0.0-r0.post-install [2020-08-06T00:23:21.220Z] #7 1.747 (5/30) Installing ca-certificates (20191127-r2) [2020-08-06T00:23:21.220Z] #7 1.765 (6/30) Installing libgcc (8.3.0-r0) [2020-08-06T00:23:21.220Z] #7 1.769 (7/30) Installing libstdc++ (8.3.0-r0) [2020-08-06T00:23:21.220Z] #7 1.782 (8/30) Installing binutils (2.32-r0) [2020-08-06T00:23:21.220Z] #7 1.885 (9/30) Installing gmp (6.1.2-r1) [2020-08-06T00:23:21.220Z] #7 1.895 (10/30) Installing isl (0.18-r0) [2020-08-06T00:23:21.220Z] #7 1.918 (11/30) Installing libgomp (8.3.0-r0) [2020-08-06T00:23:21.220Z] #7 1.922 (12/30) Installing libatomic (8.3.0-r0) [2020-08-06T00:23:21.220Z] #7 1.926 (13/30) Installing mpfr3 (3.1.5-r1) [2020-08-06T00:23:21.220Z] #7 1.932 (14/30) Installing mpc1 (1.1.0-r0) [2020-08-06T00:23:21.220Z] #7 1.938 (15/30) Installing gcc (8.3.0-r0) [2020-08-06T00:23:21.220Z] #7 2.854 (16/30) Installing musl-dev (1.1.22-r3) [2020-08-06T00:23:21.220Z] #7 2.949 (17/30) Installing libc-dev (0.7.1-r0) [2020-08-06T00:23:21.220Z] #7 2.954 (18/30) Installing g++ (8.3.0-r0) [2020-08-06T00:23:21.220Z] #7 3.520 (19/30) Installing nghttp2-libs (1.39.2-r1) [2020-08-06T00:23:21.220Z] #7 3.524 (20/30) Installing libcurl (7.66.0-r0) [2020-08-06T00:23:21.220Z] #7 3.531 (21/30) Installing expat (2.2.8-r0) [2020-08-06T00:23:21.220Z] #7 3.534 (22/30) Installing pcre2 (10.33-r0) [2020-08-06T00:23:21.220Z] #7 3.544 (23/30) Installing git (2.22.4-r0) [2020-08-06T00:23:21.220Z] #7 3.745 (24/30) Installing libmnl (1.0.4-r0) [2020-08-06T00:23:21.220Z] #7 3.749 (25/30) Installing libnftnl-libs (1.1.3-r0) [2020-08-06T00:23:21.220Z] #7 3.754 (26/30) Installing iptables (1.8.3-r1) [2020-08-06T00:23:21.220Z] #7 3.780 (27/30) Installing pigz (2.4-r0) [2020-08-06T00:23:21.220Z] #7 3.787 (28/30) Installing tar (1.32-r0) [2020-08-06T00:23:21.220Z] #7 3.797 (29/30) Installing xz-libs (5.2.4-r0) [2020-08-06T00:23:21.220Z] #7 3.801 (30/30) Installing xz (5.2.4-r0) [2020-08-06T00:23:21.220Z] #7 3.807 Executing busybox-1.30.1-r3.trigger [2020-08-06T00:23:21.220Z] #7 3.814 Executing ca-certificates-20191127-r2.trigger [2020-08-06T00:23:21.220Z] #7 3.880 OK: 179 MiB in 44 packages [2020-08-06T00:23:21.220Z] #7 DONE 5.0s [2020-08-06T00:23:21.220Z] [2020-08-06T00:23:21.220Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh [2020-08-06T00:23:21.220Z] #9 DONE 0.1s [2020-08-06T00:23:21.220Z] [2020-08-06T00:23:21.220Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh [2020-08-06T00:23:21.220Z] #10 DONE 0.0s [2020-08-06T00:23:21.220Z] [2020-08-06T00:23:21.220Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.14-alpine@sha256:f0634bb38... [2020-08-06T00:23:21.220Z] #14 ... [2020-08-06T00:23:21.220Z] [2020-08-06T00:23:21.220Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... [2020-08-06T00:23:21.220Z] #11 DONE 0.0s [2020-08-06T00:23:21.220Z] [2020-08-06T00:23:21.220Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... [2020-08-06T00:23:21.220Z] #12 DONE 0.0s [2020-08-06T00:23:21.220Z] [2020-08-06T00:23:21.220Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.14-alpine@sha256:f0634bb38... [2020-08-06T00:23:21.220Z] #14 ... [2020-08-06T00:23:21.220Z] [2020-08-06T00:23:21.220Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... [2020-08-06T00:23:21.220Z] #13 DONE 0.1s [2020-08-06T00:23:21.220Z] [2020-08-06T00:23:21.220Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.14-alpine@sha256:f0634bb38... [2020-08-06T00:23:21.220Z] #14 extracting sha256:076567cb229d06d1adccc3fc16a19fc4315e3ba97607d442a62fb93ee4d9653c 5.1s [2020-08-06T00:23:21.490Z] --- PASS: TestPluginInstall (7.82s) [2020-08-06T00:23:21.490Z] --- PASS: TestPluginInstall/no_auth (5.51s) [2020-08-06T00:23:21.490Z] --- PASS: TestPluginInstall/with_htpasswd (0.94s) [2020-08-06T00:23:21.490Z] --- PASS: TestPluginInstall/with_insecure (1.37s) [2020-08-06T00:23:21.490Z] plugin_test.go:157: [d0755902b14e3] daemon is not started [2020-08-06T00:23:21.490Z] PASS [2020-08-06T00:23:21.490Z] [2020-08-06T00:23:21.490Z] DONE 6 tests in 7.918s [2020-08-06T00:23:21.490Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2020-08-06T00:23:21.490Z] ++ 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-08-06T00:23:21.490Z] ++ set -e [2020-08-06T00:23:21.490Z] ++ '[' -n 0 ']' [2020-08-06T00:23:21.490Z] ++ set -x [2020-08-06T00:23:21.490Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:23:21.490Z] INFO: Testing against a local daemon [2020-08-06T00:23:21.490Z] === RUN TestExternalGraphDriver [2020-08-06T00:23:21.784Z] === RUN TestExternalGraphDriver/json [2020-08-06T00:23:21.784Z] #14 extracting sha256:076567cb229d06d1adccc3fc16a19fc4315e3ba97607d442a62fb93ee4d9653c 5.8s done [2020-08-06T00:23:22.041Z] #14 extracting sha256:cfc5244440ca858ac4977159729e12b5d75de590df9f768b4e59848e07ed04e6 done [2020-08-06T00:23:22.041Z] #14 DONE 8.3s [2020-08-06T00:23:22.041Z] [2020-08-06T00:23:22.041Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... [2020-08-06T00:23:22.604Z] #15 0.357 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-06T00:23:23.534Z] #15 1.414 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-06T00:23:23.534Z] #15 1.523 (1/54) Installing ncurses-terminfo-base (6.2_p20200523-r0) [2020-08-06T00:23:23.534Z] #15 1.528 (2/54) Installing ncurses-libs (6.2_p20200523-r0) [2020-08-06T00:23:23.534Z] #15 1.535 (3/54) Installing readline (8.0.4-r0) [2020-08-06T00:23:23.534Z] #15 1.539 (4/54) Installing bash (5.0.17-r0) [2020-08-06T00:23:23.534Z] #15 1.550 Executing bash-5.0.17-r0.post-install [2020-08-06T00:23:23.534Z] #15 1.552 (5/54) Installing linux-headers (5.4.5-r1) [2020-08-06T00:23:23.534Z] #15 1.629 (6/54) Installing libblkid (2.35.2-r0) [2020-08-06T00:23:23.790Z] #15 1.635 (7/54) Installing libuuid (2.35.2-r0) [2020-08-06T00:23:23.790Z] #15 1.636 (8/54) Installing btrfs-progs-libs (5.6.1-r0) [2020-08-06T00:23:23.790Z] #15 1.642 (9/54) Installing btrfs-progs-dev (5.6.1-r0) [2020-08-06T00:23:23.790Z] #15 1.647 (10/54) Installing libgcc (9.3.0-r2) [2020-08-06T00:23:23.790Z] #15 1.649 (11/54) Installing libstdc++ (9.3.0-r2) [2020-08-06T00:23:23.790Z] #15 1.663 (12/54) Installing binutils (2.34-r1) [2020-08-06T00:23:23.790Z] #15 1.734 (13/54) Installing libmagic (5.38-r0) [2020-08-06T00:23:23.790Z] #15 1.754 (14/54) Installing file (5.38-r0) [2020-08-06T00:23:23.790Z] #15 1.756 (15/54) Installing gmp (6.2.0-r0) [2020-08-06T00:23:23.790Z] #15 1.762 (16/54) Installing isl (0.18-r0) [2020-08-06T00:23:23.790Z] #15 1.777 (17/54) Installing libgomp (9.3.0-r2) [2020-08-06T00:23:23.790Z] #15 1.780 (18/54) Installing libatomic (9.3.0-r2) [2020-08-06T00:23:23.790Z] #15 1.782 (19/54) Installing libgphobos (9.3.0-r2) [2020-08-06T00:23:23.790Z] #15 1.824 (20/54) Installing mpfr4 (4.0.2-r4) [2020-08-06T00:23:23.790Z] #15 1.831 (21/54) Installing mpc1 (1.1.0-r1) [2020-08-06T00:23:23.790Z] #15 1.833 (22/54) Installing gcc (9.3.0-r2) [2020-08-06T00:23:23.860Z] === RUN TestExternalGraphDriver/spec [2020-08-06T00:23:24.722Z] #15 2.689 (23/54) Installing musl-dev (1.1.24-r9) [2020-08-06T00:23:24.722Z] #15 2.763 (24/54) Installing libc-dev (0.7.2-r3) [2020-08-06T00:23:24.979Z] #15 2.765 (25/54) Installing g++ (9.3.0-r2) [2020-08-06T00:23:25.052Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2020-08-06T00:23:25.245Z] #15 3.183 (26/54) Installing make (4.3-r0) [2020-08-06T00:23:25.245Z] #15 3.187 (27/54) Installing fortify-headers (1.1-r0) [2020-08-06T00:23:25.245Z] #15 3.189 (28/54) Installing patch (2.7.6-r6) [2020-08-06T00:23:25.245Z] #15 3.192 (29/54) Installing build-base (0.5-r2) [2020-08-06T00:23:25.245Z] #15 3.193 (30/54) Installing nghttp2-libs (1.41.0-r0) [2020-08-06T00:23:25.245Z] #15 3.196 (31/54) Installing libcurl (7.69.1-r0) [2020-08-06T00:23:25.245Z] #15 3.201 (32/54) Installing curl (7.69.1-r0) [2020-08-06T00:23:25.245Z] #15 3.205 (33/54) Installing oniguruma (6.9.5-r1) [2020-08-06T00:23:25.245Z] #15 3.210 (34/54) Installing jq (1.6-r1) [2020-08-06T00:23:25.245Z] #15 3.217 (35/54) Installing device-mapper-libs (2.02.186-r1) [2020-08-06T00:23:25.245Z] #15 3.222 (36/54) Installing device-mapper-event-libs (2.02.186-r1) [2020-08-06T00:23:25.245Z] #15 3.224 (37/54) Installing libaio (0.3.112-r1) [2020-08-06T00:23:25.245Z] #15 3.226 (38/54) Installing lvm2-libs (2.02.186-r1) [2020-08-06T00:23:25.245Z] #15 3.253 (39/54) Installing blkid (2.35.2-r0) [2020-08-06T00:23:25.245Z] #15 3.256 (40/54) Installing libcap-ng (0.7.10-r0) [2020-08-06T00:23:25.245Z] #15 3.258 (41/54) Installing setpriv (2.35.2-r0) [2020-08-06T00:23:25.245Z] #15 3.260 (42/54) Installing libmount (2.35.2-r0) [2020-08-06T00:23:25.245Z] #15 3.265 (43/54) Installing libsmartcols (2.35.2-r0) [2020-08-06T00:23:25.245Z] #15 3.269 (44/54) Installing findmnt (2.35.2-r0) [2020-08-06T00:23:25.245Z] #15 3.271 (45/54) Installing mcookie (2.35.2-r0) [2020-08-06T00:23:25.245Z] #15 3.273 (46/54) Installing hexdump (2.35.2-r0) [2020-08-06T00:23:25.245Z] #15 3.275 (47/54) Installing lsblk (2.35.2-r0) [2020-08-06T00:23:25.245Z] #15 3.278 (48/54) Installing libfdisk (2.35.2-r0) [2020-08-06T00:23:25.245Z] #15 3.284 (49/54) Installing sfdisk (2.35.2-r0) [2020-08-06T00:23:25.245Z] #15 3.286 (50/54) Installing cfdisk (2.35.2-r0) [2020-08-06T00:23:25.407Z] === RUN TestExternalGraphDriver/pull [2020-08-06T00:23:25.501Z] #15 3.289 (51/54) Installing util-linux (2.35.2-r0) [2020-08-06T00:23:25.501Z] #15 3.322 (52/54) Installing pkgconf (1.7.2-r0) [2020-08-06T00:23:25.501Z] #15 3.325 (53/54) Installing util-linux-dev (2.35.2-r0) [2020-08-06T00:23:25.501Z] #15 3.346 (54/54) Installing lvm2-dev (2.02.186-r1) [2020-08-06T00:23:25.501Z] #15 3.350 Executing busybox-1.31.1-r16.trigger [2020-08-06T00:23:25.501Z] #15 3.356 OK: 230 MiB in 69 packages [2020-08-06T00:23:25.989Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2020-08-06T00:23:26.063Z] #15 DONE 3.9s [2020-08-06T00:23:26.063Z] [2020-08-06T00:23:26.063Z] #16 [base 3/5] RUN mkdir -p /build/ [2020-08-06T00:23:26.627Z] #16 DONE 0.5s [2020-08-06T00:23:26.627Z] [2020-08-06T00:23:26.627Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ [2020-08-06T00:23:26.884Z] #17 DONE 0.5s [2020-08-06T00:23:26.884Z] [2020-08-06T00:23:26.884Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ [2020-08-06T00:23:26.884Z] #18 DONE 0.0s [2020-08-06T00:23:26.884Z] [2020-08-06T00:23:26.884Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test [2020-08-06T00:23:26.884Z] #26 DONE 0.0s [2020-08-06T00:23:26.884Z] [2020-08-06T00:23:26.884Z] #31 [builder 1/4] COPY . . [2020-08-06T00:23:26.924Z] --- PASS: TestExternalGraphDriver (5.40s) [2020-08-06T00:23:26.924Z] --- PASS: TestExternalGraphDriver/json (1.79s) [2020-08-06T00:23:26.924Z] --- PASS: TestExternalGraphDriver/spec (1.77s) [2020-08-06T00:23:26.924Z] --- PASS: TestExternalGraphDriver/pull (1.67s) [2020-08-06T00:23:26.924Z] === RUN TestGraphdriverPluginV2 [2020-08-06T00:23:27.141Z] #31 ... [2020-08-06T00:23:27.142Z] [2020-08-06T00:23:27.142Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh [2020-08-06T00:23:27.142Z] #22 DONE 0.1s [2020-08-06T00:23:27.142Z] [2020-08-06T00:23:27.142Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / [2020-08-06T00:23:27.142Z] #19 DONE 0.1s [2020-08-06T00:23:27.142Z] [2020-08-06T00:23:27.142Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... [2020-08-06T00:23:27.142Z] #27 DONE 0.1s [2020-08-06T00:23:27.142Z] [2020-08-06T00:23:27.142Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ [2020-08-06T00:23:27.142Z] #23 DONE 0.1s [2020-08-06T00:23:27.142Z] [2020-08-06T00:23:27.142Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver [2020-08-06T00:23:27.142Z] #28 DONE 0.1s [2020-08-06T00:23:27.142Z] [2020-08-06T00:23:27.142Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-08-06T00:23:27.221Z] --- SKIP: TestGraphdriverPluginV2 (0.12s) [2020-08-06T00:23:27.221Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:23:27.221Z] PASS [2020-08-06T00:23:27.221Z] [2020-08-06T00:23:27.221Z] === Skipped [2020-08-06T00:23:27.221Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.12s) [2020-08-06T00:23:27.221Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:23:27.221Z] [2020-08-06T00:23:27.221Z] [2020-08-06T00:23:27.221Z] DONE 5 tests, 1 skipped in 5.584s [2020-08-06T00:23:27.221Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2020-08-06T00:23:27.221Z] ++ 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-08-06T00:23:27.221Z] ++ set -e [2020-08-06T00:23:27.221Z] ++ '[' -n 0 ']' [2020-08-06T00:23:27.221Z] ++ set -x [2020-08-06T00:23:27.221Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:23:27.221Z] INFO: Testing against a local daemon [2020-08-06T00:23:27.221Z] === RUN TestContinueAfterPluginCrash [2020-08-06T00:23:27.221Z] === PAUSE TestContinueAfterPluginCrash [2020-08-06T00:23:27.221Z] === RUN TestReadPluginNoRead [2020-08-06T00:23:27.221Z] === PAUSE TestReadPluginNoRead [2020-08-06T00:23:27.221Z] === RUN TestDaemonStartWithLogOpt [2020-08-06T00:23:27.221Z] === PAUSE TestDaemonStartWithLogOpt [2020-08-06T00:23:27.221Z] === CONT TestContinueAfterPluginCrash [2020-08-06T00:23:27.221Z] === CONT TestDaemonStartWithLogOpt [2020-08-06T00:23:27.221Z] === CONT TestReadPluginNoRead [2020-08-06T00:23:27.898Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2020-08-06T00:23:28.845Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2020-08-06T00:23:29.785Z] === RUN TestDockerSuite/TestEventsAttach [2020-08-06T00:23:30.353Z] === RUN TestDockerSuite/TestEventsCommit [2020-08-06T00:23:31.292Z] === RUN TestDockerSuite/TestEventsContainerEvents [2020-08-06T00:23:31.551Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2020-08-06T00:23:32.120Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2020-08-06T00:23:32.382Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2020-08-06T00:23:32.403Z] #29 ... [2020-08-06T00:23:32.403Z] [2020-08-06T00:23:32.403Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli [2020-08-06T00:23:32.403Z] #24 0.911 + RM_GOPATH=0 [2020-08-06T00:23:32.403Z] #24 0.911 + TMP_GOPATH= [2020-08-06T00:23:32.403Z] #24 0.911 + : /build [2020-08-06T00:23:32.403Z] #24 0.911 + '[' -z '' ']' [2020-08-06T00:23:32.403Z] #24 0.911 ++ mktemp -d [2020-08-06T00:23:32.403Z] #24 0.917 + export GOPATH=/tmp/tmp.lGaFIC [2020-08-06T00:23:32.403Z] #24 0.917 + GOPATH=/tmp/tmp.lGaFIC [2020-08-06T00:23:32.403Z] #24 0.917 + RM_GOPATH=1 [2020-08-06T00:23:32.403Z] #24 0.917 + case "$(go env GOARCH)" in [2020-08-06T00:23:32.403Z] #24 0.917 ++ go env GOARCH [2020-08-06T00:23:32.403Z] #24 0.924 + export GO_BUILDMODE=-buildmode=pie [2020-08-06T00:23:32.403Z] #24 0.924 + GO_BUILDMODE=-buildmode=pie [2020-08-06T00:23:32.403Z] #24 0.924 ++ dirname ./install.sh [2020-08-06T00:23:32.403Z] #24 0.925 Install docker/cli version 17.06.2-ce from stable [2020-08-06T00:23:32.403Z] #24 0.925 + dir=. [2020-08-06T00:23:32.403Z] #24 0.925 + bin=dockercli [2020-08-06T00:23:32.403Z] #24 0.925 + shift [2020-08-06T00:23:32.403Z] #24 0.925 + '[' '!' -f ./dockercli.installer ']' [2020-08-06T00:23:32.403Z] #24 0.925 + . ./dockercli.installer [2020-08-06T00:23:32.403Z] #24 0.925 ++ : stable [2020-08-06T00:23:32.403Z] #24 0.925 ++ : 17.06.2-ce [2020-08-06T00:23:32.403Z] #24 0.925 + install_dockercli [2020-08-06T00:23:32.403Z] #24 0.925 + echo 'Install docker/cli version 17.06.2-ce from stable' [2020-08-06T00:23:32.403Z] #24 0.925 ++ uname -m [2020-08-06T00:23:32.403Z] #24 0.930 + arch=x86_64 [2020-08-06T00:23:32.403Z] #24 0.930 + '[' x86_64 '!=' x86_64 ']' [2020-08-06T00:23:32.403Z] #24 0.930 + url=https://download.docker.com/linux/static [2020-08-06T00:23:32.403Z] #24 0.930 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2020-08-06T00:23:32.403Z] #24 0.930 + tar -xz docker/docker [2020-08-06T00:23:32.403Z] #24 4.007 + mkdir -p /build [2020-08-06T00:23:32.403Z] #24 4.008 + mv docker/docker /build/ [2020-08-06T00:23:32.403Z] #24 4.010 + rmdir docker [2020-08-06T00:23:32.403Z] #24 DONE 4.5s [2020-08-06T00:23:32.403Z] [2020-08-06T00:23:32.403Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-08-06T00:23:32.403Z] #20 2.030 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2020-08-06T00:23:32.403Z] #20 2.410 [2020-08-06T00:23:32.403Z] #20 2.532 0.9% ############### 21.4% ################################## 48.6% ################################################# 68.7% ############################################################### 88.8% ######################################################################## 100.0% [2020-08-06T00:23:32.403Z] #20 3.422 [2020-08-06T00:23:32.403Z] #20 3.540 ########### 15.4% ######################################################################## 100.0% [2020-08-06T00:23:32.403Z] #20 4.096 [2020-08-06T00:23:32.403Z] #20 4.221 ######################## 33.6% ##################################################### 74.5% ##################################################### 74.7% ######################################################################## 100.0% [2020-08-06T00:23:32.403Z] #20 ... [2020-08-06T00:23:32.403Z] [2020-08-06T00:23:32.403Z] #31 [builder 1/4] COPY . . [2020-08-06T00:23:32.403Z] #31 DONE 5.3s [2020-08-06T00:23:32.403Z] [2020-08-06T00:23:32.403Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-08-06T00:23:32.403Z] #20 5.119 [2020-08-06T00:23:32.641Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2020-08-06T00:23:32.854Z] === RUN TestReadPluginNoRead/default [2020-08-06T00:23:32.854Z] --- PASS: TestDaemonStartWithLogOpt (5.39s) [2020-08-06T00:23:32.921Z] #20 5.245 ## 4.0% ############# 18.4% ######################## 33.8% #################################### 51.0% ##################################################### 73.9% #################################################################### 94.4% ######################################################################## 100.0% [2020-08-06T00:23:33.488Z] #20 6.258 [2020-08-06T00:23:33.488Z] [2020-08-06T00:23:33.488Z] #20 ... [2020-08-06T00:23:33.488Z] [2020-08-06T00:23:33.488Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... [2020-08-06T00:23:33.488Z] #32 DONE 1.1s [2020-08-06T00:23:33.488Z] [2020-08-06T00:23:33.488Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-08-06T00:23:33.494Z] === RUN TestReadPluginNoRead/disabled_caching [2020-08-06T00:23:34.549Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2020-08-06T00:23:35.014Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2020-08-06T00:23:35.809Z] #20 6.456 0.0% ## 2.9% #### 6.5% ####### 10.9% ########### 15.4% ############### 22.0% #################### 28.1% ####################### 32.6% ########################### 37.9% ############################## 42.5% ################################## 48.2% ###################################### 54.1% ########################################## 59.5% ############################################ 61.4% ############################################### 65.5% ################################################### 71.2% ###################################################### 75.1% ########################################################## 81.2% ############################################################## 86.9% ################################################################## 92.1% ###################################################################### 97.9% ######################################################################## 100.0% [2020-08-06T00:23:35.929Z] === RUN TestDockerSuite/TestEventsContainerRestart [2020-08-06T00:23:36.067Z] #20 8.932 [2020-08-06T00:23:36.532Z] --- PASS: TestReadPluginNoRead (9.12s) [2020-08-06T00:23:36.532Z] --- PASS: TestReadPluginNoRead/default (1.39s) [2020-08-06T00:23:36.532Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.48s) [2020-08-06T00:23:36.533Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.38s) [2020-08-06T00:23:36.533Z] read_test.go:92: [dbc1b59187e21] daemon is not started [2020-08-06T00:23:36.999Z] #20 10.02 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2020-08-06T00:23:37.565Z] #20 10.40 [2020-08-06T00:23:37.565Z] #20 10.48 ######################################################################## 100.0% [2020-08-06T00:23:37.571Z] --- PASS: TestContinueAfterPluginCrash (10.50s) [2020-08-06T00:23:37.571Z] PASS [2020-08-06T00:23:37.571Z] [2020-08-06T00:23:37.571Z] DONE 6 tests in 10.577s [2020-08-06T00:23:37.571Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2020-08-06T00:23:37.571Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:23:37.571Z] ++ set -e [2020-08-06T00:23:37.571Z] ++ '[' -n 0 ']' [2020-08-06T00:23:37.571Z] ++ set -x [2020-08-06T00:23:37.571Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:23:37.823Z] #20 10.82 [2020-08-06T00:23:37.980Z] testing: warning: no tests to run [2020-08-06T00:23:37.980Z] PASS [2020-08-06T00:23:37.980Z] [2020-08-06T00:23:37.980Z] DONE 0 tests in 0.018s [2020-08-06T00:23:37.981Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2020-08-06T00:23:37.981Z] ++ 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-08-06T00:23:37.981Z] ++ set -e [2020-08-06T00:23:37.981Z] ++ '[' -n 0 ']' [2020-08-06T00:23:37.981Z] ++ set -x [2020-08-06T00:23:37.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= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/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-08-06T00:23:37.981Z] INFO: Testing against a local daemon [2020-08-06T00:23:37.981Z] === RUN TestPluginWithDevMounts [2020-08-06T00:23:37.981Z] === PAUSE TestPluginWithDevMounts [2020-08-06T00:23:37.981Z] === CONT TestPluginWithDevMounts [2020-08-06T00:23:38.466Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2020-08-06T00:23:39.196Z] #20 12.00 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2020-08-06T00:23:39.453Z] #20 12.43 [2020-08-06T00:23:39.497Z] --- PASS: TestPluginWithDevMounts (1.83s) [2020-08-06T00:23:39.497Z] PASS [2020-08-06T00:23:39.497Z] [2020-08-06T00:23:39.497Z] DONE 1 tests in 1.903s [2020-08-06T00:23:39.711Z] #20 12.55 ################################################################ 90.2% ######################################################################## 100.0% [2020-08-06T00:23:39.789Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2020-08-06T00:23:39.789Z] ++ 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-08-06T00:23:39.789Z] ++ set -e [2020-08-06T00:23:39.789Z] ++ '[' -n 0 ']' [2020-08-06T00:23:39.789Z] ++ set -x [2020-08-06T00:23:39.789Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:23:39.789Z] INFO: Testing against a local daemon [2020-08-06T00:23:39.789Z] === RUN TestSecretInspect [2020-08-06T00:23:39.969Z] #20 12.94 [2020-08-06T00:23:40.369Z] === RUN TestDockerSuite/TestEventsCopy [2020-08-06T00:23:40.902Z] #20 13.98 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... [2020-08-06T00:23:40.938Z] === RUN TestDockerSuite/TestEventsFilterContainer [2020-08-06T00:23:41.159Z] #20 14.13 skipping existing c35d46ef359f [2020-08-06T00:23:41.446Z] #20 14.50 [2020-08-06T00:23:41.876Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2020-08-06T00:23:41.900Z] --- PASS: TestSecretInspect (1.87s) [2020-08-06T00:23:41.900Z] === RUN TestSecretList [2020-08-06T00:23:42.444Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2020-08-06T00:23:42.444Z] === RUN TestDockerSuite/TestEventsFilterImageName [2020-08-06T00:23:42.824Z] #20 15.59 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2020-08-06T00:23:43.385Z] === RUN TestDockerSuite/TestEventsFilterLabels [2020-08-06T00:23:43.387Z] #20 16.15 [2020-08-06T00:23:43.387Z] #20 16.24 ######################################################################## 100.0% [2020-08-06T00:23:43.387Z] #20 ... [2020-08-06T00:23:43.387Z] [2020-08-06T00:23:43.387Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-08-06T00:23:43.387Z] #33 1.087 [2020-08-06T00:23:43.387Z] #33 1.310 Removing bundles/ [2020-08-06T00:23:43.387Z] #33 1.314 [2020-08-06T00:23:43.387Z] #33 1.321 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) [2020-08-06T00:23:43.387Z] #33 2.866 Building test suite binary ./integration-cli/test.main [2020-08-06T00:23:43.434Z] --- PASS: TestSecretList (1.88s) [2020-08-06T00:23:43.434Z] === RUN TestSecretsCreateAndDelete [2020-08-06T00:23:43.643Z] #33 ... [2020-08-06T00:23:43.643Z] [2020-08-06T00:23:43.643Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... [2020-08-06T00:23:43.643Z] #20 16.57 [2020-08-06T00:23:43.643Z] #20 16.67 Download of images into '/build' complete. [2020-08-06T00:23:43.643Z] #20 16.67 Use something like the following to load the result into a Docker daemon: [2020-08-06T00:23:43.644Z] #20 16.67 tar -cC '/build' . | docker load [2020-08-06T00:23:44.213Z] #20 DONE 17.1s [2020-08-06T00:23:44.213Z] [2020-08-06T00:23:44.213Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-08-06T00:23:44.322Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2020-08-06T00:23:44.322Z] === RUN TestDockerSuite/TestEventsFilterType [2020-08-06T00:23:44.582Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2020-08-06T00:23:44.841Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2020-08-06T00:23:44.841Z] === RUN TestDockerSuite/TestEventsFilters [2020-08-06T00:23:45.534Z] --- PASS: TestSecretsCreateAndDelete (1.87s) [2020-08-06T00:23:45.534Z] === RUN TestSecretsUpdate [2020-08-06T00:23:45.779Z] === RUN TestDockerSuite/TestEventsFormat [2020-08-06T00:23:46.751Z] === RUN TestDockerSuite/TestEventsFormatBadField [2020-08-06T00:23:46.751Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2020-08-06T00:23:46.751Z] === RUN TestDockerSuite/TestEventsImageImport [2020-08-06T00:23:47.013Z] === RUN TestDockerSuite/TestEventsImageLoad [2020-08-06T00:23:47.273Z] --- PASS: TestServicePlugin (32.37s) [2020-08-06T00:23:47.273Z] plugin_test.go:62: [d985aac059ada] joining swarm manager [d67a35064cb6c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:23:47.273Z] plugin_test.go:65: [dfce5181d213c] joining swarm manager [d67a35064cb6c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:23:47.273Z] === RUN TestServiceUpdateLabel [2020-08-06T00:23:47.273Z] === RUN TestDockerSuite/TestEventsImagePull [2020-08-06T00:23:47.488Z] #33 ... [2020-08-06T00:23:47.488Z] [2020-08-06T00:23:47.488Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images [2020-08-06T00:23:47.618Z] --- PASS: TestSecretsUpdate (1.94s) [2020-08-06T00:23:47.618Z] === RUN TestTemplatedSecret [2020-08-06T00:23:47.841Z] === RUN TestDockerSuite/TestEventsImageTag [2020-08-06T00:23:48.054Z] #21 DONE 1.1s [2020-08-06T00:23:48.054Z] [2020-08-06T00:23:48.054Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ [2020-08-06T00:23:48.054Z] #25 DONE 0.1s [2020-08-06T00:23:48.054Z] [2020-08-06T00:23:48.054Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-08-06T00:23:48.777Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2020-08-06T00:23:49.036Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2020-08-06T00:23:49.036Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2020-08-06T00:23:49.036Z] === RUN TestDockerSuite/TestEventsPluginOps [2020-08-06T00:23:49.604Z] --- PASS: TestServiceUpdateLabel (2.37s) [2020-08-06T00:23:49.604Z] === RUN TestServiceUpdateSecrets [2020-08-06T00:23:49.706Z] --- PASS: TestTemplatedSecret (2.51s) [2020-08-06T00:23:49.706Z] === RUN TestSecretCreateResolve [2020-08-06T00:23:50.542Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2020-08-06T00:23:51.114Z] === RUN TestDockerSuite/TestEventsRename [2020-08-06T00:23:51.685Z] === RUN TestDockerSuite/TestEventsResize [2020-08-06T00:23:51.795Z] --- PASS: TestSecretCreateResolve (1.89s) [2020-08-06T00:23:51.795Z] PASS [2020-08-06T00:23:51.795Z] [2020-08-06T00:23:51.795Z] DONE 6 tests in 12.029s [2020-08-06T00:23:51.795Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2020-08-06T00:23:51.795Z] ++ 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-08-06T00:23:51.795Z] ++ set -e [2020-08-06T00:23:51.795Z] ++ '[' -n 0 ']' [2020-08-06T00:23:51.795Z] ++ set -x [2020-08-06T00:23:51.795Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:23:51.795Z] INFO: Testing against a local daemon [2020-08-06T00:23:51.795Z] === RUN TestServiceCreateInit [2020-08-06T00:23:51.795Z] === RUN TestServiceCreateInit/daemonInitDisabled [2020-08-06T00:23:52.254Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2020-08-06T00:23:56.274Z] === RUN TestServiceCreateInit/daemonInitEnabled [2020-08-06T00:23:58.823Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2020-08-06T00:23:58.823Z] === RUN TestDockerSuite/TestEventsStreaming [2020-08-06T00:23:58.823Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2020-08-06T00:23:59.816Z] --- PASS: TestServiceCreateInit (7.44s) [2020-08-06T00:23:59.816Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.78s) [2020-08-06T00:23:59.816Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.65s) [2020-08-06T00:23:59.816Z] === RUN TestCreateServiceMultipleTimes [2020-08-06T00:24:00.246Z] #33 ... [2020-08-06T00:24:00.246Z] [2020-08-06T00:24:00.246Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... [2020-08-06T00:24:00.246Z] #29 31.44 # github.com/docker/docker/contrib/httpserver [2020-08-06T00:24:00.246Z] #29 31.44 loadinternal: cannot find runtime/cgo [2020-08-06T00:24:00.246Z] #29 DONE 31.7s [2020-08-06T00:24:00.246Z] [2020-08-06T00:24:00.246Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-08-06T00:24:00.246Z] #33 ... [2020-08-06T00:24:00.246Z] [2020-08-06T00:24:00.246Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ [2020-08-06T00:24:00.246Z] #30 DONE 0.1s [2020-08-06T00:24:00.246Z] [2020-08-06T00:24:00.246Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary [2020-08-06T00:24:02.112Z] === RUN TestDockerSuite/TestEventsTop [2020-08-06T00:24:02.113Z] === RUN TestDockerSuite/TestEventsUntag [2020-08-06T00:24:04.648Z] --- PASS: TestServiceUpdateSecrets (14.79s) [2020-08-06T00:24:04.648Z] === RUN TestServiceUpdateConfigs [2020-08-06T00:24:04.648Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2020-08-06T00:24:15.207Z] --- PASS: TestCreateServiceMultipleTimes (15.43s) [2020-08-06T00:24:15.207Z] === RUN TestCreateServiceConflict [2020-08-06T00:24:16.731Z] --- PASS: TestCreateServiceConflict (1.89s) [2020-08-06T00:24:16.731Z] === RUN TestCreateServiceMaxReplicas [2020-08-06T00:24:16.894Z] === RUN TestDockerSuite/TestExec [2020-08-06T00:24:16.894Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2020-08-06T00:24:16.894Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2020-08-06T00:24:16.894Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2020-08-06T00:24:17.463Z] === RUN TestDockerSuite/TestExecAPIStart [2020-08-06T00:24:18.402Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2020-08-06T00:24:18.972Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2020-08-06T00:24:18.972Z] --- PASS: TestServiceUpdateConfigs (14.61s) [2020-08-06T00:24:18.972Z] === RUN TestServiceUpdateNetwork [2020-08-06T00:24:19.497Z] --- PASS: TestCreateServiceMaxReplicas (2.48s) [2020-08-06T00:24:19.497Z] === RUN TestCreateWithDuplicateNetworkNames [2020-08-06T00:24:19.541Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2020-08-06T00:24:20.482Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2020-08-06T00:24:21.423Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2020-08-06T00:24:21.994Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2020-08-06T00:24:22.564Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2020-08-06T00:24:23.502Z] === RUN TestDockerSuite/TestExecCgroup [2020-08-06T00:24:24.441Z] === RUN TestDockerSuite/TestExecEnv [2020-08-06T00:24:24.701Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2020-08-06T00:24:26.081Z] === RUN TestDockerSuite/TestExecExitStatus [2020-08-06T00:24:26.649Z] === RUN TestDockerSuite/TestExecInspectID [2020-08-06T00:24:29.187Z] === RUN TestDockerSuite/TestExecInteractive [2020-08-06T00:24:29.757Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2020-08-06T00:24:30.327Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2020-08-06T00:24:30.586Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2020-08-06T00:24:30.846Z] === RUN TestDockerSuite/TestExecParseError [2020-08-06T00:24:31.416Z] === RUN TestDockerSuite/TestExecPausedContainer [2020-08-06T00:24:31.676Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2020-08-06T00:24:32.158Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.77s) [2020-08-06T00:24:32.158Z] === RUN TestCreateServiceSecretFileMode [2020-08-06T00:24:32.615Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2020-08-06T00:24:32.875Z] --- PASS: TestServiceUpdateNetwork (13.87s) [2020-08-06T00:24:32.875Z] === RUN TestServiceUpdatePidsLimit [2020-08-06T00:24:33.816Z] === RUN TestDockerSuite/TestExecSetEnv [2020-08-06T00:24:34.240Z] --- PASS: TestCreateServiceSecretFileMode (2.18s) [2020-08-06T00:24:34.240Z] === RUN TestCreateServiceConfigFileMode [2020-08-06T00:24:34.387Z] === RUN TestDockerSuite/TestExecStartFails [2020-08-06T00:24:34.647Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-08-06T00:24:35.218Z] === RUN TestDockerSuite/TestExecStateCleanup [2020-08-06T00:24:35.789Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-08-06T00:24:36.324Z] --- PASS: TestCreateServiceConfigFileMode (2.16s) [2020-08-06T00:24:36.324Z] === RUN TestCreateServiceSysctls [2020-08-06T00:24:39.085Z] --- PASS: TestCreateServiceSysctls (2.96s) [2020-08-06T00:24:39.085Z] === RUN TestCreateServiceCapabilities [2020-08-06T00:24:41.834Z] --- PASS: TestCreateServiceCapabilities (2.29s) [2020-08-06T00:24:41.834Z] === RUN TestInspect [2020-08-06T00:24:43.914Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-08-06T00:24:43.928Z] --- PASS: TestInspect (2.55s) [2020-08-06T00:24:43.928Z] === RUN TestCreateJob [2020-08-06T00:24:46.453Z] === RUN TestDockerSuite/TestExecStopNotHanging [2020-08-06T00:24:46.677Z] --- PASS: TestCreateJob (2.72s) [2020-08-06T00:24:46.677Z] === RUN TestReplicatedJob [2020-08-06T00:24:46.713Z] === RUN TestDockerSuite/TestExecTTY [2020-08-06T00:24:47.282Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2020-08-06T00:24:47.851Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2020-08-06T00:24:48.420Z] === RUN TestDockerSuite/TestExecUlimits [2020-08-06T00:24:48.679Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2020-08-06T00:24:48.679Z] === RUN TestDockerSuite/TestExecWithImageUser [2020-08-06T00:24:50.063Z] === RUN TestDockerSuite/TestExecWithNoTERM [2020-08-06T00:24:50.323Z] --- PASS: TestServiceUpdatePidsLimit (17.24s) [2020-08-06T00:24:50.323Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.24s) [2020-08-06T00:24:50.323Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) [2020-08-06T00:24:50.323Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2020-08-06T00:24:50.323Z] PASS [2020-08-06T00:24:50.323Z] [2020-08-06T00:24:50.323Z] === Skipped [2020-08-06T00:24:50.323Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2020-08-06T00:24:50.323Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-08-06T00:24:50.323Z] [2020-08-06T00:24:50.323Z] [2020-08-06T00:24:50.323Z] DONE 27 tests, 1 skipped in 181.466s [2020-08-06T00:24:50.323Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2020-08-06T00:24:50.323Z] ++ 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-08-06T00:24:50.323Z] ++ set -e [2020-08-06T00:24:50.323Z] ++ '[' -n 0 ']' [2020-08-06T00:24:50.323Z] ++ set -x [2020-08-06T00:24:50.323Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:24:50.323Z] INFO: Testing against a local daemon [2020-08-06T00:24:50.323Z] === RUN TestSessionCreate [2020-08-06T00:24:50.323Z] --- PASS: TestSessionCreate (0.03s) [2020-08-06T00:24:50.323Z] === RUN TestSessionCreateWithBadUpgrade [2020-08-06T00:24:50.583Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-08-06T00:24:50.583Z] PASS [2020-08-06T00:24:50.583Z] [2020-08-06T00:24:50.583Z] DONE 2 tests in 0.256s [2020-08-06T00:24:50.583Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2020-08-06T00:24:50.583Z] ++ 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-08-06T00:24:50.583Z] ++ set -e [2020-08-06T00:24:50.583Z] ++ '[' -n 0 ']' [2020-08-06T00:24:50.583Z] ++ set -x [2020-08-06T00:24:50.583Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:24:50.583Z] INFO: Testing against a local daemon [2020-08-06T00:24:50.583Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-08-06T00:24:50.583Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-08-06T00:24:50.583Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-08-06T00:24:50.583Z] === RUN TestEventsExecDie [2020-08-06T00:24:50.843Z] === RUN TestDockerSuite/TestExecWithPrivileged [2020-08-06T00:24:51.413Z] --- PASS: TestEventsExecDie (0.68s) [2020-08-06T00:24:51.413Z] === RUN TestEventsBackwardsCompatible [2020-08-06T00:24:51.413Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2020-08-06T00:24:51.413Z] === RUN TestInfoBinaryCommits [2020-08-06T00:24:51.413Z] --- PASS: TestInfoBinaryCommits (0.04s) [2020-08-06T00:24:51.413Z] === RUN TestInfoAPIVersioned [2020-08-06T00:24:51.413Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-08-06T00:24:51.413Z] === RUN TestInfoDiscoveryBackend [2020-08-06T00:24:51.673Z] === RUN TestDockerSuite/TestExecWithTERM [2020-08-06T00:24:51.933Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2020-08-06T00:24:51.933Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-08-06T00:24:52.193Z] === RUN TestDockerSuite/TestExecWithUser [2020-08-06T00:24:52.268Z] --- PASS: TestReplicatedJob (4.91s) [2020-08-06T00:24:52.268Z] === RUN TestUpdateReplicatedJob [2020-08-06T00:24:52.764Z] === RUN TestDockerSuite/TestGetContainerStats [2020-08-06T00:24:53.024Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-08-06T00:24:53.024Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-08-06T00:24:53.593Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-08-06T00:24:53.593Z] === RUN TestInfoAPI [2020-08-06T00:24:53.593Z] --- PASS: TestInfoAPI (0.02s) [2020-08-06T00:24:53.593Z] === RUN TestInfoAPIWarnings [2020-08-06T00:24:54.162Z] --- PASS: TestInfoAPIWarnings (0.52s) [2020-08-06T00:24:54.162Z] === RUN TestInfoDebug [2020-08-06T00:24:54.732Z] --- PASS: TestInfoDebug (0.53s) [2020-08-06T00:24:54.732Z] === RUN TestInfoInsecureRegistries [2020-08-06T00:24:55.019Z] --- PASS: TestUpdateReplicatedJob (3.08s) [2020-08-06T00:24:55.019Z] === RUN TestServiceListWithStatuses [2020-08-06T00:24:55.019Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2020-08-06T00:24:55.019Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-08-06T00:24:55.019Z] === RUN TestDockerNetworkConnectAlias [2020-08-06T00:24:55.312Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-08-06T00:24:55.312Z] === RUN TestInfoRegistryMirrors [2020-08-06T00:24:55.881Z] --- PASS: TestInfoRegistryMirrors (0.57s) [2020-08-06T00:24:55.881Z] === RUN TestLoginFailsWithBadCredentials [2020-08-06T00:24:56.450Z] --- PASS: TestLoginFailsWithBadCredentials (0.54s) [2020-08-06T00:24:56.450Z] === RUN TestPingCacheHeaders [2020-08-06T00:24:56.450Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-08-06T00:24:56.450Z] === RUN TestPingGet [2020-08-06T00:24:56.450Z] --- PASS: TestPingGet (0.02s) [2020-08-06T00:24:56.450Z] === RUN TestPingHead [2020-08-06T00:24:56.450Z] --- PASS: TestPingHead (0.03s) [2020-08-06T00:24:56.450Z] === RUN TestVersion [2020-08-06T00:24:56.450Z] --- PASS: TestVersion (0.02s) [2020-08-06T00:24:56.450Z] PASS [2020-08-06T00:24:56.450Z] [2020-08-06T00:24:56.450Z] === Skipped [2020-08-06T00:24:56.450Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-08-06T00:24:56.450Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-08-06T00:24:56.450Z] [2020-08-06T00:24:56.450Z] [2020-08-06T00:24:56.450Z] DONE 18 tests, 1 skipped in 5.903s [2020-08-06T00:24:56.450Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2020-08-06T00:24:56.450Z] ++ 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-08-06T00:24:56.450Z] ++ set -e [2020-08-06T00:24:56.450Z] ++ '[' -n 0 ']' [2020-08-06T00:24:56.450Z] ++ set -x [2020-08-06T00:24:56.450Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:24:56.450Z] INFO: Testing against a local daemon [2020-08-06T00:24:56.450Z] === RUN TestVolumesCreateAndList [2020-08-06T00:24:56.710Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-08-06T00:24:56.710Z] === RUN TestVolumesRemove [2020-08-06T00:24:56.710Z] --- PASS: TestVolumesRemove (0.07s) [2020-08-06T00:24:56.710Z] === RUN TestVolumesInspect [2020-08-06T00:24:56.710Z] --- PASS: TestVolumesInspect (0.02s) [2020-08-06T00:24:56.710Z] === RUN TestVolumesInvalidJSON [2020-08-06T00:24:56.710Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-08-06T00:24:56.710Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-08-06T00:24:56.710Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-08-06T00:24:56.710Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2020-08-06T00:24:56.710Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-08-06T00:24:56.710Z] PASS [2020-08-06T00:24:56.710Z] [2020-08-06T00:24:56.710Z] DONE 5 tests in 0.295s [2020-08-06T00:24:56.710Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-08-06T00:24:56.970Z] ++++ cat bundles/test-integration/docker.pid [2020-08-06T00:24:56.970Z] +++ kill 5588 [2020-08-06T00:24:57.231Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2020-08-06T00:24:58.168Z] +++ /etc/init.d/apparmor stop [2020-08-06T00:24:58.168Z] Leaving: AppArmorNo profiles have been unloaded. [2020-08-06T00:24:58.168Z] [2020-08-06T00:24:58.168Z] Unloading profiles will leave already running processes permanently [2020-08-06T00:24:58.168Z] unconfined, which can lead to unexpected situations. [2020-08-06T00:24:58.168Z] [2020-08-06T00:24:58.168Z] To set a process to complain mode, use the command line tool [2020-08-06T00:24:58.168Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-08-06T00:24:58.168Z] +++ true [2020-08-06T00:24:58.168Z] exiting test-integration [2020-08-06T00:24:58.168Z] ++ exit 0 [2020-08-06T00:24:58.168Z] [2020-08-06T00:24:58.566Z] --- PASS: TestDockerNetworkConnectAlias (3.97s) [2020-08-06T00:24:58.566Z] === RUN TestDockerNetworkReConnect [2020-08-06T00:24:59.106Z] + for job in $(jobs -p) [2020-08-06T00:24:59.106Z] + wait 25764 [2020-08-06T00:25:01.641Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2020-08-06T00:25:02.107Z] --- PASS: TestDockerNetworkReConnect (3.25s) [2020-08-06T00:25:02.107Z] === RUN TestServicePlugin [2020-08-06T00:25:02.107Z] --- SKIP: TestServicePlugin (0.00s) [2020-08-06T00:25:02.107Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:25:02.107Z] === RUN TestServiceUpdateLabel [2020-08-06T00:25:03.547Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2020-08-06T00:25:04.194Z] --- PASS: TestServiceUpdateLabel (1.93s) [2020-08-06T00:25:04.194Z] === RUN TestServiceUpdateSecrets [2020-08-06T00:25:07.794Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2020-08-06T00:25:08.364Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2020-08-06T00:25:08.364Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2020-08-06T00:25:08.364Z] === RUN TestDockerSuite/TestHealth [2020-08-06T00:25:19.610Z] --- PASS: TestServiceUpdateSecrets (14.20s) [2020-08-06T00:25:19.610Z] === RUN TestServiceUpdateConfigs [2020-08-06T00:25:23.255Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2020-08-06T00:25:27.450Z] === RUN TestDockerSuite/TestHistoryExistentImage [2020-08-06T00:25:27.451Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2020-08-06T00:25:27.451Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2020-08-06T00:25:27.451Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2020-08-06T00:25:27.451Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2020-08-06T00:25:27.451Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2020-08-06T00:25:28.021Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2020-08-06T00:25:28.021Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2020-08-06T00:25:28.021Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2020-08-06T00:25:28.021Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2020-08-06T00:25:28.281Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2020-08-06T00:25:28.541Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2020-08-06T00:25:28.801Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2020-08-06T00:25:28.801Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2020-08-06T00:25:29.370Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2020-08-06T00:25:29.370Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2020-08-06T00:25:30.309Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2020-08-06T00:25:30.569Z] === RUN TestDockerSuite/TestImagesFormat [2020-08-06T00:25:30.569Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2020-08-06T00:25:31.138Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2020-08-06T00:25:32.275Z] --- PASS: TestServiceUpdateConfigs (14.30s) [2020-08-06T00:25:32.275Z] === RUN TestServiceUpdateNetwork [2020-08-06T00:25:34.428Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2020-08-06T00:25:34.429Z] === RUN TestDockerSuite/TestImportBadURL [2020-08-06T00:25:34.429Z] === RUN TestDockerSuite/TestImportDisplay [2020-08-06T00:25:34.999Z] === RUN TestDockerSuite/TestImportFile [2020-08-06T00:25:35.938Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2020-08-06T00:25:35.938Z] === RUN TestDockerSuite/TestImportFileWithMessage [2020-08-06T00:25:37.319Z] === RUN TestDockerSuite/TestImportGzipped [2020-08-06T00:25:38.257Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2020-08-06T00:25:39.197Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2020-08-06T00:25:39.766Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2020-08-06T00:25:40.336Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2020-08-06T00:25:40.907Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2020-08-06T00:25:40.907Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2020-08-06T00:25:40.907Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2020-08-06T00:25:41.486Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2020-08-06T00:25:41.775Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2020-08-06T00:25:42.349Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2020-08-06T00:25:42.609Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2020-08-06T00:25:43.179Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2020-08-06T00:25:43.439Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2020-08-06T00:25:43.700Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2020-08-06T00:25:43.700Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2020-08-06T00:25:44.943Z] --- PASS: TestServiceUpdateNetwork (12.32s) [2020-08-06T00:25:44.943Z] === RUN TestServiceUpdatePidsLimit [2020-08-06T00:25:45.081Z] === RUN TestDockerSuite/TestInspectAmpersand [2020-08-06T00:25:45.341Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2020-08-06T00:25:45.583Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2020-08-06T00:25:45.911Z] === RUN TestDockerSuite/TestInspectByPrefix [2020-08-06T00:25:46.172Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2020-08-06T00:25:46.225Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2020-08-06T00:25:46.742Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2020-08-06T00:25:46.742Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2020-08-06T00:25:48.123Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2020-08-06T00:25:48.123Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2020-08-06T00:25:48.384Z] === RUN TestDockerSuite/TestInspectDefault [2020-08-06T00:25:48.955Z] === RUN TestDockerSuite/TestInspectHistory [2020-08-06T00:25:49.525Z] === RUN TestDockerSuite/TestInspectImage [2020-08-06T00:25:49.525Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2020-08-06T00:25:49.525Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2020-08-06T00:25:49.525Z] === RUN TestDockerSuite/TestInspectInt64 [2020-08-06T00:25:50.467Z] === RUN TestDockerSuite/TestInspectJSONFields [2020-08-06T00:25:51.036Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2020-08-06T00:25:51.036Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2020-08-06T00:25:51.607Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2020-08-06T00:25:51.680Z] #33 135.6 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2020-08-06T00:25:51.680Z] #33 137.9 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2020-08-06T00:25:52.178Z] === RUN TestDockerSuite/TestInspectPlugin [2020-08-06T00:25:53.050Z] #33 139.4 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2020-08-06T00:25:53.138Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2020-08-06T00:25:53.562Z] === RUN TestDockerSuite/TestInspectRootFS [2020-08-06T00:25:53.562Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2020-08-06T00:25:54.502Z] === RUN TestDockerSuite/TestInspectStatus [2020-08-06T00:25:54.944Z] #33 141.3 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2020-08-06T00:25:55.443Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2020-08-06T00:25:56.384Z] === RUN TestDockerSuite/TestInspectTemplateError [2020-08-06T00:25:56.992Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2020-08-06T00:25:57.468Z] #33 144.2 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2020-08-06T00:25:57.569Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2020-08-06T00:25:58.138Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2020-08-06T00:25:58.398Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2020-08-06T00:25:58.966Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2020-08-06T00:25:59.226Z] === RUN TestDockerSuite/TestInspectUnknownObject [2020-08-06T00:25:59.226Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2020-08-06T00:25:59.365Z] #33 145.5 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2020-08-06T00:26:00.299Z] #33 146.9 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2020-08-06T00:26:01.135Z] === RUN TestDockerSuite/TestLinkShortDefinition [2020-08-06T00:26:01.640Z] --- PASS: TestServiceUpdatePidsLimit (16.05s) [2020-08-06T00:26:01.640Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2020-08-06T00:26:01.640Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2020-08-06T00:26:01.640Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2020-08-06T00:26:01.640Z] PASS [2020-08-06T00:26:01.640Z] [2020-08-06T00:26:01.640Z] === Skipped [2020-08-06T00:26:01.640Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2020-08-06T00:26:01.640Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2020-08-06T00:26:01.640Z] [2020-08-06T00:26:01.640Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2020-08-06T00:26:01.640Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2020-08-06T00:26:01.640Z] [2020-08-06T00:26:01.640Z] [2020-08-06T00:26:01.640Z] DONE 27 tests, 2 skipped in 128.954s [2020-08-06T00:26:01.640Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2020-08-06T00:26:01.640Z] ++ 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-08-06T00:26:01.640Z] ++ set -e [2020-08-06T00:26:01.640Z] ++ '[' -n 0 ']' [2020-08-06T00:26:01.641Z] ++ set -x [2020-08-06T00:26:01.641Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:26:01.641Z] INFO: Testing against a local daemon [2020-08-06T00:26:01.641Z] === RUN TestSessionCreate [2020-08-06T00:26:01.641Z] --- PASS: TestSessionCreate (0.03s) [2020-08-06T00:26:01.641Z] === RUN TestSessionCreateWithBadUpgrade [2020-08-06T00:26:01.641Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2020-08-06T00:26:01.641Z] PASS [2020-08-06T00:26:01.641Z] [2020-08-06T00:26:01.641Z] DONE 2 tests in 0.145s [2020-08-06T00:26:01.641Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2020-08-06T00:26:01.641Z] ++ 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-08-06T00:26:01.641Z] ++ set -e [2020-08-06T00:26:01.641Z] ++ '[' -n 0 ']' [2020-08-06T00:26:01.641Z] ++ set -x [2020-08-06T00:26:01.641Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:26:01.641Z] INFO: Testing against a local daemon [2020-08-06T00:26:01.641Z] === RUN TestCgroupDriverSystemdMemoryLimit [2020-08-06T00:26:01.641Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-08-06T00:26:01.641Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-08-06T00:26:01.641Z] === RUN TestEventsExecDie [2020-08-06T00:26:01.641Z] --- PASS: TestEventsExecDie (0.57s) [2020-08-06T00:26:01.641Z] === RUN TestEventsBackwardsCompatible [2020-08-06T00:26:01.641Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2020-08-06T00:26:01.641Z] === RUN TestInfoBinaryCommits [2020-08-06T00:26:01.641Z] --- PASS: TestInfoBinaryCommits (0.03s) [2020-08-06T00:26:01.641Z] === RUN TestInfoAPIVersioned [2020-08-06T00:26:01.641Z] --- PASS: TestInfoAPIVersioned (0.01s) [2020-08-06T00:26:01.641Z] === RUN TestInfoDiscoveryBackend [2020-08-06T00:26:01.671Z] #33 148.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2020-08-06T00:26:01.928Z] #33 148.4 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2020-08-06T00:26:02.073Z] === RUN TestDockerSuite/TestLinksEnvs [2020-08-06T00:26:02.278Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2020-08-06T00:26:02.278Z] === RUN TestInfoDiscoveryInvalidAdvertise [2020-08-06T00:26:03.012Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2020-08-06T00:26:03.012Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2020-08-06T00:26:03.299Z] #33 149.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2020-08-06T00:26:03.318Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2020-08-06T00:26:03.318Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2020-08-06T00:26:03.613Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2020-08-06T00:26:03.613Z] === RUN TestInfoAPI [2020-08-06T00:26:03.613Z] --- PASS: TestInfoAPI (0.04s) [2020-08-06T00:26:03.613Z] === RUN TestInfoAPIWarnings [2020-08-06T00:26:03.952Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2020-08-06T00:26:04.250Z] --- PASS: TestInfoAPIWarnings (0.53s) [2020-08-06T00:26:04.250Z] === RUN TestInfoDebug [2020-08-06T00:26:04.892Z] --- PASS: TestInfoDebug (0.53s) [2020-08-06T00:26:04.892Z] === RUN TestInfoInsecureRegistries [2020-08-06T00:26:05.187Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2020-08-06T00:26:05.187Z] === RUN TestInfoRegistryMirrors [2020-08-06T00:26:05.213Z] #33 151.7 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2020-08-06T00:26:05.332Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2020-08-06T00:26:05.823Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2020-08-06T00:26:05.823Z] === RUN TestLoginFailsWithBadCredentials [2020-08-06T00:26:06.119Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s) [2020-08-06T00:26:06.119Z] === RUN TestPingCacheHeaders [2020-08-06T00:26:06.119Z] --- PASS: TestPingCacheHeaders (0.03s) [2020-08-06T00:26:06.119Z] === RUN TestPingGet [2020-08-06T00:26:06.119Z] --- PASS: TestPingGet (0.02s) [2020-08-06T00:26:06.119Z] === RUN TestPingHead [2020-08-06T00:26:06.119Z] --- PASS: TestPingHead (0.03s) [2020-08-06T00:26:06.119Z] === RUN TestVersion [2020-08-06T00:26:06.274Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2020-08-06T00:26:06.418Z] --- PASS: TestVersion (0.03s) [2020-08-06T00:26:06.418Z] PASS [2020-08-06T00:26:06.418Z] [2020-08-06T00:26:06.418Z] === Skipped [2020-08-06T00:26:06.418Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2020-08-06T00:26:06.418Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2020-08-06T00:26:06.418Z] [2020-08-06T00:26:06.418Z] [2020-08-06T00:26:06.418Z] DONE 18 tests, 1 skipped in 5.440s [2020-08-06T00:26:06.418Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2020-08-06T00:26:06.418Z] ++ 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-08-06T00:26:06.418Z] ++ set -e [2020-08-06T00:26:06.418Z] ++ '[' -n 0 ']' [2020-08-06T00:26:06.418Z] ++ set -x [2020-08-06T00:26:06.418Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m [2020-08-06T00:26:06.418Z] INFO: Testing against a local daemon [2020-08-06T00:26:06.418Z] === RUN TestVolumesCreateAndList [2020-08-06T00:26:06.418Z] --- PASS: TestVolumesCreateAndList (0.03s) [2020-08-06T00:26:06.418Z] === RUN TestVolumesRemove [2020-08-06T00:26:06.418Z] --- PASS: TestVolumesRemove (0.07s) [2020-08-06T00:26:06.418Z] === RUN TestVolumesInspect [2020-08-06T00:26:06.418Z] --- PASS: TestVolumesInspect (0.02s) [2020-08-06T00:26:06.418Z] === RUN TestVolumesInvalidJSON [2020-08-06T00:26:06.418Z] === RUN TestVolumesInvalidJSON//volumes/create [2020-08-06T00:26:06.418Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2020-08-06T00:26:06.418Z] === CONT TestVolumesInvalidJSON//volumes/create [2020-08-06T00:26:06.418Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2020-08-06T00:26:06.418Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2020-08-06T00:26:06.418Z] PASS [2020-08-06T00:26:06.418Z] [2020-08-06T00:26:06.418Z] DONE 5 tests in 0.206s [2020-08-06T00:26:06.418Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-08-06T00:26:06.716Z] ++++ cat bundles/test-integration/docker.pid [2020-08-06T00:26:06.716Z] +++ kill 13740 [2020-08-06T00:26:06.844Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2020-08-06T00:26:06.844Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2020-08-06T00:26:07.108Z] #33 153.5 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2020-08-06T00:26:07.759Z] +++ /etc/init.d/apparmor stop [2020-08-06T00:26:07.759Z] Leaving: AppArmorNo profiles have been unloaded. [2020-08-06T00:26:07.759Z] [2020-08-06T00:26:07.759Z] Unloading profiles will leave already running processes permanently [2020-08-06T00:26:07.759Z] unconfined, which can lead to unexpected situations. [2020-08-06T00:26:07.759Z] [2020-08-06T00:26:07.759Z] To set a process to complain mode, use the command line tool [2020-08-06T00:26:07.759Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-08-06T00:26:07.759Z] +++ true [2020-08-06T00:26:07.759Z] exiting test-integration [2020-08-06T00:26:07.759Z] ++ exit 0 [2020-08-06T00:26:07.759Z] [2020-08-06T00:26:08.479Z] #33 155.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2020-08-06T00:26:08.750Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2020-08-06T00:26:09.010Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2020-08-06T00:26:09.412Z] #33 155.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2020-08-06T00:26:09.580Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers Post stage [Pipeline] junit [2020-08-06T00:26:09.896Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-08-06T00:26:10.623Z] + echo Ensuring container killed. [2020-08-06T00:26:10.623Z] Ensuring container killed. [2020-08-06T00:26:10.623Z] + docker rm -vf docker-pr1 [2020-08-06T00:26:10.623Z] Error: No such container: docker-pr1 [2020-08-06T00:26:10.623Z] + true [Pipeline] sh [2020-08-06T00:26:10.784Z] #33 157.4 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2020-08-06T00:26:11.009Z] + echo Chowning /workspace to jenkins user [2020-08-06T00:26:11.009Z] Chowning /workspace to jenkins user [2020-08-06T00:26:11.009Z] + id -u [2020-08-06T00:26:11.009Z] + id -g [2020-08-06T00:26:11.009Z] + docker run --rm -v /home/docker/workspace/moby_PR-41316:/workspace busybox chown -R 1001:1001 /workspace [2020-08-06T00:26:11.009Z] Unable to find image 'busybox:latest' locally [2020-08-06T00:26:11.302Z] latest: Pulling from library/busybox [2020-08-06T00:26:11.302Z] f45ff7dc89a9: Pulling fs layer [2020-08-06T00:26:11.597Z] f45ff7dc89a9: Verifying Checksum [2020-08-06T00:26:11.597Z] f45ff7dc89a9: Download complete [2020-08-06T00:26:11.597Z] f45ff7dc89a9: Pull complete [2020-08-06T00:26:11.597Z] Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977 [2020-08-06T00:26:11.597Z] Status: Downloaded newer image for busybox:latest [2020-08-06T00:26:12.153Z] #33 158.7 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-08-06T00:26:13.515Z] + bundleName=ppc64le-integration [2020-08-06T00:26:13.515Z] + echo Creating ppc64le-integration-bundles.tar.gz [2020-08-06T00:26:13.515Z] Creating ppc64le-integration-bundles.tar.gz [2020-08-06T00:26:13.515Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2020-08-06T00:26:13.515Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2020-08-06T00:26:13.561Z] Archiving artifacts [2020-08-06T00:26:13.995Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41316/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-08-06T00:26:14.049Z] #33 160.5 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2020-08-06T00:26:14.384Z] + make clean [2020-08-06T00:26:14.676Z] make: command: Command not found [2020-08-06T00:26:14.677Z] make: command: Command not found [2020-08-06T00:26:14.677Z] docker volume rm -f docker-dev-cache [2020-08-06T00:26:14.677Z] docker-dev-cache [Pipeline] deleteDir [2020-08-06T00:26:15.421Z] #33 161.7 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2020-08-06T00:26:16.354Z] #33 163.0 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-06T00:26:17.707Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2020-08-06T00:26:17.727Z] #33 164.3 [2020-08-06T00:26:17.727Z] #33 DONE 164.5s [2020-08-06T00:26:17.985Z] [2020-08-06T00:26:17.985Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... [2020-08-06T00:26:19.086Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2020-08-06T00:26:19.354Z] #34 DONE 1.3s [2020-08-06T00:26:20.024Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2020-08-06T00:26:20.598Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2020-08-06T00:26:20.736Z] [2020-08-06T00:26:20.736Z] #35 [runner 12/12] COPY --from=builder /build/ / [2020-08-06T00:26:21.667Z] #35 DONE 0.8s [2020-08-06T00:26:21.667Z] [2020-08-06T00:26:21.667Z] #36 exporting to image [2020-08-06T00:26:21.667Z] #36 exporting layers [2020-08-06T00:26:22.505Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2020-08-06T00:26:22.505Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2020-08-06T00:26:22.505Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2020-08-06T00:26:22.505Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2020-08-06T00:26:22.505Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2020-08-06T00:26:23.073Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2020-08-06T00:26:23.642Z] === RUN TestDockerSuite/TestLogsAPIUntil [2020-08-06T00:26:23.902Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2020-08-06T00:26:24.942Z] #36 exporting layers 3.0s done [2020-08-06T00:26:24.942Z] #36 writing image sha256:8b83f1b400b54d82e5e0e81ad1ec1907ca226de9d418a762db8aac7d9e0c4867 done [2020-08-06T00:26:24.942Z] #36 naming to docker.io/library/moby-e2e-test done [2020-08-06T00:26:24.942Z] #36 DONE 3.0s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-08-06T00:26:25.254Z] + echo Ensuring container killed. [2020-08-06T00:26:25.254Z] Ensuring container killed. [2020-08-06T00:26:25.254Z] + docker rm -vf docker-pr1 [2020-08-06T00:26:25.254Z] Error: No such container: docker-pr1 [2020-08-06T00:26:25.254Z] + true [Pipeline] sh [2020-08-06T00:26:25.529Z] + echo Chowning /workspace to jenkins user [2020-08-06T00:26:25.529Z] Chowning /workspace to jenkins user [2020-08-06T00:26:25.529Z] + id -u [2020-08-06T00:26:25.529Z] + id -g [2020-08-06T00:26:25.529Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41316:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-08-06T00:26:26.752Z] + bundleName=unit [2020-08-06T00:26:26.752Z] + echo Creating unit-bundles.tar.gz [2020-08-06T00:26:26.752Z] Creating unit-bundles.tar.gz [2020-08-06T00:26:26.752Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2020-08-06T00:26:26.752Z] bundles/junit-report.xml [2020-08-06T00:26:26.752Z] bundles/go-test-report.json [2020-08-06T00:26:26.752Z] bundles/profile.out [Pipeline] archiveArtifacts [2020-08-06T00:26:26.765Z] Archiving artifacts [2020-08-06T00:26:27.155Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41316/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-08-06T00:26:27.195Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2020-08-06T00:26:27.456Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2020-08-06T00:26:27.462Z] + make clean [2020-08-06T00:26:27.734Z] docker volume rm -f docker-dev-cache [2020-08-06T00:26:27.734Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-06T00:26:32.734Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2020-08-06T00:26:32.734Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2020-08-06T00:26:32.734Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2020-08-06T00:26:33.674Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2020-08-06T00:26:34.244Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2020-08-06T00:26:35.182Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2020-08-06T00:26:36.121Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2020-08-06T00:26:36.691Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2020-08-06T00:26:39.231Z] === RUN TestDockerSuite/TestLogsFollowStopped [2020-08-06T00:26:39.231Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2020-08-06T00:26:39.491Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2020-08-06T00:26:39.752Z] === RUN TestDockerSuite/TestLogsSince [2020-08-06T00:26:45.055Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2020-08-06T00:26:46.435Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2020-08-06T00:26:53.010Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2020-08-06T00:26:53.010Z] === RUN TestDockerSuite/TestLogsTail [2020-08-06T00:26:53.010Z] === RUN TestDockerSuite/TestLogsTimestamps [2020-08-06T00:26:53.579Z] === RUN TestDockerSuite/TestLogsWithDetails [2020-08-06T00:26:53.839Z] === RUN TestDockerSuite/TestMountIntoProc [2020-08-06T00:26:54.099Z] === RUN TestDockerSuite/TestMountIntoSys [2020-08-06T00:26:54.669Z] === RUN TestDockerSuite/TestNetHostname [2020-08-06T00:26:56.050Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2020-08-06T00:26:56.050Z] === RUN TestDockerSuite/TestNetworkEvents [2020-08-06T00:27:02.621Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2020-08-06T00:27:02.880Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2020-08-06T00:27:03.449Z] === RUN TestDockerSuite/TestPluginActive [2020-08-06T00:27:05.987Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2020-08-06T00:27:11.267Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2020-08-06T00:27:11.267Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2020-08-06T00:27:12.219Z] === RUN TestDockerSuite/TestPluginLogDriver [2020-08-06T00:27:12.219Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2020-08-06T00:27:14.128Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2020-08-06T00:27:15.068Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2020-08-06T00:27:16.452Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2020-08-06T00:27:18.362Z] === RUN TestDockerSuite/TestPluginUpgrade [2020-08-06T00:27:22.562Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2020-08-06T00:27:23.944Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2020-08-06T00:27:24.513Z] === RUN TestDockerSuite/TestPortHostBinding [2020-08-06T00:27:25.896Z] === RUN TestDockerSuite/TestPortList [2020-08-06T00:27:32.470Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2020-08-06T00:27:32.731Z] === RUN TestDockerSuite/TestPostContainersAttach [2020-08-06T00:27:36.926Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2020-08-06T00:27:38.844Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2020-08-06T00:27:38.844Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2020-08-06T00:27:38.844Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2020-08-06T00:27:39.414Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2020-08-06T00:27:39.414Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2020-08-06T00:27:39.986Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2020-08-06T00:27:39.986Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2020-08-06T00:27:40.555Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2020-08-06T00:27:40.555Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2020-08-06T00:27:41.495Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2020-08-06T00:27:41.495Z] === RUN TestDockerSuite/TestPruneContainerLabel [2020-08-06T00:27:44.791Z] === RUN TestDockerSuite/TestPruneContainerUntil [2020-08-06T00:27:45.360Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2020-08-06T00:27:45.930Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2020-08-06T00:27:45.930Z] === RUN TestDockerSuite/TestPsByOrder [2020-08-06T00:27:47.839Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2020-08-06T00:27:48.411Z] === RUN TestDockerSuite/TestPsListContainersBase [2020-08-06T00:27:50.949Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2020-08-06T00:27:54.245Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2020-08-06T00:27:54.245Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2020-08-06T00:27:56.790Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2020-08-06T00:28:03.373Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2020-08-06T00:28:03.632Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2020-08-06T00:28:04.204Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2020-08-06T00:28:06.113Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2020-08-06T00:28:07.056Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2020-08-06T00:28:07.997Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2020-08-06T00:28:10.543Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2020-08-06T00:28:13.085Z] === RUN TestDockerSuite/TestPsListContainersSize [2020-08-06T00:28:14.027Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2020-08-06T00:28:14.027Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2020-08-06T00:28:14.965Z] === RUN TestDockerSuite/TestPsRightTagName [2020-08-06T00:28:16.348Z] === RUN TestDockerSuite/TestPsShowMounts [2020-08-06T00:28:17.727Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2020-08-06T00:28:18.297Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2020-08-06T00:28:18.297Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2020-08-06T00:28:18.297Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2020-08-06T00:28:18.556Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2020-08-06T00:28:18.556Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2020-08-06T00:28:19.126Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2020-08-06T00:28:20.511Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2020-08-06T00:28:21.450Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2020-08-06T00:28:22.028Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2020-08-06T00:28:27.314Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2020-08-06T00:28:27.883Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2020-08-06T00:28:29.265Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2020-08-06T00:28:31.176Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2020-08-06T00:28:31.176Z] === RUN TestDockerSuite/TestRestartPolicyNO [2020-08-06T00:28:31.176Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2020-08-06T00:28:31.746Z] === RUN TestDockerSuite/TestRestartRunningContainer [2020-08-06T00:28:34.284Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2020-08-06T00:28:34.853Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2020-08-06T00:28:36.761Z] === RUN TestDockerSuite/TestRestartWithVolumes [2020-08-06T00:28:37.700Z] === RUN TestDockerSuite/TestRmiBlank [2020-08-06T00:28:37.700Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2020-08-06T00:28:37.700Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2020-08-06T00:28:40.241Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2020-08-06T00:28:41.179Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2020-08-06T00:28:41.179Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2020-08-06T00:28:42.559Z] === RUN TestDockerSuite/TestRmiImgIDForce [2020-08-06T00:28:43.128Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2020-08-06T00:28:44.069Z] === RUN TestDockerSuite/TestRmiParentImageFail [2020-08-06T00:28:44.643Z] === RUN TestDockerSuite/TestRmiTag [2020-08-06T00:28:44.903Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2020-08-06T00:28:45.474Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2020-08-06T00:28:48.771Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2020-08-06T00:28:49.032Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2020-08-06T00:28:49.602Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2020-08-06T00:28:49.861Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2020-08-06T00:28:50.800Z] === RUN TestDockerSuite/TestRunAddHost [2020-08-06T00:28:51.059Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2020-08-06T00:28:51.319Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2020-08-06T00:28:51.888Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2020-08-06T00:28:51.888Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2020-08-06T00:28:52.148Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2020-08-06T00:28:53.527Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2020-08-06T00:28:54.098Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2020-08-06T00:28:54.672Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2020-08-06T00:28:55.611Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2020-08-06T00:28:56.180Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2020-08-06T00:28:57.120Z] === RUN TestDockerSuite/TestRunAttachDetach [2020-08-06T00:28:57.689Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2020-08-06T00:28:58.259Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2020-08-06T00:28:58.830Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2020-08-06T00:28:59.399Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2020-08-06T00:28:59.968Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2020-08-06T00:29:00.906Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2020-08-06T00:29:01.476Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2020-08-06T00:29:02.083Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2020-08-06T00:29:02.345Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2020-08-06T00:29:02.915Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2020-08-06T00:29:02.915Z] === RUN TestDockerSuite/TestRunBindMounts [2020-08-06T00:29:04.297Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2020-08-06T00:29:04.557Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2020-08-06T00:29:05.129Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2020-08-06T00:29:05.389Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2020-08-06T00:29:05.649Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2020-08-06T00:29:05.909Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2020-08-06T00:29:05.909Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2020-08-06T00:29:06.479Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2020-08-06T00:29:07.050Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2020-08-06T00:29:07.620Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2020-08-06T00:29:08.561Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2020-08-06T00:29:09.500Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2020-08-06T00:29:09.500Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2020-08-06T00:29:09.759Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2020-08-06T00:29:09.759Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2020-08-06T00:29:11.141Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2020-08-06T00:29:11.401Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2020-08-06T00:29:11.970Z] === RUN TestDockerSuite/TestRunContainerNetwork [2020-08-06T00:29:12.230Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2020-08-06T00:29:12.490Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2020-08-06T00:29:12.750Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2020-08-06T00:29:14.129Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2020-08-06T00:29:14.699Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2020-08-06T00:29:15.637Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2020-08-06T00:29:16.210Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2020-08-06T00:29:16.780Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2020-08-06T00:29:17.351Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2020-08-06T00:29:17.921Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2020-08-06T00:29:18.501Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2020-08-06T00:29:19.457Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2020-08-06T00:29:21.997Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2020-08-06T00:29:21.997Z] === RUN TestDockerSuite/TestRunCreateVolume [2020-08-06T00:29:22.567Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2020-08-06T00:29:23.949Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2020-08-06T00:29:25.330Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2020-08-06T00:29:27.240Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2020-08-06T00:29:28.621Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2020-08-06T00:29:28.621Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2020-08-06T00:29:28.621Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2020-08-06T00:29:29.193Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2020-08-06T00:29:30.575Z] === RUN TestDockerSuite/TestRunDNSOptions [2020-08-06T00:29:30.835Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2020-08-06T00:29:31.776Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2020-08-06T00:29:33.686Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2020-08-06T00:29:33.946Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2020-08-06T00:29:35.855Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2020-08-06T00:29:35.856Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2020-08-06T00:29:36.116Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2020-08-06T00:29:36.116Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2020-08-06T00:29:36.685Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2020-08-06T00:29:38.067Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2020-08-06T00:29:38.067Z] === RUN TestDockerSuite/TestRunDuplicateMount [2020-08-06T00:29:38.332Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2020-08-06T00:29:38.591Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2020-08-06T00:29:39.160Z] === RUN TestDockerSuite/TestRunEchoStdout [2020-08-06T00:29:39.419Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2020-08-06T00:29:39.989Z] === RUN TestDockerSuite/TestRunEmptyEnv [2020-08-06T00:29:39.989Z] === RUN TestDockerSuite/TestRunEntrypoint [2020-08-06T00:29:40.929Z] === RUN TestDockerSuite/TestRunEnvironment [2020-08-06T00:29:41.498Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2020-08-06T00:29:41.498Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2020-08-06T00:29:42.066Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2020-08-06T00:29:42.636Z] === RUN TestDockerSuite/TestRunExitCode [2020-08-06T00:29:42.895Z] === RUN TestDockerSuite/TestRunExitCodeOne [2020-08-06T00:29:43.465Z] === RUN TestDockerSuite/TestRunExitCodeZero [2020-08-06T00:29:44.404Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2020-08-06T00:29:44.404Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2020-08-06T00:29:44.663Z] === RUN TestDockerSuite/TestRunExposePort [2020-08-06T00:29:44.663Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2020-08-06T00:29:45.232Z] === RUN TestDockerSuite/TestRunGroupAdd [2020-08-06T00:29:45.802Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2020-08-06T00:29:47.194Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2020-08-06T00:29:47.194Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2020-08-06T00:29:47.194Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2020-08-06T00:29:47.194Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2020-08-06T00:29:50.489Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2020-08-06T00:29:50.489Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2020-08-06T00:29:50.489Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2020-08-06T00:29:53.784Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2020-08-06T00:29:57.077Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2020-08-06T00:30:02.388Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2020-08-06T00:30:02.388Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2020-08-06T00:30:03.330Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2020-08-06T00:30:03.330Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2020-08-06T00:30:03.330Z] === RUN TestDockerSuite/TestRunInvalidReference [2020-08-06T00:30:03.330Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2020-08-06T00:30:03.898Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2020-08-06T00:30:05.805Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2020-08-06T00:30:06.375Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2020-08-06T00:30:07.314Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2020-08-06T00:30:13.884Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2020-08-06T00:30:13.884Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2020-08-06T00:30:13.884Z] === RUN TestDockerSuite/TestRunModeHostname [2020-08-06T00:30:14.452Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2020-08-06T00:30:14.452Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2020-08-06T00:30:14.713Z] === RUN TestDockerSuite/TestRunModeIpcHost [2020-08-06T00:30:15.653Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2020-08-06T00:30:16.223Z] === RUN TestDockerSuite/TestRunModePIDContainer [2020-08-06T00:30:17.162Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2020-08-06T00:30:17.162Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2020-08-06T00:30:17.162Z] === RUN TestDockerSuite/TestRunModePIDHost [2020-08-06T00:30:18.102Z] === RUN TestDockerSuite/TestRunModeUTSHost [2020-08-06T00:30:19.041Z] === RUN TestDockerSuite/TestRunMount [2020-08-06T00:30:20.951Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2020-08-06T00:30:24.253Z] === RUN TestDockerSuite/TestRunMountOrdering [2020-08-06T00:30:24.514Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2020-08-06T00:30:25.084Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2020-08-06T00:30:26.022Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2020-08-06T00:30:27.402Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2020-08-06T00:30:29.940Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2020-08-06T00:30:29.940Z] === RUN TestDockerSuite/TestRunNamedVolume [2020-08-06T00:30:31.321Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2020-08-06T00:30:33.231Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2020-08-06T00:30:33.231Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2020-08-06T00:30:34.612Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2020-08-06T00:30:35.997Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2020-08-06T00:30:35.997Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2020-08-06T00:30:36.258Z] === RUN TestDockerSuite/TestRunNetHost [2020-08-06T00:30:36.828Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2020-08-06T00:30:37.397Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2020-08-06T00:30:37.659Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2020-08-06T00:30:39.042Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2020-08-06T00:30:40.421Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2020-08-06T00:30:42.962Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2020-08-06T00:30:43.222Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2020-08-06T00:30:43.222Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2020-08-06T00:30:43.793Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2020-08-06T00:30:43.793Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2020-08-06T00:30:44.361Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2020-08-06T00:30:44.621Z] === RUN TestDockerSuite/TestRunNonExistingImage [2020-08-06T00:30:44.621Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2020-08-06T00:30:45.194Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2020-08-06T00:30:46.135Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2020-08-06T00:30:48.045Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2020-08-06T00:30:50.582Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2020-08-06T00:30:50.842Z] === RUN TestDockerSuite/TestRunOOMExitCode [2020-08-06T00:30:50.842Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2020-08-06T00:30:51.411Z] === RUN TestDockerSuite/TestRunPIDsLimit [2020-08-06T00:30:51.980Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2020-08-06T00:30:53.360Z] === RUN TestDockerSuite/TestRunPortInUse [2020-08-06T00:30:53.360Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2020-08-06T00:30:53.931Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2020-08-06T00:30:54.500Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2020-08-06T00:30:55.070Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2020-08-06T00:30:55.640Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2020-08-06T00:30:56.211Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2020-08-06T00:30:56.471Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2020-08-06T00:30:56.731Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2020-08-06T00:30:56.731Z] === RUN TestDockerSuite/TestRunPublishPort [2020-08-06T00:30:57.672Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2020-08-06T00:30:58.242Z] === RUN TestDockerSuite/TestRunReadProcLatency [2020-08-06T00:30:58.242Z] === RUN TestDockerSuite/TestRunReadProcTimer [2020-08-06T00:30:58.812Z] === RUN TestDockerSuite/TestRunRedirectStdout [2020-08-06T00:30:59.071Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2020-08-06T00:30:59.641Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2020-08-06T00:30:59.641Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2020-08-06T00:31:02.198Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2020-08-06T00:31:02.198Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2020-08-06T00:31:03.138Z] === RUN TestDockerSuite/TestRunRm [2020-08-06T00:31:03.708Z] === RUN TestDockerSuite/TestRunRmAndWait [2020-08-06T00:31:04.647Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2020-08-06T00:31:07.186Z] === RUN TestDockerSuite/TestRunRmPre125Api [2020-08-06T00:31:07.446Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2020-08-06T00:31:07.706Z] === RUN TestDockerSuite/TestRunRootWorkdir [2020-08-06T00:31:08.277Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2020-08-06T00:31:10.187Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2020-08-06T00:31:10.759Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2020-08-06T00:31:13.302Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2020-08-06T00:31:13.561Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2020-08-06T00:31:16.856Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2020-08-06T00:31:16.856Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2020-08-06T00:31:17.425Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2020-08-06T00:31:17.684Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2020-08-06T00:31:18.253Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2020-08-06T00:31:18.823Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2020-08-06T00:31:19.084Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2020-08-06T00:31:19.343Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2020-08-06T00:31:19.603Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2020-08-06T00:31:20.172Z] === RUN TestDockerSuite/TestRunSetMacAddress [2020-08-06T00:31:20.749Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2020-08-06T00:31:23.288Z] === RUN TestDockerSuite/TestRunState [2020-08-06T00:31:24.669Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2020-08-06T00:31:24.928Z] === RUN TestDockerSuite/TestRunStdinPipe [2020-08-06T00:31:25.187Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2020-08-06T00:31:25.448Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2020-08-06T00:31:25.448Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2020-08-06T00:31:26.017Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2020-08-06T00:31:26.276Z] === RUN TestDockerSuite/TestRunSysctls [2020-08-06T00:31:27.219Z] === RUN TestDockerSuite/TestRunTLSVerify [2020-08-06T00:31:27.219Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2020-08-06T00:31:27.479Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2020-08-06T00:31:27.739Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2020-08-06T00:31:29.646Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2020-08-06T00:31:29.646Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2020-08-06T00:31:31.024Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2020-08-06T00:31:32.404Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2020-08-06T00:31:33.344Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2020-08-06T00:31:35.253Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2020-08-06T00:31:36.632Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2020-08-06T00:31:36.892Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2020-08-06T00:31:37.463Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2020-08-06T00:31:38.033Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2020-08-06T00:31:38.981Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2020-08-06T00:31:39.562Z] === RUN TestDockerSuite/TestRunUnshareProc [2020-08-06T00:31:40.944Z] === RUN TestDockerSuite/TestRunUserByID [2020-08-06T00:31:41.514Z] === RUN TestDockerSuite/TestRunUserByIDBig [2020-08-06T00:31:41.514Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2020-08-06T00:31:41.774Z] === RUN TestDockerSuite/TestRunUserByIDZero [2020-08-06T00:31:42.343Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2020-08-06T00:31:42.343Z] === RUN TestDockerSuite/TestRunUserByName [2020-08-06T00:31:42.914Z] === RUN TestDockerSuite/TestRunUserDefaults [2020-08-06T00:31:43.483Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2020-08-06T00:31:43.483Z] === RUN TestDockerSuite/TestRunUserNotFound [2020-08-06T00:31:43.483Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2020-08-06T00:31:44.424Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2020-08-06T00:31:47.719Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2020-08-06T00:31:47.719Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2020-08-06T00:31:47.719Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2020-08-06T00:31:48.662Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2020-08-06T00:31:50.573Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2020-08-06T00:31:50.573Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2020-08-06T00:31:51.956Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2020-08-06T00:31:53.340Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2020-08-06T00:31:55.251Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2020-08-06T00:31:55.512Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared [2020-08-06T00:31:55.772Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave [2020-08-06T00:31:56.345Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2020-08-06T00:31:56.345Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2020-08-06T00:31:56.345Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2020-08-06T00:31:56.345Z] === RUN TestDockerSuite/TestRunWithBadDevice [2020-08-06T00:31:56.605Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2020-08-06T00:31:56.605Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2020-08-06T00:31:57.192Z] === RUN TestDockerSuite/TestRunWithCPUShares [2020-08-06T00:31:57.454Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2020-08-06T00:31:58.393Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2020-08-06T00:31:58.962Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2020-08-06T00:31:59.221Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2020-08-06T00:31:59.480Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2020-08-06T00:31:59.743Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2020-08-06T00:31:59.743Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2020-08-06T00:31:59.743Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2020-08-06T00:32:00.001Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2020-08-06T00:32:00.001Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2020-08-06T00:32:00.001Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2020-08-06T00:32:00.001Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2020-08-06T00:32:00.001Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2020-08-06T00:32:00.001Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2020-08-06T00:32:00.001Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2020-08-06T00:32:00.261Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2020-08-06T00:32:00.830Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2020-08-06T00:32:01.400Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2020-08-06T00:32:01.400Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2020-08-06T00:32:01.970Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2020-08-06T00:32:01.970Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2020-08-06T00:32:02.539Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2020-08-06T00:32:02.539Z] === RUN TestDockerSuite/TestRunWithShmSize [2020-08-06T00:32:03.108Z] === RUN TestDockerSuite/TestRunWithSwappiness [2020-08-06T00:32:03.677Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2020-08-06T00:32:03.677Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2020-08-06T00:32:03.677Z] === RUN TestDockerSuite/TestRunWithUlimits [2020-08-06T00:32:03.677Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2020-08-06T00:32:04.247Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2020-08-06T00:32:05.187Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2020-08-06T00:32:05.756Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2020-08-06T00:32:05.756Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2020-08-06T00:32:06.016Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2020-08-06T00:32:06.277Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2020-08-06T00:32:07.216Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2020-08-06T00:32:07.475Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2020-08-06T00:32:08.859Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2020-08-06T00:32:09.428Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2020-08-06T00:32:09.428Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2020-08-06T00:32:09.428Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2020-08-06T00:32:09.997Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2020-08-06T00:32:10.937Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2020-08-06T00:32:11.507Z] === RUN TestDockerSuite/TestSaveCheckTimes [2020-08-06T00:32:11.507Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2020-08-06T00:32:12.889Z] === RUN TestDockerSuite/TestSaveImageId [2020-08-06T00:32:12.889Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2020-08-06T00:32:13.163Z] === RUN TestDockerSuite/TestSaveLoadParents [2020-08-06T00:32:14.562Z] === RUN TestDockerSuite/TestSaveMultipleNames [2020-08-06T00:32:14.822Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2020-08-06T00:32:15.762Z] === RUN TestDockerSuite/TestSaveSingleTag [2020-08-06T00:32:16.022Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2020-08-06T00:32:16.022Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2020-08-06T00:32:16.962Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2020-08-06T00:32:17.222Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2020-08-06T00:32:19.133Z] === RUN TestDockerSuite/TestSearchCmdOptions [2020-08-06T00:32:19.703Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2020-08-06T00:32:19.703Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2020-08-06T00:32:19.703Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2020-08-06T00:32:19.962Z] === RUN TestDockerSuite/TestSearchWithLimit [2020-08-06T00:32:20.531Z] === RUN TestDockerSuite/TestSlowStdinClosing [2020-08-06T00:32:22.438Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2020-08-06T00:32:27.712Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2020-08-06T00:32:28.659Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2020-08-06T00:32:29.230Z] === RUN TestDockerSuite/TestStartAttachSilent [2020-08-06T00:32:30.171Z] === RUN TestDockerSwarmSuite/TestServiceScale [2020-08-06T00:32:30.431Z] === RUN TestDockerSuite/TestStartAttachWithRename [2020-08-06T00:32:32.969Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2020-08-06T00:32:32.969Z] === RUN TestDockerSuite/TestStartMultipleContainers [2020-08-06T00:32:35.519Z] === RUN TestDockerSuite/TestStartPausedContainer [2020-08-06T00:32:35.519Z] === RUN TestDockerSuite/TestStartRecordError [2020-08-06T00:32:36.898Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2020-08-06T00:32:38.280Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2020-08-06T00:32:39.661Z] === RUN TestDockerSuite/TestStatsAllNoStream [2020-08-06T00:32:42.199Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2020-08-06T00:32:46.394Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2020-08-06T00:32:49.688Z] === RUN TestDockerSuite/TestStatsFormatAll [2020-08-06T00:32:49.688Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2020-08-06T00:32:52.224Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2020-08-06T00:32:54.133Z] === RUN TestDockerSuite/TestStatsNoStream [2020-08-06T00:32:54.133Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2020-08-06T00:32:56.672Z] === RUN TestDockerSuite/TestStopContainerSignal [2020-08-06T00:32:58.054Z] === RUN TestDockerSuite/TestTopMultipleArgs [2020-08-06T00:32:58.623Z] === RUN TestDockerSuite/TestTopNonPrivileged [2020-08-06T00:32:59.193Z] === RUN TestDockerSuite/TestTopPrivileged [2020-08-06T00:32:59.762Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2020-08-06T00:32:59.762Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2020-08-06T00:33:00.330Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2020-08-06T00:33:02.870Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2020-08-06T00:33:06.162Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2020-08-06T00:33:06.162Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2020-08-06T00:33:06.422Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2020-08-06T00:33:06.422Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2020-08-06T00:33:06.991Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2020-08-06T00:33:08.371Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2020-08-06T00:33:08.371Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2020-08-06T00:33:09.311Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2020-08-06T00:33:09.880Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2020-08-06T00:33:10.142Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2020-08-06T00:33:11.521Z] === RUN TestDockerSuite/TestUpdateStats [2020-08-06T00:33:14.056Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2020-08-06T00:33:14.625Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2020-08-06T00:33:16.007Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2020-08-06T00:33:16.007Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2020-08-06T00:33:16.579Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2020-08-06T00:33:17.155Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2020-08-06T00:33:19.694Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2020-08-06T00:33:21.602Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2020-08-06T00:33:21.861Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2020-08-06T00:33:24.401Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2020-08-06T00:33:24.662Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2020-08-06T00:33:26.043Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2020-08-06T00:33:28.584Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2020-08-06T00:33:31.121Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2020-08-06T00:33:32.503Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2020-08-06T00:33:34.410Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2020-08-06T00:33:34.979Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2020-08-06T00:33:35.919Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2020-08-06T00:33:37.313Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2020-08-06T00:33:38.695Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2020-08-06T00:33:40.076Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2020-08-06T00:33:40.645Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2020-08-06T00:33:41.584Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2020-08-06T00:33:43.494Z] === RUN TestDockerSuite/TestVolumeCLICreate [2020-08-06T00:33:58.381Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2020-08-06T00:33:58.381Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2020-08-06T00:33:58.381Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2020-08-06T00:33:58.951Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2020-08-06T00:33:58.951Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2020-08-06T00:33:58.951Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2020-08-06T00:33:58.951Z] === RUN TestDockerSuite/TestVolumeCLILs [2020-08-06T00:33:59.519Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2020-08-06T00:33:59.519Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2020-08-06T00:33:59.779Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2020-08-06T00:34:00.038Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2020-08-06T00:34:00.297Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2020-08-06T00:34:00.297Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2020-08-06T00:34:00.297Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2020-08-06T00:34:00.557Z] === RUN TestDockerSuite/TestVolumeCLIRm [2020-08-06T00:34:02.467Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2020-08-06T00:34:02.467Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2020-08-06T00:34:02.467Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2020-08-06T00:34:02.727Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2020-08-06T00:34:02.727Z] === RUN TestDockerSuite/TestVolumeEvents [2020-08-06T00:34:08.008Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2020-08-06T00:34:08.008Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2020-08-06T00:34:09.922Z] === RUN TestDockerSuite/TestVolumeLsFormat [2020-08-06T00:34:09.922Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2020-08-06T00:34:09.922Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2020-08-06T00:34:12.463Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2020-08-06T00:34:14.372Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite (1332.95s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.07s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.63s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (4.02s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.88s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.30s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.93s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.63s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.38s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.14s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.15s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.20s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.01s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.07s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.41s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.99s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.78s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.89s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.92s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.94s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.01s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.00s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAttachDetach (1.18s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.05s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.04s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.99s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.84s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.56s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.91s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.28s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.28s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.30s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.83s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (14.63s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.47s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.39s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.16s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.67s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.95s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.45s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.84s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.16s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.00s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.18s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.80s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.44s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.24s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.84s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.75s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.05s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.23s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.24s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.96s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.81s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.83s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.33s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.36s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.44s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.59s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.38s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.34s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (7.79s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.67s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.33s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.33s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.41s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.62s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.50s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.53s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.37s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.52s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (10.60s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.34s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.66s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.38s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.59s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (1.69s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.54s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.25s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.27s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.78s) [2020-08-06T00:34:14.372Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.87s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.26s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.23s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.76s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.60s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.14s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.51s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.71s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.34s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCmd (0.22s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.26s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.32s) [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.64s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.06s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.38s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildContChar (3.25s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.75s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.20s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.25s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.45s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.26s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (7.70s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.64s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.60s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.66s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.72s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.47s) [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.50s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.85s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.07s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.73s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.74s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.08s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.69s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.47s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.99s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.70s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.15s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.26s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.19s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.42s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.54s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.43s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.47s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.15s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.06s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.45s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.28s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.24s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.31s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.88s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.84s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.71s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.22s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.32s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.42s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.36s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.73s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.20s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.40s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.38s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.48s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.80s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEnv (1.16s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.00s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.91s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (5.53s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.10s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.19s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.35s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.78s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.50s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.49s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.22s) [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.54s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.98s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildExpose (0.35s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.71s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.49s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.32s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFails (0.76s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.21s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.36s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.44s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.28s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.35s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.87s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.02s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.10s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.52s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.08s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.75s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.40s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildHistory (3.78s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.45s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.26s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.63s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.50s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.70s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLabel (0.40s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.43s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.33s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.21s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLabels (0.31s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.71s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.83s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.45s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.51s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.23s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.02s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.06s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.79s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.34s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.46s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.58s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.79s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.78s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.49s) [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.67s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.47s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.73s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.34s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.62s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.56s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.88s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.96s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.27s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.55s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.35s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.37s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.47s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.18s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.42s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.83s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.99s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.66s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.93s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.14s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.39s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.70s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildPATH (2.27s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.84s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.91s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.48s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.59s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (2.21s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildRm (2.38s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.78s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.01s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.30s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.49s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.87s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.02s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.70s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.87s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.22s) [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.47s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.65s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.14s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildStderr (0.63s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.13s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.84s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.12s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.67s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.02s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.69s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildUser (1.46s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.04s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (9.40s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.57s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.63s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.60s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.91s) [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.10s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.52s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.49s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.63s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.07s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.98s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.44s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.65s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.16s) [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-08-06T00:34:14.373Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.25s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.44s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2020-08-06T00:34:14.373Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-08-06T00:34:14.373Z] docker_cli_sni_test.go:18: Flakey test [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.77s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.14s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCommitChange (0.98s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.82s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.32s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.20s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.79s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCommitTTY (1.12s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.64s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.13s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.69s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.05s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.09s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.08s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.62s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.67s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.95s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.83s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.92s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.88s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.95s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.10s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.69s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.56s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.55s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.27s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.70s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.63s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.50s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.74s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.65s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.79s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.54s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.60s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.12s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.59s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.15s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.04s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2020-08-06T00:34:14.373Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.61s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.31s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.65s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.68s) [2020-08-06T00:34:14.374Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-08-06T00:34:14.374Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.55s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.54s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.70s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.36s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.56s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.48s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.14s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.07s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.34s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.52s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.42s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (0.51s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000aea540_} (1.32s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1263312166_/foo_false____} (1.34s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1263312166_/foo_true____} (1.38s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3917428301_/foo_false____} (1.31s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3917428301_/foo_true____} (0.71s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3917428301_/foo_true__0xc000aea660__} (0.73s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000aea6a0_} (1.47s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000aea6e0_} (1.51s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000aea720_} (1.31s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000aea740_} (0.40s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.92s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.41s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.01s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.05s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.04s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.04s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.16s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.52s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.06s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.37s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.21s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.66s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.99s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.87s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.03s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.86s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.94s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.96s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.70s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.54s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.90s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.83s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.70s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.70s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.18s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.75s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.88s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.51s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.50s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.63s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.48s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.58s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.92s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.48s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.38s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.10s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.34s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.62s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.48s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.33s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.51s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.50s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.93s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToDot (0.70s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.96s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.29s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToStdout (0.77s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.24s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.33s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.52s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.41s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.53s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.66s) [2020-08-06T00:34:14.374Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-08-06T00:34:14.374Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.71s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.38s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateLabels (0.09s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.13s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateRM (0.20s) [2020-08-06T00:34:14.374Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-08-06T00:34:14.374Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.08s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.17s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.86s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.10s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.06s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.84s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.17s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.76s) [2020-08-06T00:34:14.374Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.55s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.79s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.11s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.23s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.68s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.67s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.57s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.05s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.96s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.69s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.38s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.74s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.73s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.77s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.23s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.70s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsAttach (0.61s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsCommit (0.94s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.47s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.44s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.51s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.95s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.31s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.29s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (1.98s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsCopy (0.79s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.92s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.45s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.27s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.86s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.75s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.28s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFilters (0.86s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFormat (0.87s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.61s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.25s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.32s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.05s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.31s) [2020-08-06T00:34:14.635Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2020-08-06T00:34:14.635Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-08-06T00:34:14.635Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-08-06T00:34:14.635Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.54s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.50s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsRename (0.66s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsResize (0.56s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.36s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.61s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.58s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.67s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsTop (0.51s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.75s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExec (0.60s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.49s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.46s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.48s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecAPIStart (0.97s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.62s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.60s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.86s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.71s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.74s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.67s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.97s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecCgroup (0.75s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecEnv (0.50s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.99s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.74s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecInspectID (2.65s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecInteractive (0.50s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.53s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecParseError (0.52s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.53s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.65s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.40s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.65s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecStartFails (0.75s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.03s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.48s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecTTY (0.50s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.52s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.48s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecUlimits (0.51s) [2020-08-06T00:34:14.635Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-08-06T00:34:14.635Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.38s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.59s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.90s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.57s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestExecWithUser (0.59s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.48s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.50s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.50s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.50s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.46s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestHealth (18.49s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.55s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.32s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.56s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.48s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.64s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImportDisplay (1.08s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImportFile (1.06s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.03s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImportGzipped (1.15s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.06s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.51s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.52s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.46s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.46s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.45s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.42s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.47s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.47s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.20s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.47s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.70s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.10s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.70s) [2020-08-06T00:34:14.635Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-08-06T00:34:14.635Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.08s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.57s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectDefault (0.53s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectHistory (0.59s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.06s) [2020-08-06T00:34:14.635Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-08-06T00:34:14.635Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-08-06T00:34:14.635Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.63s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.61s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.59s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.56s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.58s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.58s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectStatus (0.95s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.29s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.52s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.44s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.46s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.41s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.55s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.00s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.94s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.21s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.06s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.37s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.40s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.58s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.60s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.56s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (7.94s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.40s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.02s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.74s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.51s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.30s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.03s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.45s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.57s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.73s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.45s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.80s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.82s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.82s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.91s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.72s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.96s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.48s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.50s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsSince (6.64s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.64s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.44s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsTail (0.51s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.46s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.43s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestNetHostname (1.27s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.20s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.58s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.28s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.43s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPluginActive (2.31s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.39s) [2020-08-06T00:34:14.636Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-08-06T00:34:14.636Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.78s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.37s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.10s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.03s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.30s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.85s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.20s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPortList (6.24s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.86s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.52s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.56s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.42s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.98s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.88s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsByOrder (1.86s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.67s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.21s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.24s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.69s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.53s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.74s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.05s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.03s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.46s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.30s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.02s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.21s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.72s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.42s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.48s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.50s) [2020-08-06T00:34:14.636Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-08-06T00:34:14.636Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.24s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.23s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.44s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.23s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.23s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.48s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.90s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.22s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.82s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.13s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.11s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.41s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.23s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.85s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.98s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.89s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.65s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.64s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.06s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.68s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.13s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.62s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.49s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.20s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.44s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.58s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.29s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.88s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAddHost (0.43s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.44s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.44s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.02s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.63s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.77s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.72s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.84s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.88s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.61s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.59s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.57s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.48s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.58s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.72s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.78s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.42s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.46s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.32s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.44s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.45s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.50s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.57s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.44s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.67s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.83s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.74s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.54s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.00s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.55s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.44s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.46s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.03s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.90s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.90s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.57s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.62s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.48s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.50s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.19s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.22s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.61s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.39s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.55s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.74s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.53s) [2020-08-06T00:34:14.636Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-08-06T00:34:14.636Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.636Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-08-06T00:34:14.636Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.50s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.54s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.91s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.77s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.59s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.70s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.50s) [2020-08-06T00:34:14.636Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-08-06T00:34:14.636Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.54s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.16s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.63s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.51s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.06s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.71s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.69s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.50s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.56s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunExitCode (0.44s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.65s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.60s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.57s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.45s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.56s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.29s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.22s) [2020-08-06T00:34:14.636Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2020-08-06T00:34:14.636Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.58s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.60s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.06s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.89s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.89s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.42s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.78s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.90s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.91s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.64s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.33s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.65s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.83s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.67s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.90s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.88s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.93s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunMount (4.91s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.62s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.57s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.92s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.42s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.26s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.47s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.10s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.07s) [2020-08-06T00:34:14.636Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.32s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.44s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNetHost (0.62s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.45s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.42s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.30s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.26s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.55s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.34s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.48s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.42s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.44s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.06s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.43s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.67s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.54s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.47s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.34s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.67s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.54s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.62s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.65s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.70s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.48s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-08-06T00:34:14.637Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.61s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.67s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-08-06T00:34:14.637Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.59s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.99s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-08-06T00:34:14.637Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.49s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.01s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunRm (0.49s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.60s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.50s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.55s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.85s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.55s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.35s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.24s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.47s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.45s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.47s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.43s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.54s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.51s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.46s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.53s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.47s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.73s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunState (0.97s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.44s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.48s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.46s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunSysctls (0.93s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.43s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.48s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.44s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.11s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.66s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.87s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.55s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.62s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.51s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.56s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.14s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUserByID (0.70s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.18s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.67s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUserByName (0.48s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.57s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.59s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.08s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.51s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.84s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.05s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.07s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.72s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.54s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.43s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.44s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.51s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.17s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.50s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.46s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.88s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.47s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.47s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.44s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.04s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.45s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.50s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.46s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.51s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.19s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.42s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.44s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.56s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.53s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.96s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.55s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-08-06T00:34:14.637Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.52s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.97s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.36s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.65s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.72s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.78s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.14s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.35s) [2020-08-06T00:34:14.637Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents474942687 [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.13s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.15s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.35s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.47s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.80s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.12s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.60s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.90s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.86s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.47s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.68s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.09s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.55s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.09s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.49s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStartRecordError (1.11s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.52s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.26s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.79s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.96s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.72s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.57s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.55s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.63s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.52s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.52s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.46s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.58s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.87s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.43s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.42s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.59s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.08s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.95s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.59s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.53s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.98s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdateStats (3.48s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.26s) [2020-08-06T00:34:14.637Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-08-06T00:34:14.637Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.65s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.57s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.15s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.28s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.74s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.62s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.64s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.56s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.38s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.51s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.89s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.89s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.43s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.35s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.33s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.61s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.62s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.49s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.49s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.64s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.11s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.13s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.05s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.87s) [2020-08-06T00:34:14.637Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2020-08-06T00:34:14.638Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.14s) [2020-08-06T00:34:14.638Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2020-08-06T00:34:14.638Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2020-08-06T00:34:14.638Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.42s) [2020-08-06T00:34:14.638Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.58s) [2020-08-06T00:34:14.638Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.10s) [2020-08-06T00:34:14.638Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.11s) [2020-08-06T00:34:14.638Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.12s) [2020-08-06T00:34:14.638Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.46s) [2020-08-06T00:34:14.638Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-08-06T00:34:14.638Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-08-06T00:34:14.638Z] === RUN TestDockerRegistrySuite [2020-08-06T00:34:14.638Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2020-08-06T00:34:15.578Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2020-08-06T00:34:16.956Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2020-08-06T00:34:17.895Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2020-08-06T00:34:18.155Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2020-08-06T00:34:21.448Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2020-08-06T00:34:23.990Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2020-08-06T00:34:26.536Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2020-08-06T00:34:27.105Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2020-08-06T00:34:28.062Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2020-08-06T00:34:29.447Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2020-08-06T00:34:30.386Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2020-08-06T00:34:31.324Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2020-08-06T00:34:32.263Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2020-08-06T00:34:33.201Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2020-08-06T00:34:35.114Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2020-08-06T00:34:37.025Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2020-08-06T00:34:37.964Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2020-08-06T00:34:39.874Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2020-08-06T00:34:41.255Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2020-08-06T00:34:41.255Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2020-08-06T00:34:42.196Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2020-08-06T00:34:43.136Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2020-08-06T00:34:43.705Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2020-08-06T00:34:46.244Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2020-08-06T00:34:46.503Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2020-08-06T00:34:47.460Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2020-08-06T00:34:48.033Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2020-08-06T00:34:48.033Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2020-08-06T00:34:48.292Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2020-08-06T00:34:48.551Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2020-08-06T00:34:48.811Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2020-08-06T00:34:49.070Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2020-08-06T00:34:50.008Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2020-08-06T00:34:51.392Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2020-08-06T00:34:52.331Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2020-08-06T00:34:53.271Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2020-08-06T00:34:54.210Z] === RUN TestDockerRegistrySuite/TestV2Only [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite (40.50s) [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.15s) [2020-08-06T00:34:55.148Z] check_test.go:196: [db5ec7932d41d] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.06s) [2020-08-06T00:34:55.148Z] check_test.go:196: [d2d36b9d41dad] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.28s) [2020-08-06T00:34:55.148Z] check_test.go:196: [d203b73cc8b8a] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2020-08-06T00:34:55.148Z] check_test.go:196: [dbb8599e46a08] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.72s) [2020-08-06T00:34:55.148Z] check_test.go:196: [d5e2ce9ecd3f0] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.72s) [2020-08-06T00:34:55.148Z] check_test.go:196: [da75efb5cda31] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.67s) [2020-08-06T00:34:55.148Z] check_test.go:196: [d2dc2f15c8d90] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.98s) [2020-08-06T00:34:55.148Z] check_test.go:196: [d0eb913d81d26] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.87s) [2020-08-06T00:34:55.148Z] check_test.go:196: [dda4291e691b9] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.12s) [2020-08-06T00:34:55.148Z] check_test.go:196: [dbff3bd637963] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.08s) [2020-08-06T00:34:55.148Z] check_test.go:196: [daeca61f8344b] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.02s) [2020-08-06T00:34:55.148Z] check_test.go:196: [d9268b68ff1d3] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.02s) [2020-08-06T00:34:55.148Z] check_test.go:196: [d8580cba93665] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.96s) [2020-08-06T00:34:55.148Z] check_test.go:196: [daa1f0aa9b9b2] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.84s) [2020-08-06T00:34:55.148Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:521bbe2b9597423fb2d0a462d68768bdbd913c05dfa47cc87a51e79d48007ce6 [2020-08-06T00:34:55.148Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:61a58a0c94b2525d2ee610f181ed330cdbfb1b84f948b008bf414db4bdffc010 [2020-08-06T00:34:55.148Z] check_test.go:196: [d37273c6ef09b] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.81s) [2020-08-06T00:34:55.148Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0fbe067a83cfbfae0fd31597c9a3799165572a326f53103c6a5ee3a6d0728d80 [2020-08-06T00:34:55.148Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:503b4894760f8b7941539d513633a804383ef6d82545d3423346f8975cfe16c9 [2020-08-06T00:34:55.148Z] check_test.go:196: [d7482d5a026b4] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.96s) [2020-08-06T00:34:55.148Z] check_test.go:196: [d528e055f47f8] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.05s) [2020-08-06T00:34:55.148Z] check_test.go:196: [da5963de2143b] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.02s) [2020-08-06T00:34:55.148Z] check_test.go:196: [dff94eefa0793] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-08-06T00:34:55.148Z] check_test.go:196: [dcd41a2edd5e6] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2020-08-06T00:34:55.148Z] check_test.go:196: [decb943104c84] daemon is not started [2020-08-06T00:34:55.148Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.89s) [2020-08-06T00:34:55.148Z] check_test.go:196: [dd5b45979d0bf] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2020-08-06T00:34:55.149Z] check_test.go:196: [da64bd09605f2] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.36s) [2020-08-06T00:34:55.149Z] check_test.go:196: [dba5b5b524d19] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.45s) [2020-08-06T00:34:55.149Z] check_test.go:196: [d1e8d9e5b0c23] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.99s) [2020-08-06T00:34:55.149Z] check_test.go:196: [d6c66dc67de63] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2020-08-06T00:34:55.149Z] check_test.go:196: [d2cc39174350e] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2020-08-06T00:34:55.149Z] check_test.go:196: [de823f57acc0d] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2020-08-06T00:34:55.149Z] check_test.go:196: [d877127a67a81] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2020-08-06T00:34:55.149Z] check_test.go:196: [d3d154a854973] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2020-08-06T00:34:55.149Z] check_test.go:196: [d019a955274c9] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2020-08-06T00:34:55.149Z] check_test.go:196: [d7239c0bf9862] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.02s) [2020-08-06T00:34:55.149Z] check_test.go:196: [dddd5af1be90d] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.36s) [2020-08-06T00:34:55.149Z] check_test.go:196: [d9312c1f1a809] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.80s) [2020-08-06T00:34:55.149Z] check_test.go:196: [d1a92438d0dce] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.05s) [2020-08-06T00:34:55.149Z] check_test.go:196: [dace75d9fcdea] daemon is not started [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.93s) [2020-08-06T00:34:55.149Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2020-08-06T00:34:55.149Z] === RUN TestDockerSchema1RegistrySuite [2020-08-06T00:34:55.149Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2020-08-06T00:34:55.149Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2020-08-06T00:34:58.443Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2020-08-06T00:35:00.981Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2020-08-06T00:35:04.278Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2020-08-06T00:35:04.849Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2020-08-06T00:35:05.786Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2020-08-06T00:35:06.046Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2020-08-06T00:35:07.005Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2020-08-06T00:35:07.943Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2020-08-06T00:35:08.885Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2020-08-06T00:35:11.425Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2020-08-06T00:35:11.684Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2020-08-06T00:35:11.944Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2020-08-06T00:35:12.203Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2020-08-06T00:35:12.463Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2020-08-06T00:35:12.723Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2020-08-06T00:35:13.291Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite (18.28s) [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.25s) [2020-08-06T00:35:13.291Z] check_test.go:223: [d2975ea1bbf82] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.81s) [2020-08-06T00:35:13.291Z] check_test.go:223: [d8ee4a7ba9877] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.98s) [2020-08-06T00:35:13.291Z] check_test.go:223: [d4cd7c5a876a4] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.80s) [2020-08-06T00:35:13.291Z] check_test.go:223: [de4399ff12c16] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.00s) [2020-08-06T00:35:13.291Z] check_test.go:223: [d28bc3000bb0d] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.11s) [2020-08-06T00:35:13.291Z] check_test.go:223: [ded16b9fb47fa] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) [2020-08-06T00:35:13.291Z] check_test.go:223: [d279c28b42a7d] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.09s) [2020-08-06T00:35:13.291Z] check_test.go:223: [d81de7a3f61c3] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.87s) [2020-08-06T00:35:13.291Z] check_test.go:223: [d4a1325525d7a] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.90s) [2020-08-06T00:35:13.291Z] check_test.go:223: [d9290bf2ed7a8] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.38s) [2020-08-06T00:35:13.291Z] check_test.go:223: [d875baf5044c9] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2020-08-06T00:35:13.291Z] check_test.go:223: [d1c88ee37cc50] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2020-08-06T00:35:13.291Z] check_test.go:223: [dbf27a78716b6] daemon is not started [2020-08-06T00:35:13.291Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2020-08-06T00:35:13.291Z] check_test.go:223: [d178770e241a1] daemon is not started [2020-08-06T00:35:13.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s) [2020-08-06T00:35:13.292Z] check_test.go:223: [d8e53814d7c4b] daemon is not started [2020-08-06T00:35:13.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s) [2020-08-06T00:35:13.292Z] check_test.go:223: [da70167e80c1d] daemon is not started [2020-08-06T00:35:13.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2020-08-06T00:35:13.292Z] check_test.go:223: [dc301799ce9fc] daemon is not started [2020-08-06T00:35:13.292Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2020-08-06T00:35:13.292Z] check_test.go:223: [d9288039c78a1] daemon is not started [2020-08-06T00:35:13.292Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2020-08-06T00:35:13.292Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2020-08-06T00:35:13.861Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2020-08-06T00:35:14.431Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2020-08-06T00:35:14.690Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2020-08-06T00:35:16.072Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2020-08-06T00:35:16.072Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2020-08-06T00:35:16.331Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2020-08-06T00:35:16.901Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2020-08-06T00:35:17.161Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.85s) [2020-08-06T00:35:17.161Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s) [2020-08-06T00:35:17.161Z] check_test.go:252: [dfd6dae62fd70] daemon is not started [2020-08-06T00:35:17.161Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.58s) [2020-08-06T00:35:17.161Z] check_test.go:252: [d9b17eef5232f] daemon is not started [2020-08-06T00:35:17.161Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2020-08-06T00:35:17.161Z] check_test.go:252: [db2675a92e590] daemon is not started [2020-08-06T00:35:17.161Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.08s) [2020-08-06T00:35:17.161Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s) [2020-08-06T00:35:17.161Z] check_test.go:252: [d5856d33289b8] daemon is not started [2020-08-06T00:35:17.161Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.39s) [2020-08-06T00:35:17.161Z] check_test.go:252: [dac490b451c7b] daemon is not started [2020-08-06T00:35:17.161Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.54s) [2020-08-06T00:35:17.161Z] check_test.go:252: [d31244ca36d89] daemon is not started [2020-08-06T00:35:17.161Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2020-08-06T00:35:17.161Z] check_test.go:252: [d08004099255e] daemon is not started [2020-08-06T00:35:17.161Z] === RUN TestDockerRegistryAuthTokenSuite [2020-08-06T00:35:17.161Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2020-08-06T00:35:22.436Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2020-08-06T00:35:22.436Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2020-08-06T00:35:22.436Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2020-08-06T00:35:22.696Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2020-08-06T00:35:22.955Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2020-08-06T00:35:22.955Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2020-08-06T00:35:22.955Z] check_test.go:279: [def8a27c53634] daemon is not started [2020-08-06T00:35:22.955Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2020-08-06T00:35:22.956Z] check_test.go:279: [d631c71273501] daemon is not started [2020-08-06T00:35:22.956Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2020-08-06T00:35:22.956Z] check_test.go:279: [d45865e7eeb58] daemon is not started [2020-08-06T00:35:22.956Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2020-08-06T00:35:22.956Z] check_test.go:279: [d8cc2fd90b54e] daemon is not started [2020-08-06T00:35:22.956Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2020-08-06T00:35:22.956Z] check_test.go:279: [dc41ecbff43cf] daemon is not started [2020-08-06T00:35:22.956Z] === RUN TestDockerNetworkSuite [2020-08-06T00:35:22.956Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2020-08-06T00:35:24.864Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2020-08-06T00:35:25.433Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2020-08-06T00:35:28.011Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2020-08-06T00:35:29.918Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2020-08-06T00:35:32.456Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2020-08-06T00:35:33.837Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2020-08-06T00:35:34.096Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2020-08-06T00:35:39.381Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2020-08-06T00:35:40.321Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2020-08-06T00:35:44.523Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2020-08-06T00:35:45.904Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2020-08-06T00:35:46.163Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2020-08-06T00:35:46.423Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2020-08-06T00:35:46.993Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2020-08-06T00:35:47.932Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2020-08-06T00:35:49.332Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2020-08-06T00:35:49.332Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2020-08-06T00:35:49.901Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2020-08-06T00:35:50.840Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2020-08-06T00:35:51.099Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2020-08-06T00:35:51.099Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2020-08-06T00:35:51.359Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2020-08-06T00:35:52.740Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2020-08-06T00:35:52.740Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2020-08-06T00:35:54.121Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2020-08-06T00:35:54.121Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2020-08-06T00:35:54.121Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2020-08-06T00:35:54.381Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2020-08-06T00:35:55.762Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2020-08-06T00:35:57.143Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2020-08-06T00:35:59.056Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2020-08-06T00:36:00.967Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2020-08-06T00:36:06.247Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2020-08-06T00:36:06.247Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2020-08-06T00:36:06.506Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2020-08-06T00:36:06.766Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2020-08-06T00:36:06.766Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2020-08-06T00:36:07.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2020-08-06T00:36:07.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2020-08-06T00:36:07.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2020-08-06T00:36:07.967Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2020-08-06T00:36:09.901Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2020-08-06T00:36:09.901Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2020-08-06T00:36:09.901Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2020-08-06T00:36:10.860Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2020-08-06T00:36:11.798Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2020-08-06T00:36:11.798Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2020-08-06T00:36:15.090Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2020-08-06T00:36:17.629Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2020-08-06T00:36:18.568Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2020-08-06T00:36:18.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2020-08-06T00:36:18.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2020-08-06T00:36:19.396Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2020-08-06T00:36:19.966Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2020-08-06T00:36:21.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2020-08-06T00:36:22.133Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2020-08-06T00:36:22.133Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2020-08-06T00:36:22.704Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2020-08-06T00:36:23.274Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2020-08-06T00:36:25.184Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite (67.46s) [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.94s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d4ac4188dd936] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.66s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d53cc1825b998] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.68s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [df367ef795852] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.48s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d7db9b906baa3] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.51s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:1233: [d598ddc334cd1] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.59s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d4746c45715c1] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (6.69s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [de252ecd9ed53] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.51s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [dcccf4ad5c019] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.75s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d6bbe7754a9de] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.67s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [dcc61e42eeb98] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.50s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d988ba60bc4a9] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.99s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [dc02015e34d1f] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.28s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [dab771c7ba540] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.28s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d2d0298c74da5] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.46s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d44b11e62ee4f] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.94s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d3f07f2388896] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.31s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d9d706378bc3f] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.07s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [dc3ac97671090] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.20s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d30eff6d1c259] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.19s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [dcc85f33c629a] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.39s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d03f6cf85d548] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d36e47e13927c] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.24s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d12e8efbdaf92] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.11s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [dcc4f7be0edb6] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.80s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:968: [d0893c12ef744] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.99s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d0b6b1b9ba005] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.36s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:1116: [d3355c3376028] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d1bc5856d742f] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d2806bd6045e5] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d5416674aca37] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d0b0963c7c8c7] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d98eb2ecac906] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d6b53fe30e2bb] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d81842fac8df8] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.69s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [dcca36c9bd16d] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.05s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d4efd78cafc32] daemon is not started [2020-08-06T00:36:30.460Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [ddc38ba61c2b5] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.10s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d9cd7c22829d0] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.83s) [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.14s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:1084: [d73b2c0cc88a1] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d346bdea3452c] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.93s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [deff94a7b1024] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.13s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d3589fcb0bc8a] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d05cbe4fb5efa] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.77s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [dc0f707212088] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.57s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d31b7abaf806e] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.43s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d6cf1f35690fd] daemon is not started [2020-08-06T00:36:30.460Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.49s) [2020-08-06T00:36:30.460Z] docker_cli_network_unix_test.go:46: [d6e99cf0a2bda] daemon is not started [2020-08-06T00:36:30.460Z] === RUN TestDockerHubPullSuite [2020-08-06T00:36:30.460Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2020-08-06T00:36:31.863Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2020-08-06T00:36:34.398Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2020-08-06T00:36:34.398Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2020-08-06T00:36:35.777Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2020-08-06T00:36:35.777Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2020-08-06T00:36:35.777Z] --- PASS: TestDockerHubPullSuite (5.45s) [2020-08-06T00:36:35.777Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.41s) [2020-08-06T00:36:35.777Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.20s) [2020-08-06T00:36:35.777Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.37s) [2020-08-06T00:36:35.777Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.18s) [2020-08-06T00:36:35.777Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2020-08-06T00:36:35.777Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2020-08-06T00:36:35.777Z] PASS [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === Skipped [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-08-06T00:36:35.777Z] docker_cli_sni_test.go:18: Flakey test [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2020-08-06T00:36:35.777Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2020-08-06T00:36:35.777Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2020-08-06T00:36:35.777Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2020-08-06T00:36:35.777Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-08-06T00:36:35.777Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2020-08-06T00:36:35.777Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2020-08-06T00:36:35.777Z] docker_cli_network_unix_test.go:46: [ddc38ba61c2b5] daemon is not started [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] [2020-08-06T00:36:35.777Z] DONE 1277 tests, 51 skipped in 1515.663s [2020-08-06T00:36:35.777Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-08-06T00:36:35.777Z] ++++ cat bundles/test-integration/docker.pid [2020-08-06T00:36:35.777Z] +++ kill 7558 [2020-08-06T00:36:36.714Z] +++ /etc/init.d/apparmor stop [2020-08-06T00:36:36.714Z] Leaving: AppArmorNo profiles have been unloaded. [2020-08-06T00:36:36.714Z] [2020-08-06T00:36:36.714Z] Unloading profiles will leave already running processes permanently [2020-08-06T00:36:36.714Z] unconfined, which can lead to unexpected situations. [2020-08-06T00:36:36.714Z] [2020-08-06T00:36:36.714Z] To set a process to complain mode, use the command line tool [2020-08-06T00:36:36.714Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-08-06T00:36:36.714Z] +++ true [2020-08-06T00:36:36.714Z] exiting test-integration [2020-08-06T00:36:36.714Z] ++ exit 0 [2020-08-06T00:36:36.714Z] [2020-08-06T00:36:37.296Z] + for job in $(jobs -p) [2020-08-06T00:36:37.296Z] + wait 25765 [2020-08-06T00:37:23.981Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2020-08-06T00:38:20.242Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2020-08-06T00:38:25.516Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2020-08-06T00:38:29.718Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2020-08-06T00:40:51.200Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2020-08-06T00:41:01.210Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2020-08-06T00:41:02.589Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2020-08-06T00:41:02.589Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2020-08-06T00:41:02.589Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2020-08-06T00:41:02.589Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2020-08-06T00:41:03.528Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2020-08-06T00:41:06.065Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2020-08-06T00:41:09.358Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2020-08-06T00:41:11.264Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2020-08-06T00:42:07.503Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2020-08-06T00:42:07.503Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2020-08-06T00:42:09.415Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2020-08-06T00:42:11.322Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2020-08-06T00:42:14.616Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2020-08-06T00:42:17.153Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2020-08-06T00:42:39.095Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2020-08-06T00:42:51.309Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2020-08-06T00:42:52.688Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2020-08-06T00:42:55.274Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2020-08-06T00:42:57.814Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2020-08-06T00:43:05.939Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2020-08-06T00:43:09.232Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2020-08-06T00:43:11.771Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2020-08-06T00:43:14.308Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2020-08-06T00:43:16.846Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2020-08-06T00:43:19.385Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2020-08-06T00:43:22.702Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2020-08-06T00:43:25.238Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2020-08-06T00:44:21.477Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2020-08-06T00:44:36.361Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite (1645.41s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.87s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.11s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.44s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.56s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.08s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.31s) [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:562: [d39cfda82b295] joining swarm manager [deaa852093afa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:584: [d763fe07d0df2] joining swarm manager [deaa852093afa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] check_test.go:380: [d39cfda82b295] daemon is not started [2020-08-06T00:44:51.277Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.41s) [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:45: [d6e6d59caa9ca] joining swarm manager [d1d7b981c1687]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.97s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.42s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (32.84s) [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:303: [dca51bd9a7360] joining swarm manager [da40012587550]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:304: [dc8cc0c130f88] joining swarm manager [da40012587550]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:363: Waiting for possible election... [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.75s) [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:271: [ddc1e08bedab7] joining swarm manager [d9365eb181be1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:272: [dd1c055763ccb] joining swarm manager [d9365eb181be1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.05s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.02s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.14s) [2020-08-06T00:44:51.277Z] docker_api_swarm_node_test.go:19: [d746a6318a429] joining swarm manager [d08e73c189f3f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_node_test.go:20: [d24c39ae2beb5] joining swarm manager [d08e73c189f3f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (53.30s) [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:501: [d32da58325dbc] joining swarm manager [d0d44d0355956]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:506: [dc137b9655ddf] joining swarm manager [d0d44d0355956]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.65s) [2020-08-06T00:44:51.277Z] docker_api_swarm_node_test.go:80: [d46df683d90b4] joining swarm manager [d816d9c38f6d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.68s) [2020-08-06T00:44:51.277Z] docker_api_swarm_node_test.go:52: [d0fc38612bba5] joining swarm manager [db30a9ced5099]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_node_test.go:53: [dafb16aa31e72] joining swarm manager [db30a9ced5099]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.66s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (26.27s) [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:201: [d1d6ac79dba5c] joining swarm manager [dc32a76e37ef4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (58.13s) [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:383: [d687db14003a8] joining swarm manager [df8c182d70788]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:384: [d705c68e7c090] joining swarm manager [df8c182d70788]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] check_test.go:380: [d705c68e7c090] daemon is not started [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (51.71s) [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:801: [dcdc706024de3] joining swarm manager [d118591435b61]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:801: [d5ea32e71815a] joining swarm manager [d118591435b61]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:801: [d82b431bd83f9] joining swarm manager [d118591435b61]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:801: [da6bf150b79d2] joining swarm manager [d118591435b61]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-08-06T00:44:51.277Z] docker_api_swarm_test.go:809: [d928a7950ab10] joining swarm manager [d118591435b61]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.47s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.42s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.26s) [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:394: [de677b05bdc1f] joining swarm manager [dbff2aba8d475]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:394: [dc4395d11b3bd] joining swarm manager [dbff2aba8d475]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.63s) [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:342: [d258d1953d55d] joining swarm manager [dd39b7aa97f0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:342: [de4d5679952fa] joining swarm manager [dd39b7aa97f0c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.42s) [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:489: [d2ef9a0cb3680] joining swarm manager [d97710cc42e79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:489: [d23d1ab860a27] joining swarm manager [d97710cc42e79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.32s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.42s) [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:127: [dadc353ac1134] joining swarm manager [d89f158dfda4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:128: [ddf3876d20a15] joining swarm manager [d89f158dfda4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:136: [d07269dbede5a] joining swarm manager [d89f158dfda4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:137: [d0acc2e34fd7a] joining swarm manager [d89f158dfda4a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (1.95s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.55s) [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:303: [de7334c4e9e3f] joining swarm manager [d12ac25a7ca87]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:303: [dbc3b124e932e] joining swarm manager [d12ac25a7ca87]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.97s) [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:99: [decad8793523e] joining swarm manager [d2cf2f3ca3382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:100: [d56a7be518685] joining swarm manager [d2cf2f3ca3382]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] check_test.go:380: [decad8793523e] daemon is not started [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (22.80s) [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:532: [da9a15a6371cb] joining swarm manager [d0683e7a6e30c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:533: [d307ed3b2e919] joining swarm manager [d0683e7a6e30c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.15s) [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:147: [dfc3b70cb96e9] joining swarm manager [dc2bbdf5ea64c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_api_swarm_service_test.go:147: [de552c0b5bf2e] joining swarm manager [dc2bbdf5ea64c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.30s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.89s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.52s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.20s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.03s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.76s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.74s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.58s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.40s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.79s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.69s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.67s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.81s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.09s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.54s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.77s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.93s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.79s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.96s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.62s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.70s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.13s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.56s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.41s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.75s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.80s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.33s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.90s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.38s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.11s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.07s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.44s) [2020-08-06T00:44:51.277Z] docker_cli_service_logs_test.go:245: checking task lvk44jmx4fk9 [2020-08-06T00:44:51.277Z] docker_cli_service_logs_test.go:250: checking messages for lvk44jmx4fk9 [2020-08-06T00:44:51.277Z] docker_cli_service_logs_test.go:245: checking task rwuqydxi8n7h [2020-08-06T00:44:51.277Z] docker_cli_service_logs_test.go:250: checking messages for rwuqydxi8n7h [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.25s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (16.99s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.36s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.26s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.47s) [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1901: [d23e4939f0f52] joining swarm manager [dff8bfc71fc36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1902: [d5099715afd8b] joining swarm manager [dff8bfc71fc36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.22s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.74s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.94s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.18s) [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1802: [de2c5c5be1954] joining swarm manager [dc04019ad1e6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1803: [da8b022e5624b] joining swarm manager [dc04019ad1e6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.21s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (86.21s) [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1321: [d98702efc6e7b] joining swarm manager [d7fc5daa5d64a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1322: [db83b39317ea3] joining swarm manager [d7fc5daa5d64a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.52s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.47s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.78s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.63s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.14s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (7.10s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.85s) [2020-08-06T00:44:51.277Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.08s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.85s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.84s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.80s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.00s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (55.75s) [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1186: [deedf97dd2a79] joining swarm manager [d17e5719d3267]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1195: [de8aad8793330] joining swarm manager [d17e5719d3267]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.01s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.41s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (138.46s) [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1118: [dd3613b6148c9] joining swarm manager [d262d305f3e49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1119: [d2e2df8cd90f4] joining swarm manager [d262d305f3e49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1172: [d76e4a37798e9] joining swarm manager [d262d305f3e49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.29s) [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1453: [d80fe889fc454] joining swarm manager [ddecd93b07c14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.277Z] docker_cli_swarm_test.go:1454: [da97fba4eb15a] joining swarm manager [ddecd93b07c14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.28s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.25s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.27s) [2020-08-06T00:44:51.277Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.34s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.41s) [2020-08-06T00:44:51.278Z] docker_cli_swarm_unix_test.go:62: [d9244e8b3f9d3] joining swarm manager [d0bc61ab317c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.26s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.26s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.26s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.19s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.46s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.01s) [2020-08-06T00:44:51.278Z] docker_api_swarm_test.go:961: [d69013f9f93ec] joining swarm manager [df75118c0c33e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (13.30s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.32s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.29s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.83s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.94s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.53s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.48s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.47s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.63s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.56s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.16s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.25s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.81s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.25s) [2020-08-06T00:44:51.278Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.32s) [2020-08-06T00:44:51.278Z] === RUN TestDockerExternalVolumeSuite [2020-08-06T00:44:51.278Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2020-08-06T00:45:09.372Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2020-08-06T00:46:17.069Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2020-08-06T00:46:23.636Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2020-08-06T00:46:55.741Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2020-08-06T00:47:10.627Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2020-08-06T00:47:42.712Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2020-08-06T00:47:54.946Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2020-08-06T00:48:27.031Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2020-08-06T00:48:41.917Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2020-08-06T00:49:00.011Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2020-08-06T00:49:46.712Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2020-08-06T00:50:04.805Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2020-08-06T00:50:36.890Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2020-08-06T00:51:09.007Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2020-08-06T00:51:21.219Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2020-08-06T00:51:39.314Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2020-08-06T00:51:54.199Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite (437.02s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2020-08-06T00:52:09.102Z] docker_cli_external_volume_driver_test.go:53: [d9109d3b67db3] daemon is not started [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.18s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2020-08-06T00:52:09.102Z] docker_cli_external_volume_driver_test.go:53: [dc80bba018a75] daemon is not started [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2020-08-06T00:52:09.102Z] docker_cli_external_volume_driver_test.go:53: [dcb82eea41244] daemon is not started [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2020-08-06T00:52:09.102Z] docker_cli_external_volume_driver_test.go:53: [d9601cac6ef63] daemon is not started [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.18s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.29s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.63s) [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.98s) [2020-08-06T00:52:09.102Z] docker_cli_external_volume_driver_test.go:485: [dac610da52880] daemon is not started [2020-08-06T00:52:09.102Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2020-08-06T00:52:09.102Z] docker_cli_external_volume_driver_test.go:53: [d9613d8e970d5] daemon is not started [2020-08-06T00:52:09.102Z] PASS [2020-08-06T00:52:09.102Z] [2020-08-06T00:52:09.102Z] === Skipped [2020-08-06T00:52:09.102Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-08-06T00:52:09.102Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2020-08-06T00:52:09.102Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2020-08-06T00:52:09.102Z] check_test.go:309: [d4f628eab9956] daemon is not started [2020-08-06T00:52:09.102Z] [2020-08-06T00:52:09.102Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-08-06T00:52:09.102Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2020-08-06T00:52:09.102Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2020-08-06T00:52:09.102Z] check_test.go:309: [dfcf970879dab] daemon is not started [2020-08-06T00:52:09.102Z] [2020-08-06T00:52:09.102Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-08-06T00:52:09.102Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2020-08-06T00:52:09.102Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2020-08-06T00:52:09.102Z] check_test.go:309: [d32c4f87e2279] daemon is not started [2020-08-06T00:52:09.102Z] [2020-08-06T00:52:09.102Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-08-06T00:52:09.102Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2020-08-06T00:52:09.102Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2020-08-06T00:52:09.102Z] [2020-08-06T00:52:09.102Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-08-06T00:52:09.102Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2020-08-06T00:52:09.102Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2020-08-06T00:52:09.102Z] [2020-08-06T00:52:09.102Z] [2020-08-06T00:52:09.102Z] DONE 273 tests, 5 skipped in 2448.149s [2020-08-06T00:52:09.102Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2020-08-06T00:52:09.102Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/ded05d02fd112/docker.pid [2020-08-06T00:52:09.102Z] +++ kill 5519 [2020-08-06T00:52:09.102Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5519 is not a child of this shell [2020-08-06T00:52:09.102Z] warning: PID 5519 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/ded05d02fd112/docker.pid had a nonzero exit code [2020-08-06T00:52:09.102Z] ++++ cat bundles/test-integration/docker.pid [2020-08-06T00:52:09.102Z] +++ kill 7584 [2020-08-06T00:52:09.671Z] +++ /etc/init.d/apparmor stop [2020-08-06T00:52:09.671Z] Leaving: AppArmorNo profiles have been unloaded. [2020-08-06T00:52:09.671Z] [2020-08-06T00:52:09.671Z] Unloading profiles will leave already running processes permanently [2020-08-06T00:52:09.671Z] unconfined, which can lead to unexpected situations. [2020-08-06T00:52:09.671Z] [2020-08-06T00:52:09.671Z] To set a process to complain mode, use the command line tool [2020-08-06T00:52:09.671Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2020-08-06T00:52:09.671Z] +++ true [2020-08-06T00:52:09.671Z] exiting test-integration [2020-08-06T00:52:09.671Z] ++ exit 0 [2020-08-06T00:52:09.671Z] [2020-08-06T00:52:09.930Z] + exit 0 [2020-08-06T00:52:09.930Z] ++ jobs -p [2020-08-06T00:52:09.930Z] + pids= [2020-08-06T00:52:09.930Z] + echo 'Remaining pids to kill: []' [2020-08-06T00:52:09.930Z] Remaining pids to kill: [] [2020-08-06T00:52:09.930Z] + '[' -z '' ']' Post stage [Pipeline] junit [2020-08-06T00:52:09.947Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2020-08-06T00:52:12.268Z] + echo Ensuring container killed. [2020-08-06T00:52:12.268Z] Ensuring container killed. [2020-08-06T00:52:12.268Z] + docker ps -aq -f name=docker-pr1-* [2020-08-06T00:52:12.268Z] + cids=b0d307f2e9c2 [2020-08-06T00:52:12.268Z] c693726ee819 [2020-08-06T00:52:12.268Z] a19081a3eb30 [2020-08-06T00:52:12.268Z] + [ -n b0d307f2e9c2 [2020-08-06T00:52:12.268Z] c693726ee819 [2020-08-06T00:52:12.268Z] a19081a3eb30 ] [2020-08-06T00:52:12.268Z] + docker rm -vf b0d307f2e9c2 c693726ee819 a19081a3eb30 [2020-08-06T00:52:14.814Z] b0d307f2e9c2 [2020-08-06T00:52:14.814Z] c693726ee819 [2020-08-06T00:52:14.814Z] a19081a3eb30 [Pipeline] sh [2020-08-06T00:52:15.099Z] + echo Chowning /workspace to jenkins user [2020-08-06T00:52:15.099Z] Chowning /workspace to jenkins user [2020-08-06T00:52:15.099Z] + id -u [2020-08-06T00:52:15.099Z] + id -g [2020-08-06T00:52:15.099Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41316:/workspace busybox chown -R 1000:1000 /workspace [2020-08-06T00:52:15.099Z] Unable to find image 'busybox:latest' locally [2020-08-06T00:52:15.099Z] latest: Pulling from library/busybox [2020-08-06T00:52:15.358Z] 61c5ed1cbdf8: Pulling fs layer [2020-08-06T00:52:15.358Z] 61c5ed1cbdf8: Verifying Checksum [2020-08-06T00:52:15.358Z] 61c5ed1cbdf8: Download complete [2020-08-06T00:52:15.358Z] 61c5ed1cbdf8: Pull complete [2020-08-06T00:52:15.358Z] Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977 [2020-08-06T00:52:15.358Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2020-08-06T00:52:19.851Z] + bundleName=amd64 [2020-08-06T00:52:19.851Z] + echo Creating amd64-bundles.tar.gz [2020-08-06T00:52:19.851Z] Creating amd64-bundles.tar.gz [2020-08-06T00:52:19.851Z] + xargs tar -czf amd64-bundles.tar.gz [2020-08-06T00:52:19.851Z] + 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-08-06T00:52:20.803Z] Archiving artifacts [2020-08-06T00:52:22.673Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41316/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-08-06T00:52:22.989Z] + make clean [2020-08-06T00:52:23.249Z] docker volume rm -f docker-dev-cache [2020-08-06T00:52:23.249Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-06T00:53:54.635Z] ok github.com/docker/docker/integration-cli 1949.001s [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === Skipped [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2020-08-06T00:53:54.635Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2020-08-06T00:53:54.635Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2020-08-06T00:53:54.635Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2020-08-06T00:53:54.635Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.03s) [2020-08-06T00:53:54.635Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2020-08-06T00:53:54.635Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2020-08-06T00:53:54.635Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2020-08-06T00:53:54.635Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2020-08-06T00:53:54.635Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2020-08-06T00:53:54.635Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2020-08-06T00:53:54.635Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2020-08-06T00:53:54.635Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.27s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.27s) [2020-08-06T00:53:54.635Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.24s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.24s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.43s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.43s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.65s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.65s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.24s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.24s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.42s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.42s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.25s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.25s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2020-08-06T00:53:54.635Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.22s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.22s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.21s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.21s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.22s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.22s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.19s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.19s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.25s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2020-08-06T00:53:54.635Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.635Z] [2020-08-06T00:53:54.635Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-08-06T00:53:54.635Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.24s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.24s) [2020-08-06T00:53:54.636Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.24s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.24s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.28s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.28s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.24s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.24s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.23s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.23s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.21s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.21s) [2020-08-06T00:53:54.636Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2020-08-06T00:53:54.636Z] docker_cli_sni_test.go:18: Flakey test [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2020-08-06T00:53:54.636Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2020-08-06T00:53:54.636Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.636Z] [2020-08-06T00:53:54.636Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-08-06T00:53:54.636Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2020-08-06T00:53:54.637Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2020-08-06T00:53:54.637Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2020-08-06T00:53:54.637Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2020-08-06T00:53:54.637Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2020-08-06T00:53:54.637Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2020-08-06T00:53:54.637Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2020-08-06T00:53:54.637Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2020-08-06T00:53:54.637Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2020-08-06T00:53:54.637Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2020-08-06T00:53:54.637Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2020-08-06T00:53:54.637Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2020-08-06T00:53:54.637Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2020-08-06T00:53:54.637Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2020-08-06T00:53:54.637Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.637Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2020-08-06T00:53:54.637Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2020-08-06T00:53:54.637Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.637Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2020-08-06T00:53:54.638Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2020-08-06T00:53:54.638Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2020-08-06T00:53:54.638Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2020-08-06T00:53:54.638Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2020-08-06T00:53:54.638Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2020-08-06T00:53:54.638Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2020-08-06T00:53:54.638Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2020-08-06T00:53:54.638Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.638Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-08-06T00:53:54.638Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2020-08-06T00:53:54.638Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2020-08-06T00:53:54.638Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2020-08-06T00:53:54.639Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2020-08-06T00:53:54.639Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2020-08-06T00:53:54.639Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2020-08-06T00:53:54.639Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2020-08-06T00:53:54.639Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2020-08-06T00:53:54.639Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2020-08-06T00:53:54.639Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2020-08-06T00:53:54.639Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2020-08-06T00:53:54.639Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2020-08-06T00:53:54.639Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2020-08-06T00:53:54.639Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2020-08-06T00:53:54.639Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.639Z] [2020-08-06T00:53:54.639Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-08-06T00:53:54.639Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.03s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2020-08-06T00:53:54.640Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.640Z] [2020-08-06T00:53:54.640Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-08-06T00:53:54.640Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2020-08-06T00:53:54.641Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2020-08-06T00:53:54.641Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2020-08-06T00:53:54.641Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2020-08-06T00:53:54.641Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2020-08-06T00:53:54.641Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-08-06T00:53:54.641Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-08-06T00:53:54.641Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2020-08-06T00:53:54.641Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2020-08-06T00:53:54.641Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2020-08-06T00:53:54.641Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2020-08-06T00:53:54.641Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.641Z] [2020-08-06T00:53:54.641Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-08-06T00:53:54.641Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:185: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:212: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:239: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-08-06T00:53:54.642Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2020-08-06T00:53:54.642Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.642Z] [2020-08-06T00:53:54.642Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:268: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:302: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2020-08-06T00:53:54.643Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:407: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:128: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:134: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2020-08-06T00:53:54.643Z] check_test.go:142: unmatched requirement DaemonIsLinux [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] DONE 1096 tests, 549 skipped in 1955.431s [2020-08-06T00:53:54.643Z] INFO: Integration tests ended at 08/06/2020 00:53:46. Duration:00:32:35.6577631 [2020-08-06T00:53:54.643Z] INFO: Docker info of the daemon under test at end of run [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] Containers: 2 [2020-08-06T00:53:54.643Z] Running: 0 [2020-08-06T00:53:54.643Z] Paused: 0 [2020-08-06T00:53:54.643Z] Stopped: 2 [2020-08-06T00:53:54.643Z] Images: 15 [2020-08-06T00:53:54.643Z] Server Version: 0.0.0-dev [2020-08-06T00:53:54.643Z] Storage Driver: windowsfilter [2020-08-06T00:53:54.643Z] Windows: [2020-08-06T00:53:54.643Z] Logging Driver: json-file [2020-08-06T00:53:54.643Z] Plugins: [2020-08-06T00:53:54.643Z] Volume: local [2020-08-06T00:53:54.643Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2020-08-06T00:53:54.643Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2020-08-06T00:53:54.643Z] Swarm: inactive [2020-08-06T00:53:54.643Z] Default Isolation: process [2020-08-06T00:53:54.643Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2020-08-06T00:53:54.643Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) [2020-08-06T00:53:54.643Z] OSType: windows [2020-08-06T00:53:54.643Z] Architecture: x86_64 [2020-08-06T00:53:54.643Z] CPUs: 4 [2020-08-06T00:53:54.643Z] Total Memory: 32GiB [2020-08-06T00:53:54.643Z] Name: azwin-2-60d8b0 [2020-08-06T00:53:54.643Z] ID: 625T:UFE5:FQIK:QFAT:N7KD:2Z4Z:VL7T:FZCN:P6AS:VPTH:TYXT:Y2JR [2020-08-06T00:53:54.643Z] Docker Root Dir: D:\CI\PR-41316\1\daemon [2020-08-06T00:53:54.643Z] Debug Mode (client): false [2020-08-06T00:53:54.643Z] Debug Mode (server): true [2020-08-06T00:53:54.643Z] File Descriptors: -1 [2020-08-06T00:53:54.643Z] Goroutines: 18 [2020-08-06T00:53:54.643Z] System Time: 2020-08-06T00:53:46.2472084Z [2020-08-06T00:53:54.643Z] EventsListeners: 0 [2020-08-06T00:53:54.643Z] Registry: https://index.docker.io/v1/ [2020-08-06T00:53:54.643Z] Labels: [2020-08-06T00:53:54.643Z] Experimental: false [2020-08-06T00:53:54.643Z] Insecure Registries: [2020-08-06T00:53:54.643Z] 127.0.0.0/8 [2020-08-06T00:53:54.643Z] Live Restore Enabled: false [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] [2020-08-06T00:53:54.643Z] INFO: Stopping daemon under test [2020-08-06T00:53:54.643Z] SUCCESS: The process with PID 4984 (child process of PID 6140) has been terminated. [2020-08-06T00:53:54.643Z] SUCCESS: The process with PID 6140 (child process of PID 3820) has been terminated. [2020-08-06T00:53:54.643Z] INFO: Stop tailing logs of the daemon under tests [2020-08-06T00:53:54.643Z] INFO: executeCI.ps1 Completed successfully at 08/06/2020 00:53:46. [2020-08-06T00:53:54.643Z] INFO: Tidying up at end of run [2020-08-06T00:53:54.643Z] INFO: Saving daemon under test log (d:\CI\PR-41316\1\dut.out) to C:\windows\TEMP\CIDUT.out [2020-08-06T00:53:54.643Z] INFO: Saving daemon under test log (d:\CI\PR-41316\1\dut.err) to C:\windows\TEMP\CIDUT.err [2020-08-06T00:53:54.643Z] INFO: Nuke-Everything... [2020-08-06T00:53:54.643Z] INFO: Container count on control daemon to delete is 2 [2020-08-06T00:53:54.643Z] e30da4d2c309 [2020-08-06T00:53:54.643Z] 16e850b3eab9 [2020-08-06T00:53:54.643Z] INFO: Tidying pidfile d:\CI\PR-41316\1\docker.pid [2020-08-06T00:53:54.643Z] INFO: Nuking d:\CI [2020-08-06T00:54:09.424Z] INFO: Zapped successfully [2020-08-06T00:54:09.424Z] [2020-08-06T00:54:09.424Z] INFO: executeCI.ps1 exiting at Thu Aug 6 00:54:08 CUT 2020. Duration 00:51:25.7754306 [2020-08-06T00:54:09.424Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2020-08-06T00:54:09.662Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2020-08-06T00:54:17.244Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step [2020-08-06T00:54:18.981Z] Archiving artifacts [2020-08-06T00:54:32.509Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41316/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2020-08-06T00:54:33.426Z] + make clean [2020-08-06T00:54:35.592Z] docker volume rm -f docker-dev-cache [2020-08-06T00:54:35.592Z] 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